Pip.Services Components

Component definitions for Pip.Services in Java

License

License

MIT
GroupId

GroupId

org.pipservices
ArtifactId

ArtifactId

pip-services-components
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Pip.Services Components
Component definitions 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-components-java

Download pip-services-components

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.pipservices : pip-services-commons jar 3.0.0
com.fasterxml.jackson.core : jackson-databind jar 2.7.2
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar 2.7.2
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.7.2
com.github.jknack : handlebars jar 4.1.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
Component definitions for Java

This module is a part of the Pip.Services polyglot microservices toolkit.

The Components module contains standard component definitions that can be used to build applications and services.

The module contains the following packages:

  • Auth - authentication credential stores
  • Build - basic factories for constructing objects
  • Cache - distributed cache
  • Config - configuration readers and managers, whose main task is to deliver configuration parameters to the application from wherever they are being stored
  • Connect - connection discovery and configuration services
  • Count - performance counters
  • Info - context info implementations that manage the saving of process information and sending additional parameter sets
  • Log - basic logging components that provide console and composite logging, as well as an interface for developing custom loggers
  • Component - the root package

Quick links:

Use

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

<dependency>
  <groupId>org.pipservices3</groupId>
  <artifactId>pip-services3-components</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