如何启动 Maven Spring JSF 2.0 Richfaces 项目?
对于你们中的一些人来说,这可能听起来很简单,但是几天来我一直在与 pom.xml
文件和方面进行斗争,以便使用 RichFaces 构建 Spring JSF 2.0 Maven 项目(在 tomcat 7.0 上运行),但是没有成功。有人可以给我参考一个完整的工作示例吗?我正在使用 STS(从头开始教程,我可以下载一个完整的工作示例,但我想学习如何创建一个)?
For some of you it might sound trvial, but for days I have been fighting with pom.xml
files and facets in order to build a Spring JSF 2.0 Maven project (run on tomcat 7.0) with RichFaces, but with no success. Can someone please reference me to a full working example ,I am using STS (tutorial from scratch , I can download a fully working example but I want to learn how to create one ) ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因此,经过几天的工作,我得出的结论是,我必须做这些肮脏的工作,因此我将解释我如何设法启动一个项目:
添加到maven依赖项(pom.xml):
设置您的
ref 指向此 bean:
或您决定的任何其他...
添加到您的项目 pom:
So after few days of work I came to the conclusion I have to do the dirty work therefore I will explain how I managed to start a project :
add to the maven dependencies ( pom.xml ):
set up your
the ref is pointed to this bean :
or any other you decide ...
add to your project pom :