Sunday, December 11, 2011

Preprocessing in Java web applications

Generic preprocessor is a Java servlet filter lets you preprocess incoming requests right in JSP pages. So each incoming request will be forwarded to some JSP page (provided as a parameter for this filter). This JSP will play a role of preprocessor.

No comments: