InfoQ

News

Apache Geronimo 1.1 Released

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

Community
Java
Topics
Application Servers
Tags
Open Source Project Releases ,
Java EE ,
Geronimo
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.
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?

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.