Enterprise version of Debian Linux to be released to compete with RedHat Enterprise

Bruce Perens, leader of the Debian Linux community, has announced that he is planning to release a free version of Linux named UserLinux, based on Debian, that will compete with RedHat’s Enterprise edition version of Linux.

RedHat recently announced that they will be dropping their free distribution of RedHat Linux instead to focus on their commercial Enterprise edition versions of RedHat Linux.

Article on JSP2.0 new features

The JSP2.0 spec is due to be released soon, to be bundled as part of the new J2EE 1.4 spec.

OnJava.com have a good article discussing some of the new features in JSP2.0, which include:

  • the JSTL Expression Language (EL) incorporated as standard into JSP2.0
  • improved error/exception handling
  • Custom tags can be defined in a JSP ‘tag file’ which declares the Custom Tag in terms of another JSP page, rather than subclassing the Custom Tag base classes