在Eclipse EE中启动JSF 2.2项目的最佳maven原型是什么?
我目前正在学习JSF,我正在寻找一个干净的maven原型来启动我的JSF项目。我尝试了一些标题为jsf的原型,但它们似乎没有在eclipse中创建"干净"(没有发现问题)。我正在从经验中寻找答案。
我认为没有最好的原型,因为每个原型都有一些你不想要的东西。因为每个人都是不同的,所以总是需要一些修改。
我会给appfuse原型一个尝试:http://appfuse.org/display/APF/AppFuse+QuickStart
mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-light-jsf-archetype -DarchetypeVersion=2.2.1 -DgroupId=com.mycompany -DartifactId=myproject -DarchetypeRepository=http://oss.sonatype.org/content/repositories/appfuse
我认为他们使用MyFaces 2.1.9,但这应该很容易改变:)
您可以试试这个:https://github.com/ignl/happyfacescrud它包含了相当多的开箱即用的功能