Uses of Package
storage

Packages that use storage
Package
Description
Background job processing system for automated banking operations.
Service layer classes delegates the Requests from the servlet to DAO.
Web layer servlets handling HTTP requests in the banking application from JSP's.
Data access layer providing Interface for multiple storage methods and Implementations.
  • Classes in storage used by job
    Class
    Description
    Interface defining data storage operations for the banking system.
  • Classes in storage used by service
    Class
    Description
    Interface defining data storage operations for the banking system.
  • Classes in storage used by servlet
    Class
    Description
    Interface defining data storage operations for the banking system.
  • Classes in storage used by storage
    Class
    Description
     
    Singleton class for managing database connections to MySQL Ensures only one instance exists and provides connection pooling
    Interface defining data storage operations for the banking system.