Edward S pisze: > i dont need to use any functionality of the CocoonServlet per say... > however, here's wht i need to do. we have documentum components...and we > need to make a connection to a docbase whenever those are called. I was > doing that in the servlet. > > so, any thots on how to do that now? > > thanks
What about using Spring's AOP support in configuration of SitemapServlet bean? I guess it's the simplest solution even if there could be better places for doing stuff like that. -- Grzegorz Kossakowski --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
