Common Code
The Coffee Break servers share the
CoffeeBreak.propertiesfile, which contains the URLs exposed by the JAX-RPC and SAAJ suppliers as well as values used by the JAXR components of the service; theURLHelperclass, which is used by the server and client classes to retrieve the URLs; theDateHelperutility class; and the following JavaBeans components:
AddressBean: shipping information for customerConfirmationBean: order id and ship dateCustomerBean: customer contact informationLineItemBean: order itemOrderBean: order id, customer, address, list of line items, total pricePriceItemBean: price list entry (coffee name and wholesale price)PriceListBean: price listThe source code for the shared files is in the
<INSTALL>/j2eetutorial14/examples/cb/common/src/com/sun/cb/directory.