Jetty on the Mort Bay host.

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 believe it is a good example of how the Read more…

Living la vita JSP.

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 wonders of JSPs, but the agent of my conversion has Read more…

Filters vs Aspects

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 Programming (AOP). Being born and breed with OOP, I have Read more…

NIO and the Servlet API.

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 efficient buffers and reduced thread loads are very attractive for Read more…

Open source Closed Project

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™ image from the Jetty pages! The JBoss™ image used has Read more…