Pip.Services RPC

Networking and communication platform for Pip.Services in Java

License

License

MIT
GroupId

GroupId

org.pipservices
ArtifactId

ArtifactId

pip-services-rpc
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Pip.Services RPC
Networking and communication platform for Pip.Services in Java
Project URL

Project URL

http://www.github.com/pip-services/pip-services
Source Code Management

Source Code Management

https://github.com/pip-services-java/pip-services-commons-java

Download pip-services-rpc

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.pipservices : pip-services-commons jar 3.0.0
org.pipservices : pip-services-components jar 3.0.0
org.glassfish.jersey.core : jersey-client jar 2.27
org.glassfish.jersey.core : jersey-server jar 2.27
org.glassfish.jersey.containers : jersey-container-jdk-http jar 2.27
org.glassfish.jersey.inject : jersey-hk2 jar 2.26
com.google.http-client : google-http-client jar 1.23.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Pip.Services Logo
Portable Abstractions and Patterns for Java

This module is a part of the Pip.Services polyglot microservices toolkit. It provides a set of basic patterns used in microservices or backend services. Also the module implemenets a reasonably thin abstraction layer over most fundamental functions across all languages supported by the toolkit to facilitate symmetric implementation.

The module contains the following packages:

  • Commands - Commanding and Eventing patterns
  • Config - configuration framework
  • Convert - portable soft value converters
  • Data - data value objects and random value generators
  • Errors - portable application errors
  • Random - random data generators
  • Refer - component referencing framework
  • Reflect - portable reflection helpers
  • Run - execution framework
  • Validate - data validators

Quick links:

Use

Go to the pom.xml file in Maven project and add dependencies::

<dependency>
  <groupId>org.pipservices3</groupId>
  <artifactId>pip-services3-commons</artifactId>
  <version>3.0.0</version>
</dependency>

Develop

For development you shall install the following prerequisites:

  • Java SE Development Kit 8+
  • Eclipse Java Photon or another IDE of your choice
  • Docker
  • Apache Maven

Build the project:

mvn install

Run automated tests:

mvn test

Generate API documentation:

./docgen.ps1

Before committing changes run dockerized build and test as:

./build.ps1
./test.ps1
./clear.ps1

Contacts

The initial implementation is done by Sergey Seroukhov. Pip.Services team is looking for volunteers to take ownership over Java implementation in the project.

Versions

Version
3.0.0