ocelot

Framework for communication way between java and javascript

Лицензия

Лицензия

Группа

Группа

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

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

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

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

2.12.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

ocelot
Framework for communication way between java and javascript
Система контроля версий

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

https://github.com/ocelotds/ocelot.git

Скачать ocelot

Имя Файла Размер
ocelot-2.12.0.pom 6 KB
Обзор

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.21
com.fasterxml.jackson.core : jackson-databind jar 2.6.7

provided (1)

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

test (6)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-classic jar 1.1.7
junit : junit jar 4.12
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-core
  • ocelot-web
  • ocelot-spi
  • ocelot-extra-spring
  • ocelot-processor
  • ocelot-int-glassfish
  • ocelot-dashboard

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.12.0
2.11.1
2.11.0
2.10.2
2.10.1
2.10.0
2.9.1
2.9.0
2.8.0
2.7.2
2.7.1
2.7.0
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.0
2.4.7
2.4.6
2.4.5
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0