Monday 15 February 2010

Proper Java Project Structure for an Enterprise Application -


I'm a newbie for Java. In Visual Studio you have the option to create sub projects under a single project, in which Sub-projects can be different types of web, like ER. This allowed me to create an easy-to-deploy solution with some sub-solutions. Now, for developing in Java I have this application with different modules (different project types are required). The module can be considered as JPA type, Java type, web type, under the main solution. Is there a way in eclipse to create sub-solutions (like Visual Studio)? If not, how can I make a proper project structure that is easy to maintain and deploy? Please answer the broad answer to consider my C # background.

I think what you are asking maybe probably about all Java Web projects now Maven Build System And it implements a project structure. A very good example of this is the Java EE demo which comes with Java 7 tutorials. You can download SDKs, tutorials and demos. The best thing about Maven is that the ID is free so that you (quite) easily, from Eclipse to Netbense, in addition to that, both Eclipse and Netbans have their own project structure but generally use it Does not have much advantage and it relates to you in that IDE

There are other popular build systems. Ant does not put any structure on your project, but with what you can do with it, it's rational and more flexible.

No comments:

Post a Comment