JSF 2.0 项目结构
我们正在使用 jsf2.0、richfaces 4.0、jjdk 6 和 tomcat 7.0 创建一个新项目 我想知道创建项目的标准方法。我的意思是文件夹结构。任何示例应用程序、书籍或链接都会对我有很大帮助。
We are creating a new project using jsf2.0, richfaces 4.0, jjdk 6 and tomcat 7.0
I want to know the standard way of creating project. I mean folder structure. Any sample application or book or link will be a great help to me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Maven 对项目文件夹使用最佳实践方法。即使您不打算使用 Maven 进行构建,也请查看它们的结构:
Maven uses a best practice approach for project folders. Even when you do not plan to build with maven, have a look at their structures:
我曾经参与过一个项目,该项目有 Spring 3.5、JSF 1.2 和 ICEFaces 1.8,运行在 JDK6 上已部署到 Tomcat 6.0 - 与您的情况类似。我们使用 Apache Maven 作为项目管理工具。
非常灵活和舒适。您还可以考虑使用 ICEFaces 而不是 RichFaces。
I participated once in a project, which had Spring 3.5, JSF 1.2 and ICEFaces 1.8, was running on JDK6 and everything was deployed to Tomcat 6.0 - similar situation to yours. We used Apache Maven as a project management tool.
Very flexible and comfortable. You could also consider using ICEFaces instead of RichFaces.