Jetty @ Eclipse – 7.0.0.M0

I am pleased to announce the availability of the first milestone build of jetty7 @ eclipse! Download Jetty 7.0.0.M0! It has been a crazy few weeks getting all of this together but it finally happened and we crossed a big initial hurdle in our efforts to move through incubation. We Read more…

Jetty @ EclipseRT

The jetty @ eclipse project is now in incubation at the eclipse foundation as part of the EclipseRT runtime project. On Tuesday 24th March, the Jetty-7 code base was converted to org.eclipse.jetty package space and checked  into the eclipse jetty svn repository!!! What is changing? It is only the core Read more…

Cometd Acknowledged Message Extension

With the release of the latest cometd-jetty in Jetty 6.1.15, the oft requested feature of reliable message delivery is now supported by the Acknowledged Message Extension in the jetty server and in the dojo and jquery clients. The initial concept of cometd was to provide "web quality" communications between the Read more…

jetty @ eclipse updates

As avid users of jetty are bound to have caught wind of, jetty7 is in the process of migrating to the Eclipse Foundation as a component of the Eclipse Runtime. We even already have our own happy little news group which we need to get into the habit of checking Read more…

Cometd Grails plugin

Mingfai Ma has created a grails cometd plugin that combines grails 1.1, jetty-6.1 and cometd 6.1.12 to provide spring based grails application environment. Because of the great integration between groovy and java, the java server side Bayeux API may be used to subscribe to channels and have messages delivered to Read more…

Servlet 3.0 Public Review : Update

After my blog on the Servlet 3.0 Public Review, I have been working on an implementation of the Servlet-3.0 asynchronous servlets with some the fixes/extensions I suggested in my previous blog and from some continuing discussion within the EG.  Specifically: A new ASYNC DispatcherType for redispatched asynchronous requests  The isAsyncStarted() Read more…

Servlet 3.0 Public Review

JSR-315: JCP Failings JSR-315 has produced a Public Review (PR) of the servlet 3.0 specification, which unfortunately is a poor document and the product of a discordant expert group (EG) working within a flawed process.  I  know this article will be read as a criticism of my fellow EG members, Read more…