ocelot-integration

Framework for communication way between java and javascript

Лицензия

Лицензия

Группа

Группа

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

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

ocelot-integration
Последняя версия

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

2.7.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

ocelot-integration
Framework for communication way between java and javascript

Скачать ocelot-integration

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.ocelotds : ocelot-web jar 2.7.2
org.ocelotds : ocelot-core jar 2.7.2
org.slf4j : slf4j-api jar 1.7.16
com.fasterxml.jackson.core : jackson-databind jar 2.6.4

provided (2)

Идентификатор библиотеки Тип Версия
org.glassfish.main.extras : glassfish-embedded-all jar 4.1.1
javax : javaee-web-api jar 7.0

test (9)

Идентификатор библиотеки Тип Версия
org.jboss.arquillian.junit : arquillian-junit-container jar
org.jboss.shrinkwrap.resolver : shrinkwrap-resolver-impl-maven jar
org.jboss.arquillian.container : arquillian-glassfish-embedded-3.1 jar 1.0.0.CR4
ch.qos.logback : logback-classic jar 1.1.5
junit : junit jar 4.10
org.mockito : mockito-core jar 1.10.19
org.assertj : assertj-core jar 2.1.0
javax.json : javax.json-api jar 1.0
org.glassfish : javax.json jar 1.0.4

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

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

OCELOT

More details on ocelotds.org

Codecov Status Coverity Status Build Status ![Maven](https://img.shields.io/badge/Maven central-2.11.1-blue.svg) ![Maven](https://img.shields.io/badge/OSS Sonatype-2.11.2--SNAPSHOT-lightgrey.svg)

The best and easiest communication way between java 7 and javascript

WAR Package

<dependency>
  <groupId>org.ocelotds</groupId>
  <artifactId>ocelot-core</artifactId>
  <version>2.11.1</version>
</dependency>
<dependency>
  <groupId>org.ocelotds</groupId>
  <artifactId>ocelot-web</artifactId>
  <version>2.11.1</version>
</dependency>

EAR Package

Dependencies WAR Modules

<dependency>
  <groupId>org.ocelotds</groupId>
  <artifactId>ocelot-web</artifactId>
  <version>2.11.1</version>
</dependency>

Dependencies EJB Module

<dependency>
  <groupId>org.ocelotds</groupId>
  <artifactId>ocelot-core</artifactId>
  <version>2.11.1</version>
</dependency>

Ocelotds is the new name of zeldads framework, we change the name for refactor and remove right problems.

Ocelot framework allow to call differents services directly from simple classes methods call, like you can do in the backend.
Don't write WEB Services, focus on business methods, ocelot do communication between business layout and font-end.

Ocelot allow to implement the Message driven bean paragdim but for javascript with topic destination.
For push message/object to the client.

See documentation for details.

codecov.io

org.ocelotds

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

Версия
2.7.2
2.7.1