Java Servlets

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ]

Articles
  

Articles:
  • Servlet-based Google Earth tours by Alan M. Berg   - [Clicks: 40]
    Google Earth is an amazing client that has mass-market appeal and affects how we visualize location information and geographically related search results. This article describes how to use XML in combination with an elementary servlet to create tours. Many opportunities exist to expand on the examples given in this article to provide truly rich services.
    http://www.javaworld.com/javaworld/jw-11-2005/jw-1114-google.html - Nov, 2005
  • Dynamic Interaction with Your Web Application by Lorenzo Puccetti   - [Clicks: 49]
    In this article I will show you the code of a simple servlet. This servlet accepts just one attribute via the POST method. An equally simple HTML page consisting of a text area and a submit button is written to interact with it. Yet despite the simplicity of these two components, what we will have is a powerful tool to interactively analyze the state of any web application.
    [Includes sample code]
    http://today.java.net/pub/a/today/2005/09/23/dynamic-web-app-interaction.html - Sep, 2005
  • Decorating Servlet Request Objects by Budi Kurniawan   - [Clicks: 125]
    This article shows how to apply the Decorator pattern to servlet request objects. It begins with an introduction to a problem involving servlet filters and explains the Decorator pattern for the uninitiated. It then discusses how to use the pattern in servlets and lists popular servlet-related projects that use it. Finally, this article concludes with a trimming filter that showcases the use of the Decorator pattern in servlets.
    http://dev2dev.bea.com/pub/a/2005/05/decorators.html - May, 2005
  • Remote Benchmarking with Servlets and JSF by Anatoly Krivitsky   - [Clicks: 101]
    This article will introduce a simple new and powerful technology that will let you remotely choose the Web hosting provider that's right for you. It will also show you how to use Whetstone for double type data (or DWhestone) benchmarking together with JSF and servlets using the popular Tomcat 5 servlet container. Though there are a number of cool tools to measure performance (like JMeter from Apache for Java-related performance) the technology described here can be used with minimal changes across different languages and operating systems, giving you a unique opportunity to measure different software and hardware combinations fairly and competitively.
    http://jdj.sys-con.com/read/83099.htm - May, 2005
  • Securing J2EE Applications with a Servlet Filter by Michael Klaene   - [Clicks: 95]
    Now you can implement authorization for a J2EE application utilizing a Servlet Filter. This is a simple and unobtrusive way to satisfy authorization requirements. It can be plugged into a new or existing application running on any Servlet container.
    http://www.developer.com/java/ent/article.php/3467801 - Feb, 2005

[Top]