Slashdot Mirror


Geronimo 1.0 Milestone Build M1 Released

Dain Sundstrom writes "The Geronimo team is pleased to announce the availability of our first milestone release, 1.0 M1. M1 marks the first of many milestone releases to come. This milestone integrates the main container components: Geronimo, MX4J, Jetty, OpenEJB and ActiveMQ. It has been amazing to see our communities come together and show such strong support for Apache Geronimo. There is still much work to be done on this integration and we look forward to fostering more collaboration between our projects to create an even more unified M2. As this is our first release and bound to draw a lot of attention, we have put together a thorough set of release notes which detail the current state of Geronimo. We advise that this is simply a milestone release and is not for general use, nor is it any indication of a final release. Our goal with this release is to start out slowly with a base set of functionality and gather some initial feedback that we can incorporate into future milestones."

16 of 147 comments (clear)

  1. Ok great by krisp · · Score: 5, Insightful

    Nice, but what exactly does it DO? Thanks for all the information about how big a milestone it is, but don't you think some information on what it is would be useful?

    1. Re:Ok great by chocobot · · Score: 3, Funny

      whatever it is, it RULES!

    2. Re:Ok great by KillerLoop · · Score: 5, Informative

      It's an Enterprise JavaBeans (EJB) container, where you can deploy enterprise archives and ... well, run them.

      Think Tomcat, which is a container for web applications. Geronimo runs along the same vein but for EJB's. In fact it incorporates a Servlet/Web/JSP container of its own, namely Jetty.

      And yes, it's Java stuff.

    3. Re:Ok great by mabinogi · · Score: 4, Informative

      That's not really accurate.

      It's a J2EE container / application server, which means that yes it'll host EJBs but EJB is not it's sole purpose.

      J2EE application servers provide EJB, JMS, Servlet/JSP, Web Services, JNDI for service and resource location, and a whole heap of other standard APIs.

      Geronimo takes the approach of integrating a whole heap of existing apache licensed components into the one cohesive server.

      A lot of people think that EJB is all there is to J2EE, but it's not - in fact it's the least important component, the one that should be avoided completely unless you really know you need it.

      --
      Advanced users are users too!
  2. It's the ASF's J2EE Container by SwansonMarpalum · · Score: 4, Informative

    Given that the ASF has wider industry support and several members of Sun, it may even get certified. This would be potentially bad news for JBoss.

    --
    "Give away the stone, let the oceans take and transmutate this cold and faded anchor." - Maynard James Keenan
  3. Hibernate? by jlrobins_uncc · · Score: 3, Interesting

    I wonder if it will ever be able to contain / integrate hibernate, or will that be verboten by JBoss LLC?

    Word around the campfire says it requires far fewer contortions than CMP beans.

    Congrats to both JBoss and Geronimo. May they both provide middleware containers that don't suck.

    1. Re:Hibernate? by joib · · Score: 4, Interesting

      I don't think that will happen, since Hibernate is LGPL and Geronimo is ASL.

      That being said, Hibernate combined with Spring will do 99% of what EJB is used for, with a significantly reduced amount of pain.

  4. Annoying by N8F8 · · Score: 4, Insightful

    Dear ED: Please ensure authors give brief discription of obscure projects when submitting news of obscure projects.

    --
    "God fights on the side with the best artillery." - Napoleon, Marshal of France - speaking truth to power
  5. What is Apache Geronimo - Answer -from Apache site by savageps91 · · Score: 5, Informative

    ripped off of the Apache Geronimo Wiki:

    http://wiki.apache.org/geronimo

    The Apache Software Foundation has initiated a project to develop an open source, Apache-licensed, implementation of the J2EE specification. In addition, the project is committed to certifying the implementation as J2EE compliant. This is an ambitious goal and will present a formidable challenge for the people involved, given the wide range of technologies covered by the specification. Apache Geronimo builds upon the many Java projects at the Apache Software Foundation. In addition, the project is bringing together members of the Castor, JBoss, MX4J and OpenEJB communities. We would like to extend an open invitation to everyone involved in the J2EE space, both commercial entities and talented individuals, to join the community and build a world-class J2EE implementation. The Apache Software Foundation is in a unique position to build a J2EE compliant platform. Our non-profit, charity status, and our relationship with Sun Microsystems, provides the foundation with access to the J2EE TCKs, making it possible to achieve certification. In addition, our flexible and unrestrictive licensing makes it possible for a wide variety of participants to assist in the development of Apache Geronimo, and to build their own solutions upon the platform. Apache Geronimo has been launched within the Apache Incubator.

  6. Re:hacked? by sakshale · · Score: 3, Insightful

    The joys of allowing fools to access a Wikki site.

    --
    For every problem there is a solution that is simple, obvious and wrong.
  7. Can it compete with JBoss? by wackysootroom · · Score: 3, Interesting

    Now that JBoss has been out for quite some time and set itself up as the premiere Open Source J2EE server, how will Apache get people to try Geronimo out, especially seeing as the 1st milestone lacks many features?

    Will it be Speed? Security? Ease of configuration?

    Hopefully all 3. I can't wait to try it out.

  8. What it is ... by jlrobins_uncc · · Score: 4, Informative

    For those who don't read the article....

    Geronimo is an attempt to produce an apache-licensed J2EE middleware stack. Another player in the JBoss realm, apache licensed as opposed to GPL backed by the JBoss commercial company.

    Will end up being another postgres vs. mysql 'battle':

    One with more features than the other
    Different licenses
    One propped up by a company

    [ We're a JBoss (GPL, not LLC) / Postgres shop ourselves ]

    1. Re:What it is ... by jlrobins_uncc · · Score: 3, Insightful

      But is is just like SQL. Each EJB container vendor has their own
      suite of extensions to the specs, 'cause the specs just don't let you do all that you need to do in the real world.

      Differences in SQL is one of the reasons for this. EQL is a horribly constricting query language. Sure, it hides the SQL-vendor's flavoring from you, but since it gives you such a limited view of even 'standard' SQL, it has to be avoided for non-trivial queries -- either through EJB-container specifc deployment files, or even down to handcoded SQL in prepared statements at the session bean layer.

      Show me a non-trivial enterprise application that sticks straight to the spec. I wish it could be done. Really. But my gut feel is that it is incomplete in parts, and way too wordy in other parts.

      At least there's xdoclet.

  9. Irony? by FortKnox · · Score: 5, Funny

    Now this is irony:
    Please ensure authors give brief discription

    Followed by:
    Real programmers don't comment!

    --
    Good quote, too many chars. Seriously, the slashdot 120 char limit sucks!
  10. Re:hacked? by w42w42 · · Score: 4, Informative

    It's a wiki. The 'real' geronimo page is at http://incubator.apache.org/projects/geronimo.html

  11. Re:Mutually exclusive? by _marshall · · Score: 3, Informative

    As far as I know (i heard this in JBoss training, and can verify it with the current build we are using -- 3.2.3) Tomcat is bundled and is the default web container from here on out.

    The new JBoss 4.0 (which is still in beta) is coming bundled w/ Tomcat 5