Kaazing Java Universal Client

Universal Client

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

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

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

universal.client
Последняя версия

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

1.0.8
Дата

Дата

Тип

Тип

jar
Описание

Описание

Kaazing Java Universal Client
Universal Client
Ссылка на сайт

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

https://github.com/kaazing/universal-client
Система контроля версий

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

https://github.com/kaazing/universal-client

Скачать universal.client

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.kaazing » enterprise.java.client.all jar 4.1.0
org.slf4j : slf4j-api jar 1.7.21
org.kaazing : community.license jar 2.20

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

Kaazing Universal Clients

Welcome to the Kaazing Universal Clients Repository!

This repository contains the code of the Open Source Kaazing Universal Client and under the hood explanations with details on how the protocol/technology clients are created.

Introduction

Creating real-time applications requires the use of a publish/subscribe message bus to push messages to clients. This message bus might be a JMS server, or another popular choice, the AMQP protocol. The Kaazing WebSocket Gateway, when connected to a message bus, enables these messages to be delivered over Web protocols (HTTP/HTTPS/WS/WSS).

The goal of these libraries is to provide developers with a simple, universal WebSocket client library that is accessed the same way regardles of the underlying message protocol/technology. This library simplifies the development of Websocket client applications communicating with JMS or AMQP editions of the Kaazing WebSocket Gateway.

The Kaazing Universal Clients provide the facade for Kaazing-specific protocol/technology libraries. These clients:

  • Implement basic publish-subscribe functionality to help developers get started with their WebSocket projects
  • Provide developers with protocol/technology specific implementations for reference

Available Universal Clients

(This list will grow as clients are added.)

Organization of the Universal Clients

Regardless of the client technology, all of the clients are organized as shown on the following diagram:

org.kaazing

Tenefit

[aw-suhm]

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

Версия
1.0.8
1.0.8-RC001
1.0.7
1.0.7-RC001
1.0.6
1.0.6-RC001
1.0.5-RC001