Does anyone know of a good request lifecycle diagram showing all the steps in satisfying a Java Server request?

I'd like to see the exact ordering of all the components that a request goes through such as Authentication, Filters, Listeners, Valves, etc... Either a vendor specific or a generic Java Server diagram would suffice.

Everything I've found so far talks about one of these at a time, so the big picture is never revealed. I want to know, for instance, if filters are applied before or after authentication.

Thanks,
-AAron

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to