Display:
Sorted by Most Recent
24 NOV 08
Roberto Chinnici's Blog: Ease of development in the Java EE 6 Platform SAVE
PEOPLE
In Java EE 6, we plan to continue the drive towards a simpler, friendlier platform. This time around, much of the focus is on the web tier, but there are important new features being delivered outside it.
TAGS
04 OCT 08
Google Web Toolkit (GWT) & Servlets - Web application tutorial - Computerized World SAVE
PEOPLE
Google Web Toolkit (GWT) and Java Servlets used in one web application. This tutorial will take you though the steps of developing a simple web application with Google Web Toolkit and J2EE Servlet Technology. The application will have a servlet on server side and one web page.
TAGS
25 SEP 08
Davenport WebDAV-SMB Gateway SAVE
PEOPLE
Davenport is a servlet which provides a WebDAV gateway to SMB shared resources. Typical usage would be to provide web-based read and write access to Windows shared drives. WebDAV clients, such as Windows' "Web Folders" can copy files to and from the shares over HTTP. Non-WebDAV-capable web browsers can also access the network, downloading files from shared folders in a seamless fashion.
TAGS
04 MAY 08
Pearware Blog : Improving Java web site performance with asset caching SAVE
PEOPLE
In this post, I’ll be talking about a solution I developed at my day job to improve the performance of our web site by allowing the browser to cache JavaScript, CSS, and image files
TAGS
23 MAR 08
Asynchronous HTTP and Comet architectures - Java World SAVE
PEOPLE
In this article, Gregor Roth takes a wider view of asynchronous HTTP, explaining its role in developing high-performance HTTP proxies and non-blocking HTTP clients, as well as the long-lived HTTP connections associated with Comet.
TAGS
05 DEC 07
dev2dev: Using Asynchronous Servlets to Deal with Hung Threads SAVE
PEOPLE
BEA WebLogic Server 9.2 and later versions expose an Abstract Asynchronous Servlet class, which allows you to decouple receiving a servlet request from sending its response. The...
TAGS
21 SEP 07
Redirect after POST filter SAVE
PEOPLE
RedirectAfterPostFilter lets you easily implement Redirect after POST pattern in your web applications. You can map this filter to your controllers processing POST requests and after the processing filter will redirect the original request to the url
TAGS
16 MAR 07
An XQuery Servlet for RESTful Data Services SAVE
PEOPLE
This paper shows how to use XQuery for data integration, and how to expose an XQuery as a RESTful data service using a Java servlet
TAGS
10 FEB 06
zlatkovic.com - HttpRedirectFilter SAVE
PEOPLE
HttpRedirectFilter is a servlet which implements javax.servlet.Filter interface. It inspects the URL of a HTTP request and either...