Skip to content

ocelotds/ocelot

Repository files navigation

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