Latest news

JavaRebel 1.2.1 and Spring Plugin 1.0-M2 Released

We are very proud to present not one, but two simultaneous releases....

JavaRebel used to develop LinkedIn

LinkedIn, Corp. has purchased JavaRebel licenses for all its Java engineers to use in the well-known social networking website dev...

JavaRebel 1.2: Now With Full Spring Support

The latest stable release of the JavaRebel code reloading agent includes a plugin for Spring that reloads Spring configuration on-...

About

JSP Weaver is a utility targeted at decreasing turnaround time of the JEE application development.

Usually JSP is first translated to regular Java code and then compiled into a Java servlet. The approach allows for good performance in production, but steals time in development environments — complex pages can take as much as ten or more seconds to reload. As development usually consists of small incremental changes, which cause the whole page to be reloaded, it is a major time sink.

Comparing turnaround time with and without Weaver for JSP

JSP Weaver eliminates the Java generation and compilation stage by interpreting the JSP files on-the-fly. This reduces the time taken to reload a JSP up to 50 times bringing it from seconds down to milliseconds.