Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Project structure: 1 Project - many EJB Modules
Project structure: 1 Project - many EJB Modules [message #183097] Wed, 22 November 2006 08:07 Go to next message
Eclipse UserFriend
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
Re: Project structure: 1 Project - many EJB Modules [message #183187 is a reply to message #183097] Fri, 24 November 2006 14:59 Go to previous message
Eclipse UserFriend
Originally posted by: kosta.bea.com

Markus,

WTP only supports one module per project.

- Konstantin
Previous Topic:Created test-client does not run: JSP compile error: axis.jar not found
Next Topic:Load resource bundle for Run on Server
Goto Forum:
  


Current Time: Tue Apr 16 08:09:16 GMT 2024

Powered by FUDForum. Page generated in 0.29819 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top