RSS feed
Home

Search results

"tag:jetty"

1 2 3 Next >>

Title and summary Date/time
1
Dojo Toolkit Maven Repository
Using maven to build your project is a fantastic for managing your dependencies and avoiding having dependencies (and their dependencies) checked into your own svn. The only fly in the ointment, is projects that don't publish maven artifacts, and the Ajax ...
Jul 10, 2008
2
JSR-315 Needs You II
Rajiv, the spec lead on JSR-315 has posted his views on the issue of flexible automatic configuration of web applications. Despite vigorous arguments for flexibility (or perhaps because of them), I've not been able to make the case with those opposed to ...
May 18, 2008
3
Patterns for Servlet 3.0 suspend usage.
This blog presents 5 patterns of suspend usage for servlet-3.0, which can help explain the generic cases, provide a template for specific implementations and/or be the basis of frameworks to help developers.
Apr 28, 2008
4
JSR-315 Needs YOU!
The expert group for JSR 315 (servlet-3.0) has come to a bit of an impasse regarding some new features for auto discovery of servlets and filters. Some members of the EG have some security/flexibility concerns regarding these features, but others do not ...
Apr 25, 2008
5
Use-Cases for Async Servlets
Pre-release 0 of Jetty 7.0.0 is now available and includes a preview of the proposed Servlet 3.0 API for asynchronous servlets. This blog looks at 4 cool things you can do with asynchronous servlets and how they can be implemented using the proposed API.
Apr 24, 2008
6
Jetty Improves in Netcraft survey (again)
As with most open source projects, it's very hard to get a measure of who/how/where/why Jetty is being used a deployed. Downloads long ago became meaningless with the advent of many available bundling and distribution channels. The Netcraft Web Survey is ...
Apr 11, 2008
7
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 ...
Apr 2, 2008
8
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 ...
Mar 16, 2008
9
Client-side session replication for clusters
Techniques for replicating session data include distributing: to all nodes in a cluster; to a subset of the nodes in the cluster; to a database; to a cluster server; etc. etc. To this range of solutions, cometd/bayeux now adds the possibility of using the ...
Jan 9, 2008
10
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.
Jan 7, 2008
11
Blocking Servlets, Asynchronous Transport
The web-2.0 Ajax Comet use-cases have been getting most the attention when it comes to asynchronous features of servlet containers. The Asynchronous features are needed so that a request may wait without a thread allocated while waiting for a comet event ...
Jan 3, 2008
12
Asynchronous IO is hard!
The tomcat 6 developers have proposed an asynchronous IO extension as their solution for Comet and Ajax push. I have long argued that asynchronous handling is needed for Servlets (for comet and other use-cases), but that it is very important to make the ...
Nov 22, 2007
13
Jetty 6 Continuations a Hack?
The IBM developer works article "Java EE meets Web 2.0" argues the case well that asynchronous concerns must be addressed in web-2.0. However it concludes that Jetty continuations are a quick hack and that Tomcat has the more sane and ...
Nov 18, 2007
14
Comet Daily
I'll be contributing to the new Comet Daily website which aims to provide daily articles and blog entries about Comet techniques. The contributors are all leading software engineers who build Comet servers, clients, and web applications.
Nov 6, 2007
15
Rockstar or Not?
So you're in a session at AjaxWorld and it's not rocking your world! Want to know where the real rockstars are talking? Want to know what sessions are going off? Then tune into Rocks Or Not and rate sessions in real time and see what others think of the ...
Sep 24, 2007
16
Combining Javascript and CSS content
At the Rich Web Experience conference this week, there were many talks about performance and tools like ySlow. Everybody acknowledges that downloading lots of javascript and css with multiple script or link tags is a key reason that Ajax sites are slow to ...
Sep 9, 2007
17
Jetty Powers Sybase SPECĀ® Results
Sybase has published some SPEC® jAppServer2004 results for their Jetty powered EAServer showing excellent performance results against Sun, websphere and weblogic.
Aug 13, 2007
18
Comet Performance
In response to the recent discussion of push v pull Ajax performance, I decided to do some of my own performance testing of the Jetty implementation of bayeux for the cometd project. This was also a great way to test the asynchronous http client that is ...
Jul 22, 2007
19
Async Servlet 3.0 Proposal
A recently blogged about my thoughts on the JSR-315 Asynchronous servlet 3.0 concerns. I have now worked those thoughts into a proposal that I have submitted to the expert group.
Jul 22, 2007
20
Push vs Pull
The Ajaxian has covered a study of push vs pull Ajax communication techniques. The original report was produced by Delft University. I welcome this report as a good start on objectively measuring the communication techniques needed for web 2.0 ...
Jul 1, 2007

1 2 3 Next >>