[go: up one dir, main page]

Skip to content

michaelcallaghan/wfArchetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Maven archetype for a Java EE7 multimodule project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages