DOC

org.ow2.weblab.components : weblab-client

Maven & Gradle

Jul 11, 2012
1 usages

weblab-client · This library aims to provide a central access point to the services exposed on the ESB without forcing each part of the system to know the actual location of the ESB and the names of the exposed endpoints. For this sake it allows to map service URI (ie referring to service in webLab taxonomy) to the actual exposed URL on the ESB within the context of a specific project. The library and the configuration should be added in portal lib in order to be central and available to any portlets. The mapping is done in a simple spring config file "webLabClient.xml" which must be accessible in JAVA classpath.

Table Of Contents

Latest Version

Download org.ow2.weblab.components : weblab-client Javadoc & API Documentation - Latest Versions:

All Versions

Download org.ow2.weblab.components : weblab-client Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.1

How to open Javadoc JAR file in web browser

  1. Rename the file weblab-client-0.1-javadoc.jar to weblab-client-0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder weblab-client-0.1-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 "weblab-client-0.1-sources.jar" -d "weblab-client-0.1-javadoc" -subpackages