Carsten Ziegeler said: > Hi, > > I\'m interested in integrating bridges into the Cocoon portal. Now, the > question is, what do I have to do on the portal part? I implemented the > ServletContextProvider interface, but I guess that there is more to do. No :-)
This should be enough at the portal site. > > The second question is, are there any samples to test the bridge? Sample apps using the bridges are still part of Jetspeed-2. We already having some discussions about moving pure bridges bases examples to the bridges project itself though. You can build/adapt the examples yourself if you download the jetspeed-2 sources, or you can download the prebuild wars like from http://www.bluesunrise.com/maven/jetspeed2/wars/. A good testcase example probably is the jpetstore (Struts bridge). Note: you will have to modify the portlet.xml and specify your implementation class for the ServletContextProvider (and provide it from somewhere of course). Regards, Ate > > Thanks > Carsten > > -- > Carsten Ziegeler - Open Source Group, S&N AG > http://www.s-und-n.de > http://www.osoco.org/weblogs/rael/ > > > --------------------------------------------------------------------- > 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]
