RSS feed
All(28) Eclipse(4) Java(5) JDBC(5) JSP(3) Maven(7) Personal (1) Spring(3) Tomcat(5)
<< February 13, 2008 | Home | February 15, 2008 >>

JavaRebel-Compiling and Reloading Java Code on the fly. Looks like its ready for Development Primetime To Me

We are running tomcat 5.5.25 on jdk 1.5.0_10. Java Rebel is supposed to allow changes to java classes on the fly and then use an IDEs built in background compilation to compile the code so that you can remove the step of having to redeploy a web application through standard apis such as tomcat undeploy and deploy.  

My experience with this overall was that initially I had some issues getting it setup but in response to my blog article I heard from Jevgini Kabanov a developer of javarebel and he helped me get it setup.

Read more...

Tags :