站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > The J2EE 1.4 Tutorial

Common Code - The J2EE 1.4 Tutorial

Common Code

The Coffee Break servers share the CoffeeBreak.properties file, which contains the URLs exposed by the JAX-RPC and SAAJ suppliers as well as values used by the JAXR components of the service; the URLHelper class, which is used by the server and client classes to retrieve the URLs; the DateHelper utility class; and the following JavaBeans components:

  • AddressBean: shipping information for customer
  • ConfirmationBean: order id and ship date
  • CustomerBean: customer contact information
  • LineItemBean: order item
  • OrderBean: order id, customer, address, list of line items, total price
  • PriceItemBean: price list entry (coffee name and wholesale price)
  • PriceListBean: price list

The source code for the shared files is in the <INSTALL>/j2eetutorial14/examples/cb/common/src/com/sun/cb/ directory.