Java source files implementing SCA components and interfaces. | |
AccountServiceImpl.java | Implements
the account service component. |
AccountDataService.java | Interface defined for component implementing an account's data service. |
AccountDataServiceDASImpl.java | A Data Access Service (DAS) implementation of of the Account Data Service. |
AccountDataServiceImpl.java | A Data Service implementation not using DAS. |
AccountDBInit.java | A utility to just create the database and it table and fill in some initial data. |
StockQuote.java | A class to hold the StockQuote information. |
StockQuoteService.java | Interface defined for a component implementing a stock quote service. |
StockQuoteServiceImpl.java | Implements a fake stock quote service. |
StockQuoteWebservicexServiceImpl.java | Implements an actual stock quote service. |
Files that will be loaded as resources along classpath. | |
AccountService.wsdl | WSDL
that defines the account service |
stockquotes.webservicex.wsdl | Actual stock quote service. |
DasAccountConfiguration.xml | Provides any needed configuration info including datasource properties, table definitions, |
sca.module | SCA module. |
sca.fragrment | Loaded and combined with the existing SCA module. |
sca.subsystem | Processes
logging in and logout. |