Tutorial: Another Java Servlet Filter Most Web Applications Should
Have
\"Two Filters Every Web Application Should Have,\" but the theme to these types of filters is always the same — provide some type of functionality that will seriously help almost any web application.
Another Java Servlet Filter Most Web Applications Shou
Tutorial Details:
a nice user-friendly introduction to servlet filters is skipped, because you can find a perfectly good one with my previous article. Be sure you know what a servlet filter is before continuing, or else the code will make little sense.
The current HTTP specification is quite large and it is easy to only pay attention to the things that are forced upon you;
a web browser gets the content it uses to render a web page. Interesting if you haven\'t seen it before, but that is the greater point. If you haven\'t seen an HTTP request before, it is likely because you don\'t have to, when coding the average web application. The greater point being that the HTTP specification is full of all sorts of information, and the Servlet/JSP API doesn\'t necessarily reflect everything in the HTTP specification.
Introduction to JavaServer Faces
This article is meant to acquaint the reader with JavaServer Faces, commonly known as JSF. JSF technology simplifies building the user interface for web applications. It does this by providing a higher-level framework for working with your web app, repres
Java and Security, Part 1
Java and Security
WebLogic provides a comprehensive suite of security services that can be used to protect all aspects of a domain and its deployments. These security services affect all aspects of your domain: from the lowest level provided by the Jav
2Way HTTP Compression Servlet Filter
2Way HTTP Compression Servlet Filter
2Way compression filter is a Servlet filter that compresses and decompresses both HTTP requests and HTTP responses using gzip. It was originally written to compress SOAP messages, but it can be used for any Web appl
Accessing Database from servlets through JDBC!
Accessing Database from servlets through JDBC!
Java Servlets
J ava Servlets are server side components that provides a powerful mechanism for developing server side of web application. Earlier CGI was developed to provide server side capabilities