I would just go with JEE. It's super easy to use and nothing to be afraid of.
It's also fully integrated with tapestry via the FlowLogix module.
You just have to be careful not to stumble into the old documentation and
idioms from the old
And bad EJB 2.1 days while looking for documentation.
Also, checkout TapestryFilter.provideExtraModuleDefs(ServletContext)
You may choose to extend TapestryFilter and override this method to lookup
from your other app.
You can lookup the registry from the servlet context once the tapestry
filter has been initialized
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/TapestryFilter.html#REGISTRY_CONTEXT_NAME
Hi,
I'm building a portal project. It provides a login page and some links to some
static content.
I'll be reusing quite a bit of the DAO and JPA gubbins from an existing base
application, just giving it a different and cut down front end.
Is there any way of the portal web app to bind up with