This is a multi-part message in MIME format.
--------------090103020304090804070707
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hi all
oVirt developers now have FOSS license to use jRebel.
what is jRebel?
from
http://zeroturnaround.com/software/jrebel/
"View Changes Instantly,
See all changes to Java application instantly in the browser. Save and
refresh! Locally or remotely. No Maven build needed!"
Yes no need to run make,mvn,setup and so on...
step to make it work (5 minutes work)
* install jRebel plugin for your IDE -
http://manuals.zeroturnaround.com/jrebel/ide/index.html
* send me a *private* mail, I'll reply back with the key, then go
activate the plugin from your IDE
* right click "bll" project and ask the pick jRebel from the menu to
create a rebel.xml
* place /*20-java.conf*/ under
*/$PREFIX/ovirt-engine/etc/ovirt-engine/engine.conf.d//* and edit it to
point to your jrebel.jar.
this is my /*20-java.conf*/:
ENGINE_JVM_ARGS="${ENGINE_JVM_ARGS}
-javaagent:/home/rgolan/.IntelliJIdea12/config/plugins/jr-ide-idea/lib/jrebel/jrebel.jar"
from now on, every change to a class in bll which is compiled (so
target/classes dir changes) will be reloaded in the jvm.
note: this add few seconds to jboss boot time. but worth it.
Thanks,
Roy
--------------090103020304090804070707
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi all<br>
<br>
oVirt developers now have FOSS license to use jRebel.<br>
<br>
what is jRebel?<br>
<br>
from <a class="moz-txt-link-freetext"
href="http://zeroturnaround.com/software/jrebel/">http://zer...
<br>
"View Changes Instantly,
<div class="card-col">
<p>See all changes to Java application instantly in the browser.
Save and refresh! Locally or remotely. No Maven build needed!"<br>
</p>
<p><br>
Yes no need to run make,mvn,setup and so on...<br>
</p>
<p><br>
step to make it work (5 minutes work)<br>
</p>
<p>* install jRebel plugin for your IDE -
<a class="moz-txt-link-freetext"
href="http://manuals.zeroturnaround.com/jrebel/ide/index.html"&...
* send me a *private* mail, I'll reply back with the key, then
go activate the plugin from your IDE <br>
* right click "bll" project and ask the pick jRebel from the
menu to create a rebel.xml <br>
* place <i><b>20-java.conf</b></i> under
<b><i>$PREFIX/ovirt-engine/etc/ovirt-engine/engine.conf.d/</i></b>
and edit it to point to your jrebel.jar.<br>
</p>
<p> this is my
<i><b>20-java.conf</b></i>: </p>
<p>
ENGINE_JVM_ARGS="${ENGINE_JVM_ARGS}
-javaagent:/home/rgolan/.IntelliJIdea12/config/plugins/jr-ide-idea/lib/jrebel/jrebel.jar"<br>
</p>
<p><br>
from now on, every change to a class in bll which is compiled
(so target/classes dir changes) will be reloaded in the jvm. <br>
</p>
<p><br>
note: this add few seconds to jboss boot time. but worth it. <br>
</p>
</div>
Thanks,<br>
Roy<br>
</body>
</html>
--------------090103020304090804070707--