The Artima Developer Community
Sponsored Link

Artima Developer Spotlight Forum
JRebel 3.0 Released

2 replies on 1 page. Most recent reply: Apr 22, 2010 4:32 PM by Bill Venners

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Frank Sommers

Posts: 2642
Nickname: fsommers
Registered: Jan, 2002

JRebel 3.0 Released Posted: Apr 21, 2010 9:54 AM
Reply to this message Reply
Advertisement

JRebel (formerly known as JavaRebel) has been an increasingly popular item in the Java—and other JVM language—developer's tool chest. After making modifications to a Java class definition, JRebel notices such changes and reloads the modified class inside a running JVM. That, in turn, makes it unnecessary to restart a running application during development, an often time-consuming and frustrating task. JRebel has also proven useful in deployment environments where application restarts are not an option: Upon deploying a new WAR file in a Web application, for instance, JRebel arranges the changed elements in the WAR to update in the running JVM without having the restart the VM itself.

A common thread in JRebel updates has been for the tool to make increasingly more intelligent decisions about what needs to be reloaded into a VM, primarily by JRebel observing an wider array of artifacts in Java APIs and frameworks. In that vein, JRebel 3.0 adds support to EJB, JSF, and JPA development. Making changes to a JPA configuration, for instance, will also trigger a reload of all related Java classes into the VM.

Hibernate, Spring, and JSF are also supported more extensively in the latest release. As well, configuration changes in Guice, Struts, log4j, Stripes, Tapestry, Wicket, Velocity, and some other frameworks are also supported now. Thus, it is possible to work, for instance, on a Java project in Eclipse, make a change to a log configuration, and observe the effects of that change right after saving the changed configuration file, without having to restart Tomcat or some other app server used during development.

What do you think of the latest JRebel features?


Dave Booth

Posts: 412
Nickname: davebooth
Registered: Dec, 2006

Re: JavaRebel 3.0 Released Posted: Apr 22, 2010 5:49 AM
Reply to this message Reply
Although it's not a comment on the new feature set of 3.0 (I'll leave that up to you guys), I should point out that JavaRebel was renamed to JRebel last year.. sorry for the confusion!! :)

David Booth
CEO, ZeroTurnaround (makers of JRebel)

Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

Re: JavaRebel 3.0 Released Posted: Apr 22, 2010 4:32 PM
Reply to this message Reply
> Although it's not a comment on the new feature set of 3.0
> (I'll leave that up to you guys), I should point out that
> JavaRebel was renamed to JRebel last year.. sorry for the
> confusion!! :)
>
> David Booth
>
Thanks David. I fixed the name in the news item.

Flat View: This topic has 2 replies on 1 page
Topic: States and Components in Flex 4 Previous Topic   Next Topic Topic: Heron 1.0 Alpha 3 : Compile-Time Reflection, the HeronEdit IDE, and more

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use