Hi cmwong,

This is what works well for us:

> How do you guys make arrangement on a big project when a few programmer is
take part?
> 1)split into smaller part and each programmer work on one Web context so
the programmer
> are doing the compilation and packing? In the final stage then only
combine the small part
> into one web context?

[Per Nyfelt]
Yes using one jar per EJB bean gives good opportunities for unit testing and
rapid deploy-redeploy cycles and makes it easy to split tasks between
people. If there is a lot more of web stuff then each person has Tomcat and
unit tests their own stuff, then one person is responsible for pulling it
all together into a war file.

> 2)apoint one person to be the compiler & packager?

[Per Nyfelt]
Yes, when moving from development to system test all EJB jars is combined
into one jar and together with the web war is bundled into an EAR file
(after system testing complete, move that ear to production). For this all
individual ejb-jar.xml needs to be combined into one xml file. All it takes
a couple of shell scripts to automate this.

Best regards,
Per


I suspect that would be sort of difficult as you'll have to redeployyour
beans anyway ... we use ANT http://jakarta.apache.org/ant/index.htmlto
automate all the steps (compilation, packaging, deploying)Robert.
-----Original Message-----From: Wong Chee Mon [mailto:[EMAIL PROTECTED]]Sent:
Tuesday, 9 January 2001 22:25To: [EMAIL PROTECTED]:
[jBoss-User] developmentHi All,is there a way for not packing all the Bean,
Web application, class files into jar, war or ear todeploy in jboss_jetty?
just because all the code is under development.with a minor changes in the
code have to rerun a few step to deploy the whole
thing.cmwong----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED] unsubscribe:
[EMAIL PROTECTED] Help?:
[EMAIL PROTECTED]
----------------------------------------------------------------To
subscribe:        [EMAIL PROTECTED] unsubscribe:
[EMAIL PROTECTED] Help?:
[EMAIL PROTECTED]



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to