Enterprise grade Java.
You'll read about Conferences, Java User Groups, Java, Integration, Reactive, Microservices and other technologies.

Tuesday, July 21, 2009

Quickstart Maven JEE5 Project

07:33 Tuesday, July 21, 2009 Posted by Test 1 comment:
, , ,
I had to start several JEE5 projects recently and always needed to setup a new maven project structure over and over again. Therefore I decided to build a basic maven project setup for a default JEE5 application containing:
- one EAR project
- one EJB project
- one WAR project

You can download the project setup and give it a try. All projects have the base setup from the JEE5 facets of the related maven plugins. Therefore: Don't expect any magic behind this. The only intention of this was to have a quickstart and don't waste any time on creating the same four poms and folder structures over and over again.

Have a look at the general project structure:

1 comment:

  1. Thanks for this. I had a a question though. How can one deploy an appfuse spring mvc application to oracle?. I am having serious sleepless nights with this. Thank you

    ReplyDelete