项目作者: michaelcallaghan

项目描述 :
Maven archetype for a Java EE7 multimodule project
高级语言: HTML
项目地址: git://github.com/michaelcallaghan/wfArchetype.git
创建时间: 2019-06-29T15:05:46Z
项目社区:https://github.com/michaelcallaghan/wfArchetype

开源协议:

下载


wfArchetype

Maven archetype for a Java EE7 multimodule project (work in progress)

This archetype can be used to generate a multimodule Maven project with the following projects:

  • a JPA project for entities etc.
  • an EJB project containing EJB implementation classes
  • an EJB API project containing the EJB interfaces for use by local or remote clients
  • a web project for REST, HTML etc.
  • an EAR project which references the other projects and builds an ear file for deployment to WildFly

Please note: support for Arquillian testing is incomplete in this version