Changes for page Using JRebel (previously called JavaRebel) with WOLips
Last modified by Markus Ruggiero on 2017/02/20 21:13
From version 16.1
edited by Kieran Kelleher
on 2011/07/25 20:12
on 2011/07/25 20:12
Change comment:
There is no comment for this version
To version 17.1
edited by Denis Frolov
on 2010/10/12 07:48
on 2010/10/12 07:48
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. kieran1 +XWiki.dfrolov - Content
-
... ... @@ -1,10 +1,16 @@ 1 -JRebel is a tool from [[ZeroTurnaround>>http://www.zeroturnaround.com]] that hotswaps compiled java classes on the fily while your application is running.This will greatly reduce the number of times your must restart your app as your make changes during development and thus save you time and productivity interruptions.1 +JRebel (previously called javarebel is a tool from [[ZeroTurnaround>>http://www.zeroturnaround.com]]). 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 +If you are running Eclipse 3.4, you should have a look at the screencast from David Avendasora at [[http://www.wocommunity.org/podcasts/WOJavaRebel_Setup.mov]]. 6 + 7 +If you are running WOLips 3.5.1 or bigger, you are lucky: the JRebel plugin is included in the current WOLips for there versions. 8 + 3 3 === How to install and use JRebel === 4 4 5 -* Getafree 30-daylicense, aopen sourcedeveloperlicense or a paid licensefrom [[ZeroTurnaround>>http://www.zeroturnaround.com]]6 -* Put thelicense file (jrebel.lic) intoadirectorynamed.jrebelinyourhomedirectory.( /.jrebel/jrebel.lic )7 -* G et the JRebel plugin. Go to Eclipse->Preferences->Available Software Sites, add [[http://www.zeroturnaround.com/update-site/]]11 +* Download you version from [[ZeroTurnaround>>http://www.zeroturnaround.com]] 12 +* put the jrebel.jar somewhere nice, so you can use it in whatever project you are working 13 +* Go to Eclipse->Preferences->Available Software Sites, add [[http://www.zeroturnaround.com/update-site/]] 8 8 9 9 [[image:AddZeroTurnAround.png]] 10 10 ... ... @@ -16,8 +16,11 @@ 16 16 17 17 [[image:UpdateWOLipsWithJRebel.png]] 18 18 19 -* Restart Eclipse. You will now have a Jrebel preference item in your eclipse preferences and JRebel is ready for use with your projects. 25 +* Restart Eclipse. You will now have a Jrebel preference item in your eclipse preferences 26 +* Goto to Preferences->JRebel, and point the Path to jrebel.jar to the jrebel.jar location from action 2. 20 20 28 +[[image:PathToJRebel.png]] 29 + 21 21 You have now installed and setup the stuff that WOLips needs to know about the location of JRebel.jar. 22 22 23 23 == How do you use it? == ... ... @@ -49,7 +49,3 @@ 49 49 [[image:JRebelWOLipsLog.png]] 50 50 51 51 * Profit (for the europeans: Extra Time Off) 52 - 53 -== More information == 54 - 55 -[[Old screencast from David Avendasora about using JRebel with Eclipse 3.4>>http://www.wocommunity.org/podcasts/WOJavaRebel_Setup.mov]].