Migration vers un projet web dynamique ?
Bonjour,
J'ai un projet Eclipse (3.6) d'une application web Tomcat (Spring, Hibernate et Struts2).
La structure de mon projet est la suivante :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
+MonProjet
++src
++JRE System Librairy
++*.jar
++webapp
++++css
++++images
++++pages
++++WEB-INF
++++++lib
++++++web.xml
++++index.html
++build.xml
++hibernate.cfg.xml |
Cette structure, je l'ai récupéré depuis notre serveur avec CVS.
Est-il possible de migrer mon application avec la structure Eclipse projet web dynamique (src, WebContent...) et comment ?
D'avance merci.