InfoQ

News

JET 5.0 Released With Java Runtime Slim-Down Technology

Posted by Scott Delap on May 24, 2007 10:12 PM

Community
Java
Topics
Deployment / Datacenter
Tags
Excelsior Jet
Excelsior has released JET 5.0. JET is a toolkit and complete runtime environment for acceleration, protection, and deployment of Java applications. This is accomplished by compiling Java class files into native x86 (IA-32) instructions. Version 5.0 adds a number of features include:
  • Plug-in for IntelliJ IDEA
  • Faster start-up and lower memory usage
  • Support for latest Java SE 5 update 11
  • Smaller size of update packages

The key enhancement however is Java Runtime Slim-Down:

...Excelsior JET 5.0 [provides] the ability to exclude certain parts of the Java SE platform from the application's installation package, thus reducing its download size and disk footprint. For example, it may cut down a medium-size Java application that does not use Swing or AWT to a mere 5 MB, whereas the Sun JRE 5.0 alone is a 15 MB download...

The release also includes a number of performance optimizations for loops, floating point operations, and memory allocation which have improved SciMark2 and SPEC JVM98 benchmarks by a factor of 1.7.

No comments

Reply

Exclusive Content

Tapestry for Nonbelievers

A new article by I. Drobiazko and R. Zubairov introduces v. 5 of the Apache Tapestry component-oriented web framework. The tutorial shows how to create a component and covers IoC in Tapestry and Ajax.

Pete Lacey on REST and Web Services

In this interview, Burton Group consultant Pete Lacey talks to Stefan Tilkov about his disillusionment with SOAP, his opinion on REST, and addresses some of the perceived shortcomings REST vs. WS-*.

Business Natural Languages Development in Ruby

Jay Fields presents his concept of Business Natural Languages - a type of Domain Specific Languages geared towards being readable by domain experts.

Distributed Version Control Systems: A Not-So-Quick Guide Through

Adoption and interest for Distributed Version Control Systems is constantly rising. We will introduce the concept of DVCS and have a look at 3 actors in the area: git, Mercurial and Bazaar.

Segundo Velasquez and Agile as Seen Through the Customer's Eyes

Deborah Hartmann interviewed Segundo Velasquez about his experience as customer with an Agile team during the initial phase of software design of a product.

Fine Grained Versioning with ClickOnce

David Cooksey shows how to fine grained versioning to a ClickOnce deployment using an HttpHandler written with ASP.NET, making partial rollouts to a test audience much easier.

Implementing Manual Activities in Windows Workflow

Windows workflow (WF) is an excellent framework for implementing business processes, but lacks support for human activities. This article describes a completely generic approach for changing this.

Markus Voelter about Software Architecture Documentation

In this interview taken during OOPSLA 2007, Markus Voelter talks about the importance of documenting the software architecture, and gives some good and also bad examples on how it could be done.