General
Servlet 3.0 sampler patch
A patch is now available for the development version of Jetty that introduces some of the proposed features for Servlet 3.0. Key among these is a suspend/resume API on the request object that is a proposed standardization the Jetty Continuation …
General
Another Switch from Websphere to Jetty
Johannes Brodwall is kind enough to highlight his commercial experience in switching to Jetty. His only regret?… not doing it sooner. Link to his experience Please drop us a note if we can help you with advice, support, or custom …
General
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 …
General
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 …
General
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 …
General
Webtide Scaling Highlighted on InfoQ
Based on Greg’s earlier benchmarking on Amazon EC2 nodes. Good stuff! It is great to demonstrate that open approaches can yield the best performance. InfoQ Link
General
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 …
General
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 …