Download
FAQ History |
API
Search Feedback |
Common Code
The Coffee Break servers share the
CoffeeBreak.properties
file, which contains the URLs exposed by the JAX-RPC and SAAJ suppliers; theURLHelper
class, which is used by the server and client classes to retrieve the URLs; theDateHelper
utility 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.
Download
FAQ History |
API
Search Feedback |
All of the material in The J2EE(TM) 1.4 Tutorial is copyright-protected and may not be published in other works without express written permission from Sun Microsystems.