Common Code
The Coffee Break servers share the
CoffeeBreak.properties
file, which contains the URLs exposed by the JAX-WS and SAAJ suppliers; theURLHelper
class, which is used by the server and client classes to retrieve the URLs; theDateHelper
utility class; and several generated JavaBeans components, described in JAX-WS Coffee Supplier Service. These JavaBeans components are generated from thecb-jaxws
JAX-WS web service by thewsimport
tool.The source code for the shared files is in the
<
INSTALL
>/javaeetutorial5/examples/coffeebreak/cb-common/src/java/com/sun/cb/common/
directory.