DOC

com.optimaize.anythingworks.exampleproject.clientlib : anythingworks-exampleproject-clientlib

Maven & Gradle

Dec 20, 2022
1 usages
8 stars

anythingworks-exampleproject-clientlib · The matching web service client library for the server in this example project to connect to the server. This library is ideally provided by the service provider of the server, so that users can go ahead and hack their userland code against this client library, without having to worry about the transport. Whether the client library uses REST or SOAP is up to the implementor, both are possible. A user of the client library usually does not care what technology is used underneath (as long as things are working correctly).

Table Of Contents

Latest Version

Download com.optimaize.anythingworks.exampleproject.clientlib : anythingworks-exampleproject-clientlib Javadoc & API Documentation - Latest Versions:

All Versions

Download com.optimaize.anythingworks.exampleproject.clientlib : anythingworks-exampleproject-clientlib Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1.x
0.5

How to open Javadoc JAR file in web browser

  1. Rename the file anythingworks-exampleproject-clientlib-1.1.0-javadoc.jar to anythingworks-exampleproject-clientlib-1.1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder anythingworks-exampleproject-clientlib-1.1.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "anythingworks-exampleproject-clientlib-1.1.0-sources.jar" -d "anythingworks-exampleproject-clientlib-1.1.0-javadoc" -subpackages 

Advertisement