up vote 0 down vote favorite
share [g+] share [fb]

One troubling aspect of building JEE applications is the turn around time for the edit, compile, deploy process. I tried using Jetty but even that has some problems after making several edits you will usually run into a memory error.

At the moment I use Netbeans and I can see edits to the presentation layer without redeployment but when making changes to the model then a full rebuild is necessary and there could be some problems.

What are some recommendations for improving this aspect of the process?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Troubling? Really? How long are your projects?

I think that Spring dm Server might start making in-roads with its OSGi technology. It keeps deployments modular, and you can hot deploy/undeploy individual modules.

link|improve this answer
I will have to investigate this further. If you can redeploy your application umpteen times without PermGen error then its worth it. – Vincent Ramdhanie Jan 2 '09 at 2:10
feedback

You could use JavaRebel

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.