License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.ow2.weblab.components |
ArtifactId | ArtifactIdweblab-client |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionweblab-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.
|
Filename | Size |
---|---|
weblab-client-0.1.pom | |
weblab-client-0.1.jar | 10 KB |
weblab-client-0.1-sources.jar | 8 KB |
weblab-client-0.1-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.weblab.components/weblab-client/ -->
<dependency>
<groupId>org.ow2.weblab.components</groupId>
<artifactId>weblab-client</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.components/weblab-client/
implementation 'org.ow2.weblab.components:weblab-client:0.1'
// https://jarcasting.com/artifacts/org.ow2.weblab.components/weblab-client/
implementation ("org.ow2.weblab.components:weblab-client:0.1")
'org.ow2.weblab.components:weblab-client:jar:0.1'
<dependency org="org.ow2.weblab.components" name="weblab-client" rev="0.1">
<artifact name="weblab-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.components', module='weblab-client', version='0.1')
)
libraryDependencies += "org.ow2.weblab.components" % "weblab-client" % "0.1"
[org.ow2.weblab.components/weblab-client "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-beans | jar | 3.0.5.RELEASE |
org.ow2.weblab.core : model | jar | 1.2.2 |
org.ow2.weblab.core : extended | jar | 1.2.2 |
org.ow2.weblab.core : annotator | jar | 1.2.4 |
commons-logging : commons-logging | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |