InfoQ

News

Apache Geronimo 1.1 Released

Posted by Johan Strandler on Jun 28, 2006 02:25 PM

Community
Java
Topics
Application Servers
Tags
Geronimo,
Java EE,
Open Source Project Releases
With this release of Geronimo you can finally run it on Sun Java 1.5 VM, as long as you don't require CORBA. Another notable change from the 1.0 release is that Geronimo now is available in two distributions, one full and certified J2EE 1.4 distribution and one "stripped down" distribution - "Little-G" - that only incudes a minimal installation with a Jetty or Tomcat http server.  Geronimo has been rearchitected around a new Plug-in model that allows a user to dynamically combine different server features and apps.

Signficant changes, from the official release notes:
  • Geronimo applications, server features, and integrated products can be  distributed as Geronimo plugins.  Plugins are easy to install, automatically   download any dependencies, and do not require server restarts. Using the plugin infrastructure, applications or modules can be copied from  one Geronimo installation to another (from developer to developer, test to  production, etc.).
  • Deployment plans have been updated, ConfigId has been replaced by a more  complete ModuleId structure. Previous releases of Geronimo will require  modifications, refer to the Geronimo documentation for further details.
  • Tools and commands have been also updated to reflect the ConfigID -> ModuleId change as well as geronimo-config-1.1.xsd -> geronimo-module-1.1.xsd schemas.
  •  More functionality has been included in the Administrative Console   (http://localhost:8080/console/). Memory utilization graphics, more Thread  Pools, remote HTTPd configuration wizard and plugins are some of these new  features.
  •  All the applications (except for those deployed via Hot Deployment) are stored in the /repository directory. Previous config-store has  been removed.
  • Enhanced SMTP support.
  • Keystore configuration.
  • Geronimo also supports in-place deployments.  This means an archive or a directory  can be deployed without being copied into the Geronimo directory structure.
Little-G is an alternative distribution offered in Geronimo 1.1.  This new distribution has a reduced footprint.  It comes with either Tomcat or Jetty  as WebContainer options.

1 comment

Reply

What's in "Little G" by Jason Carreira Posted Jun 29, 2006 12:56 PM
  1. Back to top

    What's in "Little G"

    Jun 29, 2006 12:56 PM by Jason Carreira

    So what all is bundled in "Little G"? If I wanted a servlet container + ActiveMQ + possibly ServiceMix, what would be the easiest way to put that stack together, hopefully with some admin tools?

Exclusive Content

VMware Infrastructure 3 Book Excerpt and Author Interview

VMware Infrastructure 3: Advanced Technical Design Guide and Advanced Operations Guide provides a wealth of practical insights into setting up virtualization in todays corporate environments.

Using Ruby Fibers for Async I/O: NeverBlock and Revactor

Ruby 1.9's Fibers and non-blocking I/O are getting more attention - we talked to Mohammad A. Ali of the NeverBlock project and Tony Arcieri of the Revactor project.

Agile and Beyond - The Power of Aspirational Teams

Tim Mackinnon talks about the aspirations behind the Agile principles and practices, the desire to become efficient, to write quality code which does not end up being thrown away.

Concurrency: Past and Present

Brian Goetz discusses the difficulties of creating multithreaded programs correctly, incorrect synchronization, race conditions, deadlock, STM, concurrency, alternatives to threads, Erlang, Scala.

ActionScript 3 for Java Programmers

Often the hardest part of changing technologies is language syntax differences. This new article provides Java developers with a transition guide to Actionscript which forms the foundation of Flex.

Neal Ford On Programming Languages and Platforms

Neal Ford talks about having multiple languages running on one of the two major platforms: Java and .NET. He also presents the advantages offered by Ruby compared to static languages like Java or C#.

Future Directions for Agile

David Anderson talks about the history of Agile, the current status of it and his vision for the future. The role of Agile consists in finding ways to implement its principles.

Nick Sieger on JRuby

Nick Sieger talks about the future of JRuby, Java Integration, and his work on JEE deployment tools for Ruby on Rails like Warbler.