License |
License |
---|---|
GroupId | GroupIdorg.talend.esb |
ArtifactId | ArtifactIdtesb-adapters |
Last Version | Last Version6.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTalend ESB :: Adapters
Talend ESB SE bundles Service Factory and Integration Factory,
Service Locator, Service Activity Monitoring and a demo application
to a stable, production ready distribution based on the industry leading
open source frameworks Apache CXF and Apache Camel.
It includes Web Service support based on JAX-WS and enables simple and scalable
message based systems using well known Enterprise Integration Patterns.
The Service Locator maintains a repository of service endpoints which
can be used by Service Consumers to support simple failover and load
balancing scenarios. Service Activity Monitoring allows to log and
monitor service calls. A documented Car Rental demo application illustrates
how to use these features.
|
Project Organization |
Project OrganizationTalend Inc. |
Filename | Size |
---|---|
tesb-adapters-6.3.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.talend.esb/tesb-adapters/ -->
<dependency>
<groupId>org.talend.esb</groupId>
<artifactId>tesb-adapters</artifactId>
<version>6.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.talend.esb/tesb-adapters/
implementation 'org.talend.esb:tesb-adapters:6.3.0'
// https://jarcasting.com/artifacts/org.talend.esb/tesb-adapters/
implementation ("org.talend.esb:tesb-adapters:6.3.0")
'org.talend.esb:tesb-adapters:pom:6.3.0'
<dependency org="org.talend.esb" name="tesb-adapters" rev="6.3.0">
<artifact name="tesb-adapters" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.talend.esb', module='tesb-adapters', version='6.3.0')
)
libraryDependencies += "org.talend.esb" % "tesb-adapters" % "6.3.0"
[org.talend.esb/tesb-adapters "6.3.0"]