CoffeeFilter

Home |  Usage |  Download |  Contact 

The General Idea

            +---+
            | F |
            | i |     request
request --> | l | -->   +     --> JSP
            | t |      DO
error <---- | e |
            | r |
            +---+
    
Sorry about the lame ASCII diagram...

Anyway, the idea is that the filter validates request URL parameters and creates data objects that are available to the view. The intent is that in some applications you actually need the URL parameters for proper DO instantiation.

If there are problems then the filter will toss you back to an error page.

Download Application Jar

Configure your web.xml

Configure your filter XML

Write your DO classes

Add your JSP's

Slap on an error page

MyLoanBiz, LLC © 2007.