Slashdot Mirror


2.4 Servlet Spec Reviewed

Greg Wilkins writes "Core Developers Network have reviewed the good, the bad and the ugly of the 2.4 servlet specification being produced by JSR154 . As well as introducing the new features, those that are missing in action are discussed. Also existing and newly added problems in the specification are presented."

3 of 30 comments (clear)

  1. Re:commercial java is not portable by The+Mayor · · Score: 2, Informative

    What major flavor of Unix does Java not run on? AIX? Check. Solaris? Of course. Irix? Check. MacOSX? Check. PPC Linux? Check. BSD? Check.

    As for the non-free bit, Java runs on MacOS X, Irix, AIX, and Windows. I'm sure there are more ports, but that covers all of the major OSes that run server-side software. J2ME even runs on tons of telephones and PDAs.

    I'm not sure what your point is. But it seems like your information may be a bit out of date.

    --
    --Be human.
  2. Re:commercial java is not portable by jrumney · · Score: 2, Informative
    It's not open source software

    Not true, the source is openly available. It may be non-Free by the FSF definition, but it is certainly not closed.

  3. Re:Any non-Java Servlets? by MtHuurne · · Score: 3, Informative

    Webware for Python lets you write servlets in Python. I'm using it for a project at work and I'm very pleased with it. My initial plan was to do the prototype in Python and switch to Java later, but the Python implementation works so well that it is now running in production.