Jetty and Cloud Computing

Cloud computing is understandably a hot topic. It refers to the ability to deploy your application on infrastructure that you do not necessarily own nor manage yourself and that can be easily scaled up to handle demand and provide resiliency to failure. The hardware infrastructure can be composed of clusters Read more…

i-jetty 1.0 release

Ta daaaaa! Drum roll please. We are pleased to announce that the first release of i-jetty is available. i-jetty is a port of Jetty to the Google Android phone. This release works with the most recent release – SDK 1.0r1 – of the Android platform. Go to http://code.google.com/p/i-jetty/ and follow Read more…

Asynchronous Restful Webapplication

This blog annotates the Jetty 7 example web application (also updated for jetty-9) that uses Jetty asynchronous HTTP client and the proposed suspendable servlets 3.0 API, to call an eBay restful web service.   The technique combines the Jetty asynchronous HTTP client with the Jetty servers ability to suspend servlet processing, Read more…

Bad Robot! Google Android is evil

Webtide has been putting some effort into porting Jetty onto Google’s Android mobile phone platform. We were seduced to expend this effort by the promise from Google that android would provide “a new level of openness”. Yet we may be forced to abandon this effort as Google’s bad robot breaks Read more…

Dojo Toolkit Maven Repository

Using  maven to build your project is a fantastic for managing your dependencies and avoiding having dependencies (and their dependencies) checked into your own svn.  The only fly in the ointment, is projects that don’t publish maven artifacts, and the Ajax dojo toolkit has been one of these. Until now Read more…

jetty-test-servers

Jan and I have run across some annoying problems with test cases and test scoping within jetty recently and it has lead to some discussion on an idea that I have been kicking around for a while.  The problem was that we have some useful test cases which are in Read more…

Jetty Deployed Around the World

The nice people at PaperCut were kind enough to talk about their usage of Jetty… and it isn’t minor usage. 10’s of thousands of servers in 60 countries. From small user populations to hundreds of thousands… See their full posting here! So, if someone asks, “Does anyone use Jetty in Read more…