Re: Extensible CMS Framework
"Gregor J. Rothfuss" <[email protected]>
| Newsgroups | gmane.comp.cms.cms-forum.general |
|---|---|
| Message-ID | <[email protected]> |
Darryl Kuhn wrote: > I'm really looking for is an extensible working CMS that serves as a > framework which manages the interactions between CMS components (e.g. > document work flow, access control, source control, i18n, publishing, > etc...) and allows us to plug in our own code where we want to take over > control of a CMS task (e.g. source control). For an example of this > style of application see Eclipse > (http://www.eclipse.org/org/index.html). Is there anything like this out apache lenya comes to mind, it has all the above mentioned functionalities in a reasonably pluggable manner. if you want something more low level, apache slide. you may also consider to make TLA a JSR 170 backend. that will give you lots of additional integration options.