Hi,

I am working on a very big billing project with 40 developers, and I
am intending to use maven on it.

Some questions that are still in my mind.

How do you usually devide the project into small units to ease
development and local deployment/testing??

Actually I did a multiproject in the initial framework based on the
following structure:

project
+--base (base configuration for other projects)
+--common (common classes to be used between web and business modules)
+--business (ejbs)
+--web (web...)

As I can see, it is not going to be a good idea to have a lot of ejbs
into de business jar. Nor will be having all the web resources inside
the web war.

How do you usually do in your big projects??

Thanks for any help.

-- 
Marcelo Alcantara
Senior Developer/Architect
--------------------------------------------------------
[EMAIL PROTECTED]
+55 11 81968823

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to