$Id: README,v 1.4 2005/07/05 14:27:26 glapouch Exp $

Olstore Swing Client 
                                                                               |
The Olstore Swing client provides a GUI for some of the basic functionality of 
the Olstore application. All of the communication between the client and the 
application deployed on the JOnAS application server is done using web services.

It is possible to specify the URL where the client will find the web service
endpoints right in the client itself. It is also possible for the client to 
retrieve the web services endpoints from a UDDI registry.

Settings
========

Consult the Olstore README file for instructions on how to set up the UDDI 
registry and load the required services into it.

URIs and authentication information for the UDDI registry can be specified in 
the uddi.properties file
  

Starting the Client
===================
Make sure that the Olstore application is deployed before you try to use the
client.

To start the Olstore client simply cd into $JONAS_ROOT/examples/olstore/client
and execute the 'ant' command.

