Re: Tapestry portal project

2013-06-21 Thread Lenny Primak
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.

Re: Tapestry portal project

2013-06-21 Thread Lance Java
Also, checkout TapestryFilter.provideExtraModuleDefs(ServletContext) You may choose to extend TapestryFilter and override this method to lookup from your other app.

Re: Tapestry portal project

2013-06-21 Thread Lance Java
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

Tapestry portal project

2013-06-21 Thread John
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