Everything has got its own deadline including one's EGO!
[CodeBarn] [Java Concepts-easily] [Corey's articles] [SCJP-SUN] [Servlet Examples] [Java Beginners FAQ] [Sun-Java Tutorials] [Java Coding Guidelines]
Raghavan Muthu wrote: 1. Do you mind explaining the functionality of JRebel in a conceptual and design perspective?
Raghavan Muthu wrote:
2. I could see that it allows the users/developers to sneak peek at the changes before confirming. Is it more of a pre-deployment debug mode? Generally debugging would happen post deployment.
Raghavan Muthu wrote:
3. If the developer is satisfied with the changes, can JRebel allow him to push the changes to confirm further? Or the deployment has to happen separately?
Raghavan Muthu wrote:
4. Will it allow any dynamic changes when the code is in action with JRebel? Say a change in a property present in the configuration file?
Raghavan Muthu wrote:
5. How do I get access to JRebel or save its purpose?
JRebel - http://www.jrebel.com
Amit Nimbhorkar wrote:Do we have something for the problem where developers have to .ear OR .war files on the server to test there development?
JRebel - http://www.jrebel.com
Damian Cardozo wrote:I have an on going JSF+EJB+JPA project (using netbeans). How much work is required to integrate JRebel?
Damian Cardozo wrote:and suppose that I buy a license, but when it expires I don't have enough money to buy it again.. how much work is required to remove JRebel from the project?
JRebel - http://www.jrebel.com
Nenad Nikolic wrote: Is it possible to add custom JRebel-aware behaviour in my app allowing me implement custom functionality when classes inside of the JVM are updated by JRebel? One usage of such hooks would be telling some external server/service to reinitialize/restart whenever the developed application is being modified (and updated in the JVM).
Nenad Nikolic wrote: JRebel plugins are mentioned in the JRebel FAQ and that might be the answer, but that page currently shows a sad 404 dog.
![]()
Everything has got its own deadline including one's EGO!
[CodeBarn] [Java Concepts-easily] [Corey's articles] [SCJP-SUN] [Servlet Examples] [Java Beginners FAQ] [Sun-Java Tutorials] [Java Coding Guidelines]
Raghavan Muthu wrote: My last question was how do I actually make use of JRebel? Is there any console or a screen with which I can really see what I am doing? As you said, you can have a quick look at the changes before deploying (ideally, stop redeploying).
JRebel - http://www.jrebel.com
Everything has got its own deadline including one's EGO!
[CodeBarn] [Java Concepts-easily] [Corey's articles] [SCJP-SUN] [Servlet Examples] [Java Beginners FAQ] [Sun-Java Tutorials] [Java Coding Guidelines]
Raymond Holguin wrote:whats types of coding changes (if any) will NOT be caught by JRebel and require a full redeploy?
JRebel - http://www.jrebel.com
Anton Arhipov wrote:
Raymond Holguin wrote:whats types of coding changes (if any) will NOT be caught by JRebel and require a full redeploy?
- Hierarchy changes, i.e. replacing superclass
- Adding/removing implemented interfaces
Also, since the initializers are not re-executed, it means the state is preserved, but if you add some initialization logic - then it is only applied to the new class instances. For instance, you add a field and initialize it in constructor, then the old instances will have the new field but the value will be null.
JRebel - http://www.jrebel.com
Learning and Learning!-- Java all the way!
Thanks and Regards,
~Sujoy
JRebel - http://www.jrebel.com
JRebel - http://www.jrebel.com
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime. |