Kaazing Java Universal Client

Universal Client

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.kaazing
ArtifactId

ArtifactId

universal.client
Last Version

Last Version

1.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

Kaazing Java Universal Client
Universal Client
Project URL

Project URL

https://github.com/kaazing/universal-client
Source Code Management

Source Code Management

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

Download universal.client

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
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)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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]

Versions

Version
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