"Francisco Figueiredo Jr." <[EMAIL PROTECTED]> writes: > Hi all. > > I'd like to know some tips you have to development with JBOSS. > > Here at my job, we are using Eclipse as IDE and JBOSS IDE to help in > debugging. > > I'd like to know what else I could use to help in the development with > JBoss. I mean, we are having to do a full deploy of ear to update code > as sometimes the hot code replace can't be done by jboss ide. We would > like to have some configuratio tip or procedure which could allow us > to be able to update the code without have to do a full > deploy. Something like the Tomcat plugin which allows me to update the > code and already handle the reload of classes.
The way we redeploy is by using exploded deployments. Where the ear is really a directory structure reflecting the internal structure of of a zipped up .ear file. Then, make sure you are targeting your new .class files into the new ear structure (all subcomponents can be exploded also, .war, .jar etc) Then, just touch foo.ear/META-INF/application.xml and jboss will redeploy that ear. If this still takes too long, look at breaking up the components in the .ear. Either into smaller .ears, or into individual components (.war, ejbs jars, etc) and move those to deploy/. Then you only need to re-deploy the components that have changed. - bob -- SynXis Corporation | [EMAIL PROTECTED] | no .sig today. 1610 Wynkoop, Suite 400 | Ph: (303)595-2511 | Denver, CO 80202 | Fax:(303)534-4257 | ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user