Michael,
The tapestry library that I developed (called stitches) has some cms
functionality.  It is a suite of tapestry components that provide
creation,modify, search (using lucene) of a repository.  The idea when I
started stitches was to make it so stitches could work with
jackrabbit,alfresco, etc. using the java cms api.  However, as projects
go, I found it quicker to just write the content out to the filesystem
finish the project.

Since all access to the repository is through an interface, and I have a
prevayler and hibernate based implementation, it would not be too
difficult to implement one for jackrabbit or some other cms api.

The basic problem that I was trying to solve with my library is that there
are different business objects (e.g. products, categories) that need to
have  content associated to them (could be a pdf, html).  This library
gave me a reusable means by which to associate these content items to the
business objects.  For example, one application that I have allows users
to upload and share images.  The images get uploaded to the stitch repo
and everyone can search the repo and use the images to build flash
galleries or associated the images with biz objects (their businesses, or
roadtrips, etc).

Let me know if there is anything would you find useful.  I may be willing
to  do some coding around implementing a jackrabbit (or other) cms to
stitches if I had someone to help out.
Thanks
Phillip

> I left this vague to allow any sort of response. Basically, the closer it
> gets to something like Magnolia the better but anything someone else has
> done would be a start.
>
> Michael Grundvig
> Electrotank, Inc
> http://www.electrotank.com
>
>
> ----- Original Message -----
> From: "Phillip Rhodes" <[EMAIL PROTECTED]>
> To: "Tapestry users" <users@tapestry.apache.org>
> Sent: Wednesday, July 05, 2006 10:59 AM
> Subject: Re: CMS Integration
>
>
>> What are the basic requirements? CMS is a many-faceted beast.
>>
>>
>>
>>> Has anyone integrated any sort of CMS tool with Tapestry? I've looked
>>> into
>>> Magnolia and several others, but all seem to require an uphill battle
>>> if
>>> they are to be tied into Tapestry and I was wondering if someone else
>>> has
>>> already done this. Thanks!
>>>
>>> Michael Grundvig
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to