OmniServices

Utility library that provides EJB3-like features for CDI beans

Лицензия

Лицензия

Группа

Группа

org.omnifaces
Идентификатор

Идентификатор

omniservices
Последняя версия

Последняя версия

0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

OmniServices
Utility library that provides EJB3-like features for CDI beans
Ссылка на сайт

Ссылка на сайт

http://omnifaces.org
Организация-разработчик

Организация-разработчик

OmniFaces
Система контроля версий

Система контроля версий

https://github.com/omnifaces/omniservices

Скачать omniservices

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.omnifaces : omniutils jar 0.3

provided (1)

Идентификатор библиотеки Тип Версия
javax : javaee-api jar 7.0

test (5)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.1