Is it possible to have more than one tapestry5 module in one web application? Every Tapestry module has an AppModule.java file, which if i'm correct, is supposed to handle only one context, is it possible to have multiple of these AppModule.java.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Yes, Tapestry itself is made up of multiple modules (Core, Hibernate, Upload, etc). This explains how to bundle a set of classes to make a module: http://tapestry.apache.org/tapestry5.1/tapestry-ioc/autoload.html |
|||
|
|