Hi guys,
at the last JavaDay in Rome I discovered a very exciting tool called JRebel (http://www.zeroturnaround.com). Initially I was sceptic about it but finally I tried and I was impressed by the great advantages gives you while developing Java EE applications. In few words, with JRebel, you can do your changes to your Java beans, edit your Spring & Hibernate XMLs without restarting the application server. JRebel scans automatically your IDE project workspace and loads the updated version of the class when needed.
Obviously, performances can be a bit lower than a normal deployed application but in this way you can save about 30 minutes a day (depending on your application turnaround time - for me this time is 20 sec). The tool is not free but there are trial licenses so give it a try!
No comments:
Post a Comment