JE22 project layout ... [message #57458] |
Thu, 23 December 2004 07:55  |
Eclipse User |
|
|
|
Originally posted by: gael.billard.jwaretechnologies.com
My software is a base platform and some modules.
The base platform (business part) is made with several java project. The
same for modules (tipillacy one java project per module).
My GUI is a web application. This application is defined in a webProject
and depend one the base projects. It offer a framework for module to be
plugged into and deliver several sevice.
Currently, I've to deploy using ANT (A task to deploy all and a task per
project to deploy only the associated module).
1 - I wonder if WTP project layout will allow this kind of architecture
and offer "incremental deployement" upon file modification (like java
compiler).
2 - Will it be possible to define all J2EE related dependency in the
main web application project and other (modules) projects depend on it
to avoid redefining everything for each project? I think it can't be
done at the moment (or I miss something).
Ex:
workspace
- project1 (base business)
- webProject1 (base GUI)
- project2 (module 1)
depend one project1 for business and webproject1 for GUI.
- project3 (module 2)
depend one project1 for business and webproject1 for GUI.
Currently I had to copy every config file (web.xml, tld ...) for each
project and eclipse manage classpath. But for editing and compiling
anly, not for deployement.
I'd like to split module into two part a business and a GUI. I would
have a standard java project dependency but for the GUI I don't see how
to do this using eclipse abilities. (not throuogh an ANT script, which
can be long and does not take care of real changes).
Thanks.
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05943 seconds