Cettia Platform/Test

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Лицензия

Лицензия

Категории

Категории

ORM Данные
Группа

Группа

io.cettia.platform
Идентификатор

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

cettia-platform-test
Последняя версия

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

1.0.0-Alpha1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Cettia Platform/Test
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Скачать cettia-platform-test

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

<!-- https://jarcasting.com/artifacts/io.cettia.platform/cettia-platform-test/ -->
<dependency>
    <groupId>io.cettia.platform</groupId>
    <artifactId>cettia-platform-test</artifactId>
    <version>1.0.0-Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/io.cettia.platform/cettia-platform-test/
implementation 'io.cettia.platform:cettia-platform-test:1.0.0-Alpha1'
// https://jarcasting.com/artifacts/io.cettia.platform/cettia-platform-test/
implementation ("io.cettia.platform:cettia-platform-test:1.0.0-Alpha1")
'io.cettia.platform:cettia-platform-test:jar:1.0.0-Alpha1'
<dependency org="io.cettia.platform" name="cettia-platform-test" rev="1.0.0-Alpha1">
  <artifact name="cettia-platform-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cettia.platform', module='cettia-platform-test', version='1.0.0-Alpha1')
)
libraryDependencies += "io.cettia.platform" % "cettia-platform-test" % "1.0.0-Alpha1"
[io.cettia.platform/cettia-platform-test "1.0.0-Alpha1"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
io.cettia.platform : cettia-platform-action jar 1.0.0-Alpha1
io.cettia.platform : cettia-platform-http jar 1.0.0-Alpha1
io.cettia.platform : cettia-platform-websocket jar 1.0.0-Alpha1
org.eclipse.jetty : jetty-client jar 9.2.7.v20150116
org.eclipse.jetty.websocket : websocket-client jar 9.2.7.v20150116
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3

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

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

Asity

Asity is an HTTP/WebSocket abstraction layer for various web frameworks on the JVM. Asity provides a tool-kit for writing a web fragment, a function that handles HTTP request-response exchange and WebSocket, and allows to create web applications by combining web fragments.

For example, with Asity you can write a web fragment that sends back incoming WebSocket messages as follows

Action<ServerWebSocket> action = ws -> ws.ontext(ws::send).onbinary(ws::send);

And plug it into Java API for WebSocket, Spring WebFlux, Spring MVC, Vert.x, Netty, Play Framework, Grizzly, and so on. Visit the Asity website for the full documentation.

Supported Frameworks

Asity supports the following frameworks. Each link points to a demo project which shows how to plug the example echo web fragment to each framework.

Links

Here are some useful links to learn more about Asity. If you are interested and would like to be more involved, feel free to join the mailing list and share your feedback.

Asity is an open source project licensed under Apache License 2.0 and driven by the community, for the community.

io.cettia.platform

Cettia

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

Версия
1.0.0-Alpha1