Class Summary |
AccessControlFilter |
This class provides access control for all requests in the Project
Billboard application, by looking for the authentication token in
the session and forwarding to the login page if not found. |
AuthenticateAction |
This class performs authentication in the Project Billboard
application. |
ErrorDispatcherServlet |
This class can be registered as an error handler for exceptions
and status codes in the web application deployment description. |
LogoutAction |
This class performs the log out from the Project Billboard
application. |
ResourceManagerListener |
This class manages the resources used by the Project Billboard
application, creating them and making them available when the
application starts and removing them when the application is
shut down. |
ResourceManagerListener2 |
This class manages the DataSource resource for a fictious
application, creating an Oracle DataSource with pooling capabilities
and makes it available when the application starts and removes it
when the application is shut down. |
SessionCounterListener |
This class manages a counter for the number of active sessions in
an application. |
StoreMsgAction |
This class stores a new message in the Project Billboard
application. |
UpdateProfileAction |
This class updates a user profile in the Project Billboard
application. |