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

From version 39.1
edited by Theodore Petrosky
on 2017/02/20 21:13
Change comment: There is no comment for this version
To version 36.1
edited by bogo
on 2011/11/07 12:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,0 @@
1 -How-tos
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.tedpet
1 +XWiki.bogo
Tags
... ... @@ -1,1 +1,0 @@
1 -devtools
Content
... ... @@ -1,22 +1,20 @@
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.
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 -=== Also take a look at: [[Using DCEVM and Hotswap for rapid turnaround>>doc:WOL.Using DCEVM and Hotswap for rapid turnaround||shape="rect"]] ===
4 -
5 5  === How to install and use JRebel ===
6 6  
7 -* 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"]]
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/>>url:http://www.zeroturnaround.com/update-site/||shape="rect"]]
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]]
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/]]
10 10  
11 -[[image:attach:AddZeroTurnAround.png]]
9 +[[image: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:attach:InstallSoftware.png]]
13 +[[image: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:attach:UpdateWOLipsWithJRebel.png]]
17 +[[image: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:attach:EnableJRebel.png]]
33 +[[image:EnableJRebel.png]]
36 36  
37 37  Start you project from the Run Configuration.
38 38  
... ... @@ -39,17 +39,19 @@
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}}
40 +
42 42  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:
43 43  
44 --XX:MaxPermSize=384m
43 +\-XX:MaxPermSize=384m
44 +
45 45  {{/info}}
46 46  
47 47  Start changing your java code on the fly: watch and start saving time.
48 48  
49 -[[image:attach:JRebelWOlipsLog.png]]
49 +[[image:JRebelWOLipsLog.png]]
50 50  
51 -* Profit! (for the europeans: Extra Time Off!)
51 +* Profit (for the europeans: Extra Time Off)
52 52  
53 53  == More information ==
54 54  
55 -[[Old screencast from David Avendasora about using JRebel with Eclipse 3.4>>url:http://www.wocommunity.org/podcasts/WOJavaRebel_Setup.mov||shape="rect"]].
55 +[[Old screencast from David Avendasora about using JRebel with Eclipse 3.4>>http://www.wocommunity.org/podcasts/WOJavaRebel_Setup.mov]].
AddZeroTurnAround.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -108.0 KB
Content
EnableJRebel.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -133.7 KB
Content
InstallSoftware.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -104.9 KB
Content
JRebelWOlipsLog.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -49.3 KB
Content
PathToJRebel.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -36.9 KB
Content
UpdateWOLipsWithJRebel.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.XWikiGuest
Size
... ... @@ -1,1 +1,0 @@
1 -118.7 KB
Content