Quickstart Maven JEE5 Project

Markus Eisele
1
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:

Post a Comment

1Comments

  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
Post a Comment