Jesse Mcconnell at Webtide

Jesse Mcconnell (of maven background) has joined Webtide.  Jesse has been with us for several months now and we are really please to have his experience and skills being applied to the Jetty project and for Webtide clients. Jesse has started a blog, and his first technical entry is a Read more…

Webtide

A few months back I was given a chance to come work at Webtide and jumped at the chance.  Really, given the chance to work with amazing people like the founders of Jetty who could say no to something like that?  Jetty has been a component in my development stack Read more…

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 mechanism for asynchronous servlets. The patch is against the 6.2-SNAPSHOT Read more…

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…