You may want to include resources in your Web application that allow you to pass dynamic information to Nucleus components through the Dynamo request. Such resources include context parameters, filters, servlets, Web services, and tag libraries. The resources you create need to be consistent with the J2EE (or W3C for Web services) standards described in their respective specifications. Once they are created, you need to register them with the Web application by adding them to web.xml in accordance with the J2EE specifications.

Keep in mind that, for JHTML and JSP requests, the J2EE servlets you create are processed after the pipeline of Dynamo servlets. It is recommended that you define your custom filters to execute as follows:

 
loading table of contents...