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 37.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,22 +1,20 @@
1 -JRebel is a tool from [[ZeroTurnaround>>http://www.zeroturnaround.com]].
1 +[[JRebel>>url:http://jrebel.com||shape="rect"]] is a tool from [[ZeroTurnaround>>url:http://www.zeroturnaround.com||shape="rect"]] 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]]
8 -* Put the license file (jrebel.lic) into a directory named .jrebel in your home directory. ( /.jrebel/jrebel.lic )
9 -* Get the JRebel plugin. Go to Eclipse->Preferences->Available Software Sites, add [[http://www.zeroturnaround.com/update-site/]]
5 +* Get a free 30-day license, a[[open source developer license>>url:http://sales.zeroturnaround.com||shape="rect"]] (Get JRebel for free section) or a paid license from [[ZeroTurnaround>>url:http://www.zeroturnaround.com||shape="rect"]]
6 +* Put the license file (jrebel.lic) into a directory named .jrebel in your home directory. ( ~~/.jrebel/jrebel.lic )
7 +* Get the JRebel plugin. Go to Eclipse->Preferences->Available Software Sites, add [[http:~~/~~/www.zeroturnaround.com/update-site/>>url:http://www.zeroturnaround.com/update-site/||shape="rect"]]
10 10  
11 -[[image:AddZeroTurnAround.png]]
9 +[[image:attach:AddZeroTurnAround.png]]
12 12  
13 13  * Download the Jrebel Eclipse Integration and perhaps the JRebel Eclipse Debugger Integration from install new Software
14 14  
15 -[[image:InstallSoftware.png]]
13 +[[image:attach:InstallSoftware.png]]
16 16  
17 17  * Make sure you have checked the JRebel Plugin in WOLips if you download the newest version.
18 18  
19 -[[image:UpdateWOLipsWithJRebel.png]]
17 +[[image:attach:UpdateWOLipsWithJRebel.png]]
20 20  
21 21  * Restart Eclipse. You will now have a Jrebel preference item in your eclipse preferences and JRebel is ready for use with your projects.
22 22  
... ... @@ -32,7 +32,7 @@
32 32  
33 33  Select the tab, and check the check boxes to enable JRebel Agent and (eventually) Enable debug logging.
34 34  
35 -[[image:EnableJRebel.png]]
33 +[[image:attach:EnableJRebel.png]]
36 36  
37 37  Start you project from the Run Configuration.
38 38  
... ... @@ -39,19 +39,17 @@
39 39  Suddenly, you will get messages about jrebel being loaded, and some extra information about what settings are available as extra arguments.
40 40  
41 41  {{info}}
42 -
43 43  If you get out of memory error with respect to "Perm Gen space", just allocate more Perm Gen memory in command line launch args in your launch configuration. For example:
44 44  
45 -\-XX:MaxPermSize=384m
46 -
42 +-XX:MaxPermSize=384m
47 47  {{/info}}
48 48  
49 49  Start changing your java code on the fly: watch and start saving time.
50 50  
51 -[[image:JRebelWOLipsLog.png]]
47 +[[image:attach:JRebelWOLipsLog.png]]
52 52  
53 -* Profit (for the europeans: Extra Time Off)
49 +* Profit! (for the europeans: Extra Time Off!)
54 54  
55 55  == More information ==
56 56  
57 -[[Old screencast from David Avendasora about using JRebel with Eclipse 3.4>>http://www.wocommunity.org/podcasts/WOJavaRebel_Setup.mov]].
53 +[[Old screencast from David Avendasora about using JRebel with Eclipse 3.4>>url:http://www.wocommunity.org/podcasts/WOJavaRebel_Setup.mov||shape="rect"]].