iPhone DZone: Fresh Links On Your iPhone by matt on 7/5/08
Reading DZone on your iPhone just got a little bit easier. Visit http://dzone.com/iphone from your iPhone to try out our beta iPhone support. You can view stories, filter by tags, and login. We'd appreciate your feedback at feedback@dzone.com.
Screencast: Developing Swing with JavaRebel
We prepared a short screencast that demonstrates how easy it is to develop Swing applications with JavaRebel. We used the simple Metalworks example (a... more »
0 commentsSave Tags: java, tools
First milestone of the JavaRebel 1.2 development branch available
The new release includes a reworked SDK that allows creating plugins for easier integration with third-party frameworks or containers. We have also... more »
0 commentsSave Tags: java, tools
Scala Goes Dynamic with JavaRebel
We decided that we can facilitate the Scala adoption by putting its productivity on par with the dynamic languages. To do that we have created a... more »
4 commentsSave Tags: java, other languages, tools
JavaRebel 1.1 Released
ZeroTurnaround has announced the final release of JavaRebel 1.1. JavaRebel is a JVM plugin (-javaagent) that enables reloading changes made to Java... more »
0 commentsSave Tags: announcement, java, tools
IWebMvc receives a JavaRebel free OSS development license
ZeroTurnaround has offered IWebMvc a free OSS license of JavaRebel. Something worth a blog post. If you are a developerof an OSS project request yours... more »
1 commentsSave Tags: frameworks, java, tools, trends
JavaRebel 1.1-M3 Released
The latest development version of JavaRebel features two most requested improvements:
2 commentsSave Tags: announcement, frameworks, java, tools
JavaRebel Goes AI
Some users of JavaRebel have complained that it improves productivity to the point where there are no good reasons for a coffee break. The latest... more »
0 commentsSave Tags: announcement, java, tools
Integrating JavaRebel with Spring
We have started working on integrating JavaRebel with the Spring Framework. First we are concentrating on annotation based configuration and then see... more »
0 commentsSave Tags: frameworks, java
Configuring IDE Debugging with JavaRebel
One of the inconveniences that our users frequently report is stepping in/out of the code managed by JavaRebel. However we have found that most IDEs... more »
0 commentsSave Tags: how-to, tools
Improving Java Development — An Open Letter to the Java Community
ZeroTurnaround is committing to continue reducing Java development turnaround by integrating with specific frameworks, and we invite you along for the... more »
1 commentsSave Tags: announcement, frameworks, java, open source
Developing in Exploded Format
The first step to improving development productivity is switching to exploded format and direct IDE compilation. This article is a how-to for... more »
1 commentsSave Tags: eclipse, how-to, java, tools
JSP Weaver 1.0 Released
JSP Weaver interprets the JSP markup on-the-fly instead of producing and compiling Java code. This reduces JSP reload times in development from tens... more »
1 commentsSave Tags: java, server, tools
Debunking JavaRebel Myths
As JavaRebel matures and gets more and more into the spotlight we get the same arguments against it repeated again and again. We decided to spread... more »
0 commentsSave Tags: java, opinion, tools
JavaRebel Boosting Eclipse Plugin Development
Learn how to quickly develop Eclipse plugins by configuring JavaRebel to reload code changes on the fly. Post includes a tutorial screencast showing... more »
0 commentsSave Tags: eclipse, how-to, java
JavaRebel 1.0 M3 Released
We are glad to announce the immediate availability of JavaRebel 1.0 M3! Thanks to all the feedback we received from our users this release is greatly... more »
0 commentsSave Tags: announcement, java
ZeroTurnaround is looking for community members
ZeroTurnaround Community Google Group is a forum to discuss development of ZeroTurnaround products like JavaRebel and JSP Weaver as well as ideas how... more »
0 commentsSave Tags: announcement, java
JavaRebel impressions - Java Reload just like in Rails
JavaRebel promises Ruby on Rails and PHP reloadability for Java. It is a library that works as an agent to the Java Virtual machine and helps the VM... more »
3 commentsSave Tags: frameworks, java, reviews, tools
A Better Hotswapping for Java
JavaRebel reloads changes to Java classes on-the-fly without redeploy or restart including new methods and fields.
0 commentsSave Tags: java, tools
JavaRebel Brings Class Reloading to Java
JavaRebel reloads changes to Java classes on-the-fly without redeploy or restart including new methods and fields. It is a generic solution that works... more »
0 commentsSave Tags: announcement, java, tools
JSP Weaver 1.0 M1 - Instant JSP Interpreter
Usually JSP is first translated to regular Java code and then compiled into a Java servlet. JSP Weaver eliminates the Java generation and compilation... more »
7 commentsSave Tags: announcement, java
via