Revision 6.0.1 of Jetty is now available at http://jetty.mortbay.org and from maven repositories. This minor version update includes: fixed isUserInRole checking for JAASUserRealm fixed ClassCastException in JAASUserRealm.setRoleClassNames(String[]) Improved charset handling in URLs Factored ErrorPageErrorHandler out of WebAppContext Refactored ErrorHandler to
Greg Wilkins to speak at the Ajax Experience
Greg Wilkins, the lead developer of Jetty and CEO of Webtide, will be speaking at this years The Ajax Experience in Boston. Greg’s presentation is about the challenges of scalably serving Ajax Comet from Java Servlets. The various asynchronous servlet
Jetty 6.0.0 Stable Release
Jetty Release 6.0.0 is now available via http://jetty.mortbay.org Jetty 6.x now becomes the stable release of Jetty and the 5.1.x series will now be in security fix only mode after it’s next maintenance release. Jetty 6.x is a major refactoring
Atomikos Goes Open Source
The guys at Atomikos, creators of the excellent JTA/XA transaction manager have decided to go open source. We first got to know Atomikos when we integrated it with Jetty5, and we’ve also done the integration with Jetty6. We’ll be working
Jspc Precompilation Plugin for Maven
Jetty Jspc Maven Plugin I’ve added a new maven2 plugin that does jsp pre-compilation. Just like the Jetty Maven Plugin, the new plugin detects whether jsp2.0 or jsp2.1 is required at runtime and generates the correct classes accordingly. All you
Greg Wilkins to speak at AjaxWorld
Greg Wilkins, the lead developer of Jetty and CEO of Webtide, will be speaking at this years AJAXWorld Conference. Greg’s presentation is about the challenges of scalably serving Ajax Comet from Java Servlets. The various asynchronous servlet extensions are evaluated
Webtide joins the Open Ajax Alliance
Webtide has joined the Open Ajax Alliance. The chief goal of the alliance is to accelerate customer success with Ajax by promoting a customer’s ability to mix and match solutions from Ajax technology providers and by helping to drive the
Using Java Server Faces, JSTL and Jetty
Until now, Jetty has not provided Java Server Pages Standard Tag Library nor Java Server Faces support with the container. Webapps wishing to use either of these facilities have had to explicitly include the necessary jars in their webapps. With
Jetty and Glassfish's JSP2.1 implementation
I’ve been looking at Glassfish quite a bit lately, and liking what I see. In particular, I’ve been looking closely at the JSP 2.1 implementation. It appears to be robust and well-tested. My interest was prompted by the number of
Cometd with Jetty
Cometd is a scalable HTTP-based event routing bus that uses a push technology pattern known as Comet. The term ‘Comet’ was coined by Alex Russell in his post ‘Comet: Low Latency Data for the Browser‘. Cometd consists of a protocol