Java EE 6 Web Profile

Roberto Chinnici has posted a blog entry discussing the idea of introducing “profiles” in the JavaEE 6 specification(aka JSR-316). Essentially, a profile is a subset of the enormous number of APIs/specs etc that a JavaEE platform supports. Over time, EE platforms have grown in complexity and size, leading to very Read more…

Jetty Does Android – Update

I’ve modified the application is bundled into  Jetty  on adroid so that instead of a simple "Hello World" message,  you can now use the phone’s browser to look at content stored on the phone itself. Here’s a few screen shots to give you the idea. Starting Jetty: The menu options Read more…

Jetty Does Android

I’ve recently been working on porting Jetty to Google’s mobile platform called Android. It’s early days still, but I’ve succeeded in running a minimal setup with a connector (I’ve tested both bio and nio connectors) and a simple Handler. If you’d like to take a look, then check out the Read more…

Jetty and Webtide at Zimbra / Yahoo

A great endorsement of the performance of Jetty for Ajax apps. (and of course, for the help Webtide can provide). Application Development Trends article link Zimbra’s blog entry on the subject. Zimbra serves millions of users, and we’re proud to work with them. Webtide’s services and support help many companies Read more…

Maven Archetypes Updated

The maven webapp archetypes – all with configuration for the handy Jetty maven plugin built in –  made available by Webtide  have recently been updated to the following versions: Active MQ – 5.0.0 Dojo – 1.0.2 DWR – 2.0.2 JSF – 1.2_07 Spring – 2.5 Struts – 2.0.11 Tapestry – Read more…

20,000 reasons why Jetty scales

I have published a comet Daily article that describes how I have benchmarked Jetty’s Cometd implementationof dojox Bayeux protocol to 20,000 simultaneous clients.  This blog looks at the same results from a more Jetty centric view point. The diagram above shows results of the benchmarking. These results are described in Read more…