After looking at BigBank article and comparing with the current implementation available in Tuscany i have the following question :
BigBank article : http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_BuildingYourFirstApplication_V09.pdf Today, AccountService is implemented the following way : AccountDataServiceDASImpl <<-- CustomerIdService And I would have expected to have it as : AccountDataServiceDASImpl <<-- AccountService Does anybody know the history on why this is implemented this way ? I would like to clean this up and make AccountDataServiceDASImpl implements CustomerIdService as described on the BigBank application. - Luciano
