Next Generation Jetty and Servlets
Jetty 5.0.0 is out the door and the 2.4 servlet spec is implemented. So what’s next for Jetty and what’s next for the servlet API? It’s been a long journey for Jetty from it’s birth in late 1995 to the …
Jetty 5.0.0 is out the door and the 2.4 servlet spec is implemented. So what’s next for Jetty and what’s next for the servlet API? It’s been a long journey for Jetty from it’s birth in late 1995 to the …
Christopher Merrill of Web Performance Inc has release a report of Servlet Performance, which included Jetty. Firstly it is good to see somebody again tackling the difficult task of benchmarking servlet containers. It is a difficult task and will always …
This casestudy describes how Jetty has been used on our own sites, to show that we are “eating our own dogfood”. While there is nothing revolutionary in this blog, it is sometimes good to see examples of the ordinary and …
I have finally seen the JSP light! I think I actually like them and I will have to stop pouring scorn upon them (and all who use them)! So maybe 2004 is a bit late to be blogging about the …
The problem with the current breed of HTTP servlet session distribution mechanisms is that they do not scale well. I have just tried the first release of WADI ‘Web Application Distribution Infrastructure’, and it shows great promise as a next-generation …
When I was systems administrator for the University of North Carolina at Charlotte department of Computer Science, I saw the need to establish an environment for our students to experiment with servlets. The goal was to provide a centralized system …
Web Application Filters were added to the 2.3 Servlet specification and have been enhanced in the just finalised 2.4 spec. Filters allow cross cutting concerns to be applied to a web application, which is exactly the gig of Aspect Oriented …
Taylor Crown has written a short paper regarding Combining the Servlet API and NIO, which has been briefly discussed on the serverside. NIO Servlets have often been discussed as the holy grail of java web application performance. The promise of …
Now that the 2.4 servlet spec is final, I believe the time is right to start considering the end of life for the API. This may sound a little strange coming from somebody on the JSR and who has spent …
This is a repost of an old old blog entry that has become relevant again. I was hoping to make my next entry one of a technical nature, but the JBoss™ Group have just asked me to remove the JBoss™ …