Webtide/Jetty gathering at JavaOne
For SnoracleZero (aka Java One) this year, we are planning a social get together of Jetty users and Webtide clients 8pm Tuesday (June 2).[Read More]
Posted at 03:49PM May 27, 2009 by gregw in General | Comments[1]
Servlet 3.0 Proposed "Final" Draft
I previously strongly criticised the Servlet 3.0 JSR-315 process and the resulting Public Review Draft, describing it as a: "poor document and the product of a discordant expert group (EG) working within a flawed process" and of producing a "Frankenstein monster, cobbled together from eviscerated good ideas and misguided best intentions".
... I'd like to focus on the improved spirit of the group and highlight some of the technical achievements that have resulted.
[Read More]Posted at 03:55AM May 22, 2009 by gregw in General | Comments[4]
Greg Wilkins will be presenting a webinar on Jetty @ http://live.eclipse.org April 27 - 1:00 pm PDT / 4:00 pm EDT / 8:00 pm GMT[Read More]
Posted at 01:54PM Apr 27, 2009 by gregw in General | Comments[0]
Hot on the heels of Google Widget Toolkit(GWT) switching to Jetty, the little server that can has received some more Google luv'n! Googles new App Engine Java service is powered by Jetty! With App Engine, you can build web applications using standard Java technologies and run them on Google's scalable infrastructure.[Read More]
Posted at 05:08PM Apr 10, 2009 by gregw in General | Comments[5]
Maven, m2e and the Nexus Repository manager
Jetty-7 is moving to eclipse, cometd-java is moving from jetty to cometd.org and the maven build system for dojo has been moved out of the main dojo tree. So I'm involved in some major refactoring of three interdependent projects at the same time. This refactoring would be impossible to contemplate without the tools support for these projects. Maven, m2e and nexus are making my life a lot easier![Read More]
Posted at 11:50PM Apr 01, 2009 by gregw in General | Comments[0]
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!!![Read More]
Posted at 09:04AM Mar 26, 2009 by gregw in General | Comments[0]
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... ... provide an acknowledged message mechanism for reliable message delivery.[Read More]
Posted at 06:54AM Mar 11, 2009 by gregw in General | Comments[1]
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.
[Read More]
Posted at 03:44PM Jan 30, 2009 by gregw in General | Comments[4]
Servlet 3.0 Public Review : Update
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. This implementation demonstrates that significant asynchronous behaviour can be implemented without the complexities of redispatching wrapped requests or the forward(path) methods.[Read More]
Posted at 03:33AM Dec 21, 2008 by gregw in General | Comments[3]
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.[...] Significant effort has been put into the PR proposal [...] but unfortunately it has become a Frankenstein monster, cobbled together from eviscerated good ideas and misguided best intentions. The 8 methods of the ED proposal that were rejected as being too complex and confusing have been replaced by 20 methods and 3 new interfaces! [...] The EG is desperately in need of community feedback and probably another round of Public Review after a beta RI is made available.
Posted at 12:04PM Dec 16, 2008 by gregw in General | Comments[23]
Scalable BlazeDS with async Jetty
Valery Silaev has pointed me to an article on flex.sys-con.com that demonstrates how the asynchronous features of Jetty have been used by Farata Systems to achieve some excellent scalability results with BlazeDS.
BlazeDS is an open source server side that provides comet style streaming events to a flex/flash client side (not strictly comet as it is not strictly ajax).
Posted at 04:09AM Oct 30, 2008 by gregw in General | Comments[0]
Open source business plans are tough. It's hard to come up with a clear and comprehendable revenue model when you give so much of your work away for free.
But those of us who work in open source, must not forget that freedom is the at core of our model and that we must grant those freedoms on a non-discrimanatory basis. Recently I've seen several postings that make me concerned that some core principals are being forgotten.
[Read More]Posted at 03:52PM Oct 14, 2008 by gregw in General | Comments[5]
Asynchronous Restful Webapplication
This blog annotates the Jetty 7 example web application 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, so that threads are not held while waiting for rest responses. Thus threads can handle many more requests and web applications using this technique should obtain at least ten fold increases in performance.[Read More]
Posted at 05:59AM Aug 15, 2008 by gregw in General | Comments[6]
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 Asimovs 3 laws of Robotics as they have been modified for openness by the the eclipse foundation.[Read More]
Posted at 03:34PM Aug 09, 2008 by gregw in General | Comments[5]
Posted at 10:42PM Jul 10, 2008 by gregw in General | Comments[10]