Asity is a lightweight abstraction layer for I/O frameworks which is designed to build applications that can run on any full-stack framework, any micro framework or any raw server on the JVM.
With Asity, you can build I/O framework-agnostic applications on the JVM with ease. Now an application based on Asity can run on Atmosphere, Grizzly, Java WebSocket API, Netty, Play, Servlet and Vert.x transparently.
How to migrate
Here’s how to migrate from Cettia Java Platform 1.0.0-Alpha1 to Asity 1.0.0-Beta1. Just rename the followings:
- GAV from io.cettia.platform:cettia-platform-xxx:1.0.0-Alpha1 to io.cettia.asity:asity-xxx:1.0.0-Beta1.
- Package from io.cettia.platform to io.cettia.asity.
- Class from CettiaXXX to AsityXXX.
Please let us, Cettia Groups, know if you have any question or feedback.
-- Donghwan