Questions tagged [javarebel]

JRebel (Java Rebel) is a plug-in for the Java Virtual Machine (JVM) that enables instant reloading of changes made to a Java class file.

5 questions
5
votes
3 answers

How do I use continuous integration with an Eclipse project?

I've been using maven2 and hudson for a while to do my continuous integration, but I find that Eclipse and Maven do not play well together. Sure there's a plugin, but it's cranky to mash the maven project into something that eclipse likes and the…
s3v1
  • 2,923
  • 2
  • 33
  • 25
5
votes
2 answers

JavaRebel with a Multi-module Enterprise Project in Maven

Does anybody have experience working with JavaRebel, specifically for a large web application built using Maven? There is a JavaRebel plugin for Maven that seems under-documented, does anybody have comments on how it works, can you really update…
benstpierre
  • 32,833
  • 51
  • 177
  • 288
4
votes
1 answer

JRebel maven multi-module

How I can configure JRebel for multi-module maven project? For now, I added JRebel plugin to my parent pom.xml and I generated several rebel.xml files (one rebel.xml per child module) using jrebel:generate command. Is it correct behavior to generate…
WelcomeTo
  • 19,843
  • 53
  • 170
  • 286
2
votes
2 answers

Alternatives to JREBEL for IBM RAD

I am looking for open source Alternatives to JREBEL which can be used in IBM RAD I tried Dynamic Code Evolution VM with IBM Websphere and RAD . DCEVM does not recognize IBM jdk. Has anyone tried this and got a workaround for this? I believe this is…
Sherin Syriac
  • 447
  • 6
  • 13
0
votes
2 answers

java reflection calling a function

I am using the java reflection to call an API from the .class . I see my function is the list of functions listed by the .getMethods() API . The no param version works fine but the parameterised version fails . The compilation time call for the API…
rockstar
  • 3,512
  • 6
  • 40
  • 63