how are java web applications packaged
Answers
Answered by
0
We are starting a new Java EE web application using Spring, Sping MVC and Hibernate. We will most probably be using maven also.
Before starting we need to come up with the project/package structure for the web application.
What is the Standard project/package structure of a Java EE web application?
It should also run on all application servers without making any changes in the project structure or the any configuration files.
We will be using Spring source IDE version 2.6.0 (latest release).
Any ideas?
Before starting we need to come up with the project/package structure for the web application.
What is the Standard project/package structure of a Java EE web application?
It should also run on all application servers without making any changes in the project structure or the any configuration files.
We will be using Spring source IDE version 2.6.0 (latest release).
Any ideas?
Similar questions