Eclipse Plugin Tutorial
April 30th, 2009 by Lauri TulminThough JRebel does not depend on any IDE or development tools in particular, (besides a compiler) it’s nice to have tight integration with your IDE. Enter – the JRebel Eclipse Plugin. Remember: as long as you overwrite your old class files with new ones, JRebel will reload your changes and cut down on time spent redeploying.
Please see the updated tutorial here.


[...] Buy « Eclipse Plugin Tutorial [...]
Pingback by JavaRebel Eclipse Plugin Released | ZeroTurnaround.com — April 30, 2009 @ 3:41 pm
where is “javarebel-struts2x-plugin-[versionnumber].jar” ?
i can`t find that. answer plz
Comment by max — May 4, 2009 @ 3:00 pm
The Struts plugin is embedded into javarebel.jar so that there would not be too many JAR files to include. If you need a different version just place your version of the plugin to the classpath of your app.
Comment by Toomas Römer — May 5, 2009 @ 12:16 am
[...] Eclipse Plugin Tutorial [...]
Pingback by How to install and use JRebel (formerly JavaRebel) in Tomcat with the Eclipse IDE | ZeroTurnaround.com — September 9, 2009 @ 10:05 am
[...] Eclipse Plugin Tutorial [...]
Pingback by How to install and use JavaRebel in IBM WebSphere with Rational Application Developer or Eclipse | ZeroTurnaround.com — September 23, 2009 @ 9:11 am
I’m currently using Eclipe 3.5 and Maven2 in my JEE project.
I wonder if it’s possible to configure the hotswapping deploying the project directly to Jboss 4.2.3 (I’m not using the eclipse server configuration).
Comment by Daniel Camargo — October 9, 2009 @ 2:12 pm
@Daniel
If you either have just linked (symlink or mklink) the deployable archive folder directory to JBoss you can skip the rebel.xml.
Comment by Toomas Römer — October 12, 2009 @ 8:50 am
Eclipse Plugin Development Tutorial website to teach you how to develop eclipse plugins using simple examples to a complex eclipse rcp over time.
http://www.eclipsepluginsite.com/
Comment by epd — March 7, 2010 @ 2:37 pm
@givemeascream Did you install an IDE plugin? e.g. for Eclipse http://bit.ly/3KBDVQ
This comment was originally posted on Twitter
Comment by ekabanov — June 29, 2009 @ 7:34 am