一个 Web 应用程序中的多个 Tapestry 模块
一个 Web 应用程序中是否可以有多个 Tapestry5 模块?每个 Tapestry 模块都有一个 AppModule.java 文件,如果我是正确的,该文件应该只处理一个上下文,是否可以有多个这样的 AppModule.java。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,Tapestry 本身是由多个模块组成的(Core、Hibernate、Upload 等)。这解释了如何捆绑一组类来创建模块: http: //tapestry.apache.org/tapestry5.1/tapestry-ioc/autoload.html
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