JRebel is a quality product from ZeroTurnaround.
JRebel aids development process by loading class changes at runtime. It may appear similar to Eclipse WTP platform which also has these capabilities. JRebel is different as it has support for multiple frameworks like Spring, JSF etc.
Currently for any class file changes in Eclipse, if the build is set to automatic, Spring Context is reloaded. Using JRebel we can avoid re-loading the entire context and just load the single class change. It has ability to load Controllers, Entities, Spring Aware Beans and anything else with .java extension. It has helped a lot in reducing development time by saving deployment effort.
More on JRebel at http://www.zeroturnaround.com/jrebel/ and some enjoyable presentations at http://www.zeroturnaround.com/jrebel/presentations/
Evaluation License is valid for 30 days and it is worth a try.
1 comment:
A small update, JRebel 4.5 was released last week, and you can try out JRebel Social for free, for non-commercial development, via a Facebook or Twitter login. http://social.jrebel.com
Post a Comment