CometD :: Java :: WebSocket :: JSR 356 Server

The CometD project is a scalable web messaging bus that uses WebSocket and HTTP AJAX push technology patterns known as "Comet" techniques

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

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

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

cometd-java-websocket-javax-server
Последняя версия

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

4.0.9
Дата

Дата

Тип

Тип

jar
Описание

Описание

CometD :: Java :: WebSocket :: JSR 356 Server
The CometD project is a scalable web messaging bus that uses WebSocket and HTTP AJAX push technology patterns known as "Comet" techniques
Организация-разработчик

Организация-разработчик

The CometD Project

Скачать cometd-java-websocket-javax-server

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

<!-- https://jarcasting.com/artifacts/org.cometd.java/cometd-java-websocket-javax-server/ -->
<dependency>
    <groupId>org.cometd.java</groupId>
    <artifactId>cometd-java-websocket-javax-server</artifactId>
    <version>4.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-websocket-javax-server/
implementation 'org.cometd.java:cometd-java-websocket-javax-server:4.0.9'
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-websocket-javax-server/
implementation ("org.cometd.java:cometd-java-websocket-javax-server:4.0.9")
'org.cometd.java:cometd-java-websocket-javax-server:jar:4.0.9'
<dependency org="org.cometd.java" name="cometd-java-websocket-javax-server" rev="4.0.9">
  <artifact name="cometd-java-websocket-javax-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cometd.java', module='cometd-java-websocket-javax-server', version='4.0.9')
)
libraryDependencies += "org.cometd.java" % "cometd-java-websocket-javax-server" % "4.0.9"
[org.cometd.java/cometd-java-websocket-javax-server "4.0.9"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.cometd.java : cometd-java-server jar 4.0.9
org.cometd.java : cometd-java-websocket-common-server jar 4.0.9
org.slf4j : slf4j-api jar 1.7.30

provided (2)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api jar 3.1.0
javax.websocket : javax.websocket-api jar 1.0

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1
org.hamcrest : hamcrest jar 2.2
org.apache.logging.log4j : log4j-slf4j-impl jar 2.13.3

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

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

GitHub CI

The CometD Project

Welcome to the CometD Project, a scalable comet (server push) implementation for the web.

License

The CometD source code is released under the Apache 2.0 License.

Directory Layout

cometd-archetypes - The Maven archetypes for quick application development
cometd-demo       - Demo of the Java server and of the Dojo/jQuery clients
cometd-java       - The Java server and java client libraries
cometd-javascript - The JavaScript (Dojo/jQuery) client libraries

Running the CometD Demo

If you have downloaded the release bundle, then the CometD is already built for you. To run the demonstration with Maven, unzip the release bundle and execute:

$ cd cometd-demo
$ mvn jetty:run

then point your browser at http://localhost:8080

Alternately you can deploy the CometD demo war file into any Servlet 2.5 or later server (e.g. jetty, tomcat, glassfish) with commands like:

$ cp cometd-demo/target/cometd-demo/target/cometd-demo-*.war  $MY_SERVER/webapps/cometd.war
cd $MY_SERVER
<command to run my server>

Reporting Issues

Issues, bugs and requests for enhancements should be filed at https://bugs.cometd.org

Building CometD

If you have cloned the source release, follow the instructions at https://docs.cometd.org/current/reference/#_build, or just do:

$ mvn install

Load Testing CometD

To run load testing, open two windows. In the server window run:

$ cd cometd-java/cometd-java-benchmark/cometd-java-benchmark-server/
$ mvn exec:exec

In the client window (potentially on another machine), run

$ cd cometd-java/cometd-java-benchmark/cometd-java-benchmark-client/
$ mvn exec:exec

Then follow instructions on the console to generate load.

org.cometd.java

CometD - Server Push for the Web

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

Версия
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
4.0.0-BETA1
4.0.0-BETA0
3.1.14
3.1.13
3.1.12
3.1.11
3.1.10
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.2-RC0
3.1.2-BETA1
3.1.2-BETA0
3.1.1
3.1.0
3.1.0-RC1
3.1.0-RC0
3.1.0-BETA2
3.1.0-BETA1
3.1.0-BETA0
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0.RC1
3.0.0.beta2
3.0.0.beta1