Project structure: 1 Project - many EJB Modules [message #183097] |
Wed, 22 November 2006 03:07  |
Eclipse User |
|
|
|
Originally posted by: markus.logistikpur.com
Hi,
I have read the Eclipse "Project configuration tutorial" in the "Java
Development User Guide".
I would like to have one java project with the whole source of
20 big ejb modules, and some war applications, so i thought of this
project structure.
Eclipse 3.2 Project with source linking:
java project: server_source:
src/com/../module1
src/com/../module2
src/com/../module3
src/com/../module4
...
src/com/../module20
j2ee modul projects:
module1: 1. link source: to server_source/src/com/../module1/*
2. required projects on build path: server_source:
access rule: forbidden:server_source/src/com/../module1/*
module2 ...
module3 ...
module4 ...
....
module20 ...
The problem is, with so many different projects, because every modul is
a project in its own,everything gets very confusing.
I have seen that the JBossIde (2.0.0beta2) allows to specify "package
configuration" inside one project consisting of many modules.
So one calls "run packaging", this results in creating the jar, war etc
files via ant build file. Then i can rightclick on a jar file and
specify "deploy on server".
Is something like that possible with Eclipse?
How would you structure such a project?
Thanks for some hints.
Markus
|
|
|
|
Powered by
FUDForum. Page generated in 0.03655 seconds