Last Version

li.moskito:inkstand 0.1.0

A lightweight infrastructure for standalone rest based microservices. Based on the idea and basic implementation by John Ament, https://github.com/johnament/hammock. Inkstand consists of a CDI container (Weld), a WebServer/Servlet Container (Undertow) and Jax-RS implementation and webapp (RestEasy). It provides auto resource and provider discovery and base support for JCR-based persistence.

License

License

GroupId

GroupId

li.moskito
ArtifactId

ArtifactId

inkstand
Version

Version

0.1.0
Type

Type

pom
Description

Description

li.moskito:inkstand
A lightweight infrastructure for standalone rest based microservices. Based on the idea and basic implementation by John Ament, https://github.com/johnament/hammock. Inkstand consists of a CDI container (Weld), a WebServer/Servlet Container (Undertow) and Jax-RS implementation and webapp (RestEasy). It provides auto resource and provider discovery and base support for JCR-based persistence.
Project URL

Project URL

https://github.com/moskitoli/inkstand/wiki
Source Code Management

Source Code Management

https://github.com/moskitoli/inkstand

Download inkstand 0.1.0

Filename Size
inkstand-0.1.0.pom 16 KB
Browse

<!-- https://jarcasting.com/artifacts/li.moskito/inkstand/ -->
<dependency>
    <groupId>li.moskito</groupId>
    <artifactId>inkstand</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/li.moskito/inkstand/
implementation 'li.moskito:inkstand:0.1.0'
// https://jarcasting.com/artifacts/li.moskito/inkstand/
implementation ("li.moskito:inkstand:0.1.0")
'li.moskito:inkstand:pom:0.1.0'
<dependency org="li.moskito" name="inkstand" rev="0.1.0">
  <artifact name="inkstand" type="pom" />
</dependency>
@Grapes(
@Grab(group='li.moskito', module='inkstand', version='0.1.0')
)
libraryDependencies += "li.moskito" % "inkstand" % "0.1.0"
[li.moskito/inkstand "0.1.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.6
org.apache.logging.log4j : log4j-slf4j-impl jar 2.0-rc1
org.apache.logging.log4j : log4j-api jar 2.0-rc1
org.apache.logging.log4j : log4j-core jar 2.0-rc1

provided (1)

Group / Artifact Type Version
org.jacoco : jacoco-maven-plugin jar 0.7.2.201409121644

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

  • inkstand-core
  • inkstand-jcr
  • inkstand-jcr-jackrabbit
  • inkstand-http-undertow
  • inkstand-deployments
  • inkstand-ms