OmniServices

Utility library that provides EJB3-like features for CDI beans

License

License

GroupId

GroupId

org.omnifaces
ArtifactId

ArtifactId

omniservices
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

OmniServices
Utility library that provides EJB3-like features for CDI beans
Project URL

Project URL

http://omnifaces.org
Project Organization

Project Organization

OmniFaces
Source Code Management

Source Code Management

https://github.com/omnifaces/omniservices

Download omniservices

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.omnifaces : omniutils jar 0.3

provided (1)

Group / Artifact Type Version
javax : javaee-api jar 7.0

test (5)

Group / Artifact Type Version
junit : junit jar 4.12
org.jboss.arquillian.junit : arquillian-junit-container jar
org.jboss.shrinkwrap.resolver : shrinkwrap-resolver-impl-maven jar
org.jboss.arquillian.extension : arquillian-jacoco jar 1.0.0.Alpha8
org.jacoco : org.jacoco.core jar 0.7.4.201502262128

Project Modules

There are no modules declared in this project.

OmniServices Build Status

Utility library that provides EJB3-like features for CDI beans

This project will attempt to implement CDI and Interceptor based versions of various EJB features and services. Currently the following features are implemented:

  • @Asynchronous - @Asynchronous
  • @Stateless - @Pooled
  • @Stateless - @Service (stereotype combining @Pooled with @Transactional)

The following features are being considered for future versions:

  • @Lock
  • @Schedule
org.omnifaces

Versions

Version
0.1