Last modified by Markus Ruggiero on 2017/02/20 21:13

From version 24.1
edited by Kieran Kelleher
on 2011/07/25 20:09
Change comment: There is no comment for this version
To version 35.1
edited by bogo
on 2011/11/07 12:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kieran
1 +XWiki.bogo
Content
... ... @@ -1,10 +1,8 @@
1 -JRebel is a tool from [[ZeroTurnaround>>http://www.zeroturnaround.com]].
1 +[[JRebel>>http://jrebel.com]] is a tool from [[ZeroTurnaround>>http://www.zeroturnaround.com]] that makes it possible for Java developers to instantly see any code change made to an app //without// redeploying. JRebel lets you see code changes instantly, versioning classes and resources individually and updating one at a time instead of as a lump application redeploy.
2 2  
3 -It is a java library that makes it possible to change java code while running a project in WOLips and see the results without having to restart. It is a great timesaver.
4 -
5 5  === How to install and use JRebel ===
6 6  
7 -* Get a free 30-day license, a open source developer license or a paid license from [[ZeroTurnaround>>http://www.zeroturnaround.com]]
5 +* Get a free 30-day license, a[[open source developer license>>http://sales.zeroturnaround.com]] (Get JRebel for free section) or a paid license from [[ZeroTurnaround>>http://www.zeroturnaround.com]]
8 8  * Put the license file (jrebel.lic) into a directory named .jrebel in your home directory. ( /.jrebel/jrebel.lic )
9 9  * Get the JRebel plugin. Go to Eclipse->Preferences->Available Software Sites, add [[http://www.zeroturnaround.com/update-site/]]
10 10