Add doc rule for building documentation using javadoc
[remote/remote-ws.git] / README
blob4fa8b0bd10ae33b17c85668b09afba2e48e93e34
1 The Re-Mote WebServices
2 =======================
4 This package contains the files for building and deploying the
5 webservice components used by Re-Mote.
7 The Java classes responsible of the server specific part of the services
8 are in the src/ directory. The web service deployment descriptors are in
9 wsdd. Both of the above are used for generating WSDL files describing
10 the services made available. Using the WSDL files, client Java classes
11 for accessing the webservices can then be created and compiled for use
12 by the Re-Mote client. Jar files are located in lib/ and contain
13 dependencies for making the various conversions and for compiling the
14 server and client specific packages.