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.
-
-
-
-
ClassDescriptionSingleton class for managing database connections to MySQL Ensures only one instance exists and provides connection poolingInterface defining data storage operations for the banking system.