The Artima Developer Community
Sponsored Link

Java Community News
ZeroTurnaround Releases JavaRebel 1.1

2 replies on 1 page. Most recent reply: May 4, 2008 9:06 AM by Zemian Deng

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
Jevgeni Kabanov

Posts: 9
Nickname: ekabanov
Registered: Oct, 2006

ZeroTurnaround Releases JavaRebel 1.1 Posted: Apr 30, 2008 10:45 AM
Reply to this message Reply
Summary
ZeroTurnaround announced the availability of JavaRebel 1.1, a JVM plugin that enables reloading changes made to Java class files on-the-fly, saving developers the time it takes to redeploy an application or perform a container restart.
Advertisement

JavaRebel is a JVM plugin (-javaagent) that enables reloading changes made to Java class files on-the-fly, saving developers the time it takes to redeploy an application or perform a container restart. JavaRebel works in Java EE and Java SE applications.

This release is a result of more than 6 months of work from the ZeroTurnaround team, and includes the following changes from the 1.0.x version:

  • Unexploded development.
    Now you can run JavaRebel without having to change your build cycle at all. See the installation manual and this article.
  • Improved debugging.
    No need to step through generated methods anymore, see this article.
  • Full reflection support.
    All changes to methods, fields and annotations will show up also via Reflection API.
  • Dynamic proxy support.
    Support for JDK, CGLib and Javassist dynamic proxies allows to add methods to classes behind proxies.
  • Full support for Java 1.4.
    All of the features available in Java 5 are also available in Java 1.4. The installation is also now simpler and supports more containers. See installation manual for details.
  • JavaRebel SDK.
    With the SDK you have full access to the JavaRebel API and can use it for custom integration or to enable configuration reloading. The community site includes additional support for Google Guice, Stripes and Commons-EL.

Watch the demonstration screencast (~2 mins), read the feature list or download JavaRebel from ZeroTurnaround.com and give it a try.

JavaRebel is commercial software with a free trial. To celebrate this release and to prove that 1.1 is stable, the JavaRebel team will give one free unrestricted personal license for any issue that a user helps to fix in the next month.

To what extent do you think reloading class files, and restarting app servers during development hinder Java developers' productivity?


Keith Weinberg

Posts: 1
Nickname: kweinber
Registered: Jan, 2008

Re: ZeroTurnaround Releases JavaRebel 1.1 Posted: May 1, 2008 5:10 AM
Reply to this message Reply
Sun should buy ZeroTurnaround and make these features part of the standard JVM (at least in the jdk).

This kind of thing is much of the allure of Rails. Ruby is great as a language, but the reloadability of webrick (and the instantaneous feedback of development) is one of the main attractions of that platform.

Zemian Deng

Posts: 49
Nickname: zdeng
Registered: Jan, 2008

Re: ZeroTurnaround Releases JavaRebel 1.1 Posted: May 4, 2008 9:06 AM
Reply to this message Reply
+1

Flat View: This topic has 2 replies on 1 page
Topic: Lex Spoon on Scala and Bringing Future Languages to the JVM Previous Topic   Next Topic Topic: Bjarne Stroustrup on Language Evolution, Multiple Dispatch, and DSLs

Sponsored Links



Google
  Web Artima.com   

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