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 is the list of complete Java source code files that this sample contains:

ClassDescription
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
PiggyBankControll 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.