Show TOC Start of Content Area

Procedure documentation Creating Listeners and Filters  Locate the document in its SAP Library structure

Use

The SAP NetWeaver Developer Studio allows you to easily create listeners and filters implementing the corresponding interfaces in the javax.servlet package.

Prerequisites

A Dynamic Web Project exists.

Procedure

...

       1.      In the Project Explorer, select the Dynamic Web Project.

       2.      In the context menu, choose NewFilter or NewListener respectively.

       3.      In the New Listener or New Filter wizard, enter the settings as required.

       4.      Choose Finish.

Result

The Developer Studio generates the skeleton source code of the listener or filter. You can now implement the class that is created in the Java editor.

 

End of Content Area