All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by calls with all dependencies

Search JAR files by class name

locator-service-common from group org.talend.esb.locator.service (version 8.0.1.R2024-05-RT)

Group: org.talend.esb.locator.service Artifact: locator-service-common
Show all versions 
 

0 downloads
Artifact locator-service-common
Group org.talend.esb.locator.service
Version 8.0.1.R2024-05-RT
Last update 30. May 2024
Organization not specified
URL Not specified
License Apache Software License - Version 2.0
Dependencies amount 3
Dependencies cxf-core, cxf-rt-frontend-jaxws, cxf-rt-frontend-jaxrs,
There are maybe transitive dependencies!

locator-service-parent from group org.talend.esb.locator.service (version 8.0.1.R2024-05-RT)

Group: org.talend.esb.locator.service Artifact: locator-service-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact locator-service-parent
Group org.talend.esb.locator.service
Version 8.0.1.R2024-05-RT
Last update 30. May 2024
Organization not specified
URL Not specified
License Apache Software License - Version 2.0
Dependencies amount 1
Dependencies locator,
There are maybe transitive dependencies!

org.talend.esb.locator.server from group org.talend.esb (version 8.0.1.R2024-05-RT)

Group: org.talend.esb Artifact: org.talend.esb.locator.server
Show all versions 
 

2 downloads
Artifact org.talend.esb.locator.server
Group org.talend.esb
Version 8.0.1.R2024-05-RT
Last update 30. May 2024
Organization not specified
URL Not specified
License Apache Software License - Version 2.0
Dependencies amount 3
Dependencies zookeeper, reload4j, zookeeper-jute,
There are maybe transitive dependencies!

org.talend.esb.locator.auth from group org.talend.esb (version 8.0.1.R2024-05-RT)

Group: org.talend.esb Artifact: org.talend.esb.locator.auth
Show all versions 
 

0 downloads
Artifact org.talend.esb.locator.auth
Group org.talend.esb
Version 8.0.1.R2024-05-RT
Last update 30. May 2024
Organization not specified
URL Not specified
License Apache Software License - Version 2.0
Dependencies amount 2
Dependencies zookeeper, zookeeper-jute,
There are maybe transitive dependencies!

bom from group org.talend.esb (version 8.0.1.R2024-05-RT)

Group: org.talend.esb Artifact: bom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact bom
Group org.talend.esb
Version 8.0.1.R2024-05-RT
Last update 30. May 2024
Organization not specified
URL Not specified
License Apache Software License - Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

bom-common from group org.talend.esb (version 8.0.1.R2024-05-RT)

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.

Group: org.talend.esb Artifact: bom-common
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact bom-common
Group org.talend.esb
Version 8.0.1.R2024-05-RT
Last update 30. May 2024
Organization Talend Inc.
URL https://talend.com
License Apache Software License - Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

esb-parent from group org.talend.esb (version 8.0.1.R2024-05-RT)

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.

Group: org.talend.esb Artifact: esb-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact esb-parent
Group org.talend.esb
Version 8.0.1.R2024-05-RT
Last update 30. May 2024
Organization Talend Inc.
URL http://talend.com
License Apache Software License - Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ares-boot-starter-rpc-api from group io.github.aresxue.boot (version 1.0.2)

Group: io.github.aresxue.boot Artifact: ares-boot-starter-rpc-api
Show all versions 
 

0 downloads
Artifact ares-boot-starter-rpc-api
Group io.github.aresxue.boot
Version 1.0.2
Last update 05. January 2024
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ares-boot-starter-rpc-abstract from group io.github.aresxue.boot (version 1.0.2)

Group: io.github.aresxue.boot Artifact: ares-boot-starter-rpc-abstract
Show all versions 
 

0 downloads
Artifact ares-boot-starter-rpc-abstract
Group io.github.aresxue.boot
Version 1.0.2
Last update 05. January 2024
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 1
Dependencies ares-boot-starter-rpc-api,
There are maybe transitive dependencies!

ares-boot-starter-rpc-adapter from group io.github.aresxue.boot (version 1.0.2)

rpc快速使用,可自动从配置中心获取注册中心、线程池、超时时间等配置, 在rpc调用异常时将异常封装成标准响应对象返回给调用方,并自定义rpc telnet指令供开发测试使用, 业务可使用提供注解进行rpc服务的消费和提供,可实现消费和提供者服务批量管理,提供泛化调用工具 RPC use quickly, and the underlying implementation is currently dubbo, which can automatically obtain configurations such as registration center, thread pool, and timeout time from the configuration center. When dubbo calls an exception, it will encapsulate the exception into a standard response object and return it to the caller, and customize the dubbo telnet command. For development and testing, businesses can use annotations to consume and provide RPC services, realize batch management of consumption and provider services, and provide generalized calling tools

Group: io.github.aresxue.boot Artifact: ares-boot-starter-rpc-adapter
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ares-boot-starter-rpc-adapter
Group io.github.aresxue.boot
Version 1.0.2
Last update 05. January 2024
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 61 from 3 (items total 674)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy