Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

echopoint.bank.db.* (2)echopoint.bank.entity.* (5)echopoint.bank.visuals.* (9)

echopoint.bank: Javadoc index of package echopoint.bank.


Package Samples:

echopoint.bank.visuals
echopoint.bank.entity
echopoint.bank.db

Classes:

DatabaseSession: A class to encapsulate getting entities from database tables. Note this class does not make attempts the "pool" database connections. This introduces unnecessary code complications in a demontration program. However in a real life production application, you should use pooling.
PanelMyFinances: Show to display the list of Accounts a customer has. Allows them to chose one for futher operations.
DataGen: Generates data for the application. Not used in actual web application.
PanelBankContent: Base class for the content within the "content" area
Transaction: Represents a transaction within a customers account
OpMessage: A message encapulation class from an operation
Bill: Represents a Bill that a customer can pay
BankControllerVisual: An application visual controller class
BankInstance: An instance object per bank customer
Entity: A base class for all our entities
BankController: An application controller class.
Account: Represents a customer's account
PanelAccountDetails: A view of account txn details
Customer: Represents a customer
Bank
ValidateKit
PanelTransact
PanelLogout
PanelLogin
CompKit

Home | Contact Us | Privacy Policy | Terms of Service