Cettia Platform

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

License

License

Categories

Categories

ORM Data
GroupId

GroupId

io.cettia.platform
ArtifactId

ArtifactId

cettia-platform-parent
Last Version

Last Version

1.0.0-Alpha1
Release Date

Release Date

Type

Type

pom
Description

Description

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

Source Code Management

https://github.com/cettia/cettia-java-platform

Download cettia-platform-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • action
  • http
  • websocket
  • test
  • bridge-atmosphere2
  • bridge-grizzly2
  • bridge-jwa1
  • bridge-netty4
  • bridge-play2
  • bridge-servlet3
  • bridge-vertx2

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

Versions

Version
1.0.0-Alpha1