OracleJSP Extension Samples
JSP Events
This sample illustrates using a globals.jsa file to process applications and session lifecycle events.
  Synopsis
  Try it
  Source
     
JML Types
This sample illustrates using the Oracle JSP pre-defined data type Beans to simplify managing simple data types at scope.
  Synopsis
  Try it
  Source
     
JSP Scope Listener
This sample illustrates using a JspScopeListener to allow JSP objects attached to scope to be notified when they are going "out of scope". The scope could be page, request, session and application. This function is a generalization of HttpSessionBindingListener.
  Synopsis
  Try it
  Source