[Opensource] does expresso's 'action' servlet cause
incompatibilities with stuts apps?
Michael Rimov
rimovm at centercomp.com
Mon Oct 28 11:18:39 PST 2002
At 06:03 PM 10/27/2002 -0600, you wrote:
>I've been wondering if expresso will cause issues with struts apps. I'm
>creating a portal system and the best way I know how to do this is to have
>all of the apps under one webapp so they can share a session and easily
>have an integrated login system.
>
>What if I decide to add a pure struts-based app? I know that struts tags
>have been re-written because the expresso Action bean isn't compatible
>with the struts one. Does this cause incompatibilities?
Mike,
Not at all! In fact, I've used several 'struts' features including struts
tag libs side by side with Expresso tags... I don't see any potential for
conflict honestly... the only major difference will be that the
ExpressoActionServlet merges all the *-config.xml files into one large
configuration, but that won't affect the actual running of the servlet.
HTH!
-Mike
More information about the Opensource
mailing list