Weld jsf2 ear skeleton project eclipse
Anyone开发者_StackOverflow中文版 knows how to create a skeleton weld ear project (with js2 support) project for eclipse?
Tanks
If you use maven, try the weld maven archetypes: http://seamframework.org/Documentation/WeldQuickstartForMavenUsers
Specifically the weld-jsf-jee archetype.
If you use maven or m2eclipse, there are guis for creating new projects with archetypes. Simply follow: New -> Project -> Maven Project, then select the archetype you would like. Filter on the word "weld" if you can't find it in the list.
精彩评论