| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ] |
| Articles Presentations |
- Secure Java servlet Web applications by exploiting HttpSession capabilities of WebSphere Application Server by Ganapathi Adimurthy - [Clicks: 29]
Using a test automation application as an example, this article demonstrates how WebSphere Application Server's HttpSession capabilities can be exploited to secure Java servlet Web applications, at a level of granularity lower than that of the J2EE programmatic security model.
http://www-106.ibm.com/developerworks/websphere/techjournal/0312_adimurthy/adimurthy.html - Dec, 2003 - Isolate server includes' runtime context by Borislav Iordanov - [Clicks: 24]
Dynamically included JavaServer Pages (JSP) pages and servlets offer simple, but limited means for frontend code encapsulation and reuse. A dynamically included resource often relies on runtime data (request parameters, JSP-scoped attributes), and this restricts the runtime context from which it can be included. This article shows how to achieve true black-box reuse of frontend logic in the form of JSP pages or Java servlets, by wrapping the servlet request object and effectively creating a local runtime context for an included resource.
[Includes source code]
http://www.javaworld.com/javaworld/jw-12-2003/jw-1205-dynamic.html - Dec, 2003 - Two Servlet Filters Every Web Application Should Have by Jayson Falkner - [Clicks: 32]
This article details the process of building and using a caching filter and a compression filter that are suitable for use with just about any web application. After reading this article, you will understand caching and compressing, have code to do both, and be able to apply caching and compression to any of your future (or existing!) web applications.
[Includes source code]
http://www.onjava.com/pub/a/onjava/2003/11/19/filters.html - Nov, 2003 - Follow the Chain of Responsibility by David Geary - [Clicks: 61]
The Chain of Responsibility (CoR) pattern decouples the sender and receiver of a request by interposing a chain of objects between them. In this installment of Java Design Patterns, David Geary discusses the CoR pattern and two implementations of that pattern in the Java APIs—one from client-side Java and the other from server-side Java.
[Includes source code]
http://www.javaworld.com/javaworld/jw-08-2003/jw-0829-designpatterns.html - Aug, 2003 - Adding Transactions to Servlets with JOTM by Jeff Mesnil - [Clicks: 14]
This simple example demonstrates how servlets can provide robustness and simplicity by using transactions to ensure correct behavior in any case. Tomcat and JOTM combine well to take advantage of transactions in servlets in a lightweight way.
http://www.onjava.com/pub/a/onjava/2003/07/30/jotm_transactions.html - Jul, 2003 - Debugging Servlets by Kevin Jones - [Clicks: 27]
Learn how to debug Servlets for your Web applications inside Tomcat.
http://www.ftponline.com/javapro/2003_06/online/debugging_kjones_06_23_03/ - Jun, 2003 - Accessing Databases from Servlets and JSP Pages by Budi Kurniawan - [Clicks: 83]
This article shows how you can do the most common database manipulations from servlets and JSP pages. This article begins with an introduction to JDBC followed by some examples of servlets that allow you to access the data in the database.
http://today.java.net/pub/a/today/2003/06/20/jspDb.html - Jun, 2003 - Handling Multiple Submits by Al Saganich - [Clicks: 49]
In this article, we discussed several solutions to the multiple submit problem. Each solution has its positive and negative aspects. When solving problems, the various pros and cons of a solution must be clearly understood to assess the value of each tradeoff.
http://www.onjava.com/pub/a/onjava/2003/04/02/multiple_submits.html - Apr, 2003 - Servlets and JSP Pages Best Practices by Qusay H. Mahmoud - [Clicks: 71]
In this article, I'll present important best practices for servlets and JSP pages; I assume that you have basic working knowledge of both technologies.
http://java.sun.com/developer/technicalArticles/javaserverpages/servlets_jsp/ - Mar, 2003
- Webhosting JavaServer Pages (JSP) / Servlets Technology Securely Using Open-Source Products by Renato Weiner - [Clicks: 15]
This session describes how LocaWeb, the biggest Webhosting company in Brazil, successfully supports JavaServer Pages (JSP) / Servlets applications securely in a shared environment.
[JavaOne 2003 - Multimedia format]
http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/1771.pdf - Jun, 2003 - (PDF - 416 Kb)