2

I'm using Eclipse and want to setup a MAVEN project which contains two modules for frontend and backend with JSF, Spring and Hibernate.

What I know: - Create a Maven Project (packaging POM) without archetype - Create Modules and select the Parent Project (Frontend JAR, Backend WAR)

Which archetypes can I use to combine JSF, Spring, Hibernate? Do I have to use the same archetype for both modules?

Thanks for any help!

4

1 回答 1

0

maven 原型只是准备项目文件夹结构、依赖项等的模板。请参阅 Maven 原型

因此,您可以像没有原型的简单模块一样创建两个模块,也可以创建自创建文件夹和依赖关系......如果您可以使用一些原型,您可以使用其中的一些

例如:对于主项目:appfuse-basic-jsf 和 Maven 创建项目,该项目使用 Spring、hibernate 和 JSF 或 softeu-archetype-jsf 用于 JFS 结节和 spring-osgi-bundle-archetype 用于 Spring

于 2013-02-06T12:58:07.233 回答