vote up 0 vote down star

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?

flag

2 Answers

vote up 1 vote down check

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|flag
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 at 2:10
vote up 0 vote down

You could use JavaRebel

link|flag

Your Answer

Get an OpenID
or

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