Slashdot Mirror


IBM buys Gluecode

karvind writes "After acquisition of Ascential, Big Blue has bought the application management firm Gluecode. From the article: IBM plans to allow its customers to download Gluecode software, develop their own application server software, and begin using it -- all at no cost. IBM also said it will become an active contributor to the Apache Geronimo open source project and will expand the existing community of developers."

4 of 81 comments (clear)

  1. More info by kbahey · · Score: 4, Informative

    Editors: articles are increasingly lacking context. Please editorialize a bit more.

    The company's web site and Product overview for Gluecode SE would help next time.

  2. Apache Geronimo by Nik13 · · Score: 4, Informative

    For all of those who didn't know, it's a J2EE server.

    Apache Geronimo Homepage

    I knew of [apache jakarta] tomcat, but not geronimo. Sorry, I guess I've been living under a comfy rock for too long.

    --
    ///<sig />
    1. Re:Apache Geronimo by TopSpin · · Score: 4, Informative

      ...it's a J2EE server.

      So is Websphere...

      o.O

      Gluecode actually goes beyond J2EE; Apache Derby is supplied as a DBMS. It merges all of these independent parts into a cohesive, turn-key J2EE stack with a few extras, like a web based configuration/management interface.

      Jetty is the HTTP listener. I really like Jetty. For most small J2EE apps, if you need something that isn't in Jetty Plus (besides the database,) you need to think hard about whether you're over engineering. If you can live within Jetty Plus, your life will be far more pleasant; you need a JVM, tar/winzip and vi/notepad to manage that server.

      Why has JBoss moved away from Jetty anyhow? It use to be the default HTTP listener and servlet engine, but it looks like they've diverged. NIH?

      --
      Lurking at the bottom of the gravity well, getting old
  3. Re:Apache Harmony by Thumpnugget · · Score: 4, Informative

    IBM has already written their own JVM. But they made the mistake of looking at Sun's source code and signing a license agreement with Sun for said source code. Now they can't write an actually free-as-in-speech one themselves without Sun suing that JVM out of existence for 'contamination' issues and IBM proper for breaking licensing agreements.

    So, all they can do now is encourage other people to hurry up and write a free-as-in-speech JVM and, for example, provide financial incentive to that end without actually providing anyone to do the work itself.

    --
    Free yourself. Everything else will follow.