Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Java Programming IT Technology

2.4 Servlet Spec Reviewed 30

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."
This discussion has been archived. No new comments can be posted.

2.4 Servlet Spec Reviewed

Comments Filter:
  • I hope this is the caliber of work I can expect from CD in the future. These are the folks that left the JBoss Group after the incident concerning Apache's launch of the Geronimo J2EE server project (do a google search on "elba jboss geronimo" if you're interested in learning more about the incident). This is an excellent article on a very timely subject. I wish all new technical specifications had such a thorough analysis of their impact upon their release. Thanks, Greg Wilkins!
  • by albalbo ( 33890 )
    Did nobody else realise that the actual language/technology this story is talking about is missing?

    Is this some attempt to make people actually read the article, by providing a vacuous, content-free prescis?
    • No, I didn't even realize it until I saw your post. But you're right. It should have said "Java servlet specification" to help folks who aren't into Java servlets so much.

      For me, "Greg Wilkins," "2.4 servlet" and "JSR" were cues that it was about Java, but I recognize that not everyone knows who/what those are.

      • I wonder if there are servlets implmented not with Java. Any Python or Perl servlets? I know that there are applets written on/with Tcl, but how about Tcl servlets?

        And when I asked about non-Java servlets I mean it: servlets written without any usage of Java. So Jython won't be an answer for my question.

  • by brlewis ( 214632 ) on Friday October 31, 2003 @10:10AM (#7357352) Homepage
    An HttpServletRequest should really handle multipart/form-data requests right out of the box. I shouldn't have to merge in some third-party software if I want BRL [codesimply.net] to support file uploads. Why has it not yet been standardized?

To program is to be.

Working...