Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java EE: Tips to speed up development wanted!

856371Oct 30 2011 — edited Oct 31 2011
I'm programming Java EE. Our web server is Jetty. I build my .wars using Maven. I run Jetty locally on my development PC and I've learned to use hot deploy to speed up the process somewhat. But it still takes 24 seconds to recompile and re-initialize the Spring Webroot Context. Is it possible to use TestNG or JUnit to just run a small test without re-initializing the Spring Webroot Context in order to speed up the build-test-re-build-cycle?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 28 2011
Added on Oct 30 2011
1 comment
249 views