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.

Our Customers Say

“For the price, and for how easy it is to get installed and running in a developers’ environment, using JRebel is pretty close to a no-brainer.”

Jim Lesko, GT Nexus

Recent Tweets

RT @davetownsend: i may have said this before but #jrebel just frigging rules for developing #spring apps. FTW! 1 hr ago

5 Article Series on Reloading Java Classes http://www.theserverside.com/news/thread.tss?thread_id=59657 2 days ago

RT @jteigen: #sbt + #jrebel + #lift + #intellij = Happy Developer 2 days ago

Olark Livehelp