开发者

To create Java project with Spring persistence using Maven?

开发者 https://www.devze.com 2023-01-23 23:31 出处:网络
Is it good idea t开发者_开发技巧o create Java project with Spring persistence using Maven? What maven archetype to use?

Is it good idea t开发者_开发技巧o create Java project with Spring persistence using Maven?

What maven archetype to use? AppFuse is seemed to be freezed.


You an use Spring ROO to create a Spring project based on Maven.


The principle of a Maven archetype is to create a skeleton of an application based on some specificities (for example the usage of Spring in your case).

This skeleton will generate the root pom.xml, the basic directories structure (src/main/resources, src/main/java, and so on), as well as some other files, which are specific to the archetype used, such as the applicationContext.xml in the Spring case.

Of course, this is only a skeleton (which is however generally runnable to get some Hello World stuff), so you will have to adapt it to your precise requirements: change the pom.xml content (for example the versions of third libraries), add or remove some configuration files...

Maybe you can give a try to any AppFuse archetype (what do you mean by freezed by the way?), and then remove everything that is not needed in your case.


If you r using Netbeans 6.8 then follow below one

New Project->Maven->Maven PRoject->Default Archetype Catalog-> A simple J2EE Java application

Remove Other unused modules and modify it as per ur requirement...

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号