>> I have a technology to integrate CMS content in portals. But this is not >> restricted to portals. For the integration you only have to install a >> servlet in your web application. This servlet is configurable with a >> PortalConnector and a CMSConnector which handle the portal and CMS >> specific >> items. For your application the PortalConnector must be implemented.
> Sounds like something along those lines could work. Was it a lot of work > to get that servlet working, or would it be simple to create a servlet > that does just that? > By PortalConnector, do you mean something Portlet related? (I don't > think we'll be using any Portlets). It depends on what you really want. My solution consists of 113 classes and about 14000 lines of code... The PortalConnector interface provides 11 methods to implement host specific functions you need for example for rewriting of the links in the HTML-Code from the CMS. Depending on the needed features not all methods must be implemented. Ralf ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
