Last Version

org.rouplex:rouplex-platform-jersey 1.0.4

A platform for discovery and communication between various parts of a distributed service or application. At its minimum, the platform is a library which can be used to serialize and deserialize application constructs into payloads which it can then send to and receive from remote endpoints. For now it supports TCP and HTTP communication protocols with WebSockets coming soon. It supports raw byte streams via TCP, as well as application/json via JAX-RS as serialization protocols. It offers plain or SSL/TLS communication for security of your data in transit. For now it is only available in Java, with bindings for other languages coming soon. The communication pattern is request-reply, with fail fast semantics, and with service consumers (clients) knowing beforehand the coordinates of the service providers (servers). The TCP communication protocol offers blocking/unblocking/asynchronous flavors whereas the rest are only blocking for now. Coming soon, the platform will provide a Discovery Service to facilitate the registration of the service providers (servers) and service consumers (clients). In this case, the callers don't need to resolve or even balance their calls towards various endpoints, since the Platform handles this tasks. In this case, the pub/sub communication pattern will also be available (coming soon) with at-most-once delivery guarantees. We intend to provide a Security Service for managing the keys/and certificates of various services as well as Metrics and Logging services (coming soon).

License

License

Categories

Categories

ORM Data Jersey Program Interface REST Frameworks
GroupId

GroupId

org.rouplex
ArtifactId

ArtifactId

rouplex-platform-jersey
Version

Version

1.0.4
Type

Type

jar
Description

Description

A platform for discovery and communication between various parts of a distributed service or application. At its minimum, the platform is a library which can be used to serialize and deserialize application constructs into payloads which it can then send to and receive from remote endpoints. For now it supports TCP and HTTP communication protocols with WebSockets coming soon. It supports raw byte streams via TCP, as well as application/json via JAX-RS as serialization protocols. It offers plain or SSL/TLS communication for security of your data in transit. For now it is only available in Java, with bindings for other languages coming soon. The communication pattern is request-reply, with fail fast semantics, and with service consumers (clients) knowing beforehand the coordinates of the service providers (servers). The TCP communication protocol offers blocking/unblocking/asynchronous flavors whereas the rest are only blocking for now. Coming soon, the platform will provide a Discovery Service to facilitate the registration of the service providers (servers) and service consumers (clients). In this case, the callers don't need to resolve or even balance their calls towards various endpoints, since the Platform handles this tasks. In this case, the pub/sub communication pattern will also be available (coming soon) with at-most-once delivery guarantees. We intend to provide a Security Service for managing the keys/and certificates of various services as well as Metrics and Logging services (coming soon).

Download rouplex-platform-jersey 1.0.4


<!-- https://jarcasting.com/artifacts/org.rouplex/rouplex-platform-jersey/ -->
<dependency>
    <groupId>org.rouplex</groupId>
    <artifactId>rouplex-platform-jersey</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.rouplex/rouplex-platform-jersey/
implementation 'org.rouplex:rouplex-platform-jersey:1.0.4'
// https://jarcasting.com/artifacts/org.rouplex/rouplex-platform-jersey/
implementation ("org.rouplex:rouplex-platform-jersey:1.0.4")
'org.rouplex:rouplex-platform-jersey:jar:1.0.4'
<dependency org="org.rouplex" name="rouplex-platform-jersey" rev="1.0.4">
  <artifact name="rouplex-platform-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rouplex', module='rouplex-platform-jersey', version='1.0.4')
)
libraryDependencies += "org.rouplex" % "rouplex-platform-jersey" % "1.0.4"
[org.rouplex/rouplex-platform-jersey "1.0.4"]

Dependencies

compile (8)

Group / Artifact Type Version
org.rouplex : rouplex-commons jar 1.0.4
org.rouplex : rouplex-platform jar 1.0.4
org.rouplex : rouplex-platform-jaxrs jar 1.0.4
javax.servlet : javax.servlet-api jar 3.1.0
org.glassfish.jersey.core : jersey-server jar 2.25.1
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider jar 2.6.6
io.swagger : swagger-jersey2-jaxrs jar 1.5.13
org.webjars : swagger-ui jar 2.2.5

Project Modules

There are no modules declared in this project.