PiggyBank complete implementation details

This sample project contains the complete PiggyBank application that the design model describes in the PiggyBank models sample. This sample includes completed versions of the initial source code that the PiggyBank transformations and code sample generated.

The following table lists the complete Java source code files that this sample contains:

Class Description
Account Code getData() to return an instance of PiggyBankEJBAccountTO
Customer Code getData() to return an instance of PiggyBankEJBCustomerTO
PiggyBankEJBAccountTO Completed constructor and getter methods
PiggyBankEJBCustomerTO Completed constructor and getter methods
PiggyBankControl EJB session bean methods were coded to implement the business logic
DataAccessException Constructors were implemented and class derives from Exception
ServiceException Constructors were implemented and class derives from Exception
BusinessDelegateFactory Completed abstract
PiggyBankBusinessDelegateFactory Completed class
PiggyBankBusinessDelegateImpl Completed class
CityBankDataAccessObject Completed class
LogHelper Completed class
HomeFactory Completed class

In addition to the completed source code, the sample includes a Web application that uses the underlying coded implementation.

Parent topic: PiggyBank complete implementation

Feedback