Package servlet


package servlet
Web layer servlets handling HTTP requests in the banking application from JSP's. Manages user interactions for login, account operations, and customer management. Delegates the Requests from JSP's to Service Layer
Author:
Tamil Mughilan
  • Classes
    Class
    Description
    Servlet that handles all account related operations.
    Listener that manages application startup and shutdown processes.
    Servlet that handles all customer related operations.
    Servlet that handles user authentication and login process.
    Servlet that handles user logout and session invalidation.
    Servlet that handles new customer registration and signup process.