Slashdot Mirror


Geronimo! Part 1: The J2EE 1.4 Engine That Could

An anonymous reader writes "Java-based open source development has come a long way since the early days of developers sharing GUI libraries. Geronimo is a large-scale project attempting to create a certified J2EE 1.4 server based on existing open source components. Take a tour through the Geronimo maze with Sing Li as your guide. Gluecode Software CTO and principal Geronimo contributor Jeremy Boynes shares his perspective on Geronimo and go here to learn how to use the new Eclipse plug-in for Apache Geronimo."

3 of 21 comments (clear)

  1. JOnAS by Joff_NZ · · Score: 3, Informative

    JOnAS is our there... free, and LGPL'ed and is already J2EE 1.4 certified

    It's also not too bad at all...

    --
    The revolution will not be televised. It won't be on a friggin blog either
  2. Re:JVM is dime a dozen. Classpath is the key. by The+Mayor · · Score: 2, Informative

    These aren't JVMs, they are application servers. *Very* different things, really.

    Geronimo, JOnAS, and JBoss all work with Sun's classpath. They may also work with the open source Classpath stuff. But these aren't intended as JVM replacements.

    --
    --Be human.
  3. Re:How about Java 1.5? by Minute+Work · · Score: 2, Informative

    "our inhouse framework uses a single Dispatcher servlet to dispatch actions to the relevant Handler classes. Those classes do more or less processing, but the end result is *always* displayed by a JSP - we *never* use a Java class to output an entire page."

    That's a lot of words to say "We use STRUTS"