Cettia 1.0.0-RC1 released
flowersinthesand wrote this on
I’m happy to announce the release of the Cettia 1.0.0-RC1 (Cetita Protocol 1.0.0-RC1, Cettia Java Server 1.0.0-RC1 and Cettia JavaScript Client 1.0.0-RC1). Based on the feedback, we added a small helper to resolve HttpSession
from Servlet applications.
HttpSessionResolver httpSessionResolver = new HttpSessionResolver();
HttpSession httpSession = httpSessionResolver.resolve(socket);
Please test this release so that we can handle any issues before releasing GA. And, here’s one more thing.
It’s time to write the reference application and tutorial that demonstrate how to use the Cettia to develop a real-time web application. I guess it will be yet yet another Slack or Gitter ;) Of course, the source code will be open sourced under the Apache 2.0 license.
We are going to define the application details based on the features of the Cettia, choose the tech stack based on the popularity in the Java ecosystem, and so on. If you are interested, feel free to share your thought on this.
You can share your thought at this post.
Here’s the full changelog:
- Add support for resolving HttpSession from Servlet applications. cettia-java-server#16
- Node 6/7 support. cettia-protocol#17, cettia-javascript-client#17
- Update dependencies. cettia-protocol#15, cettia-javascript-client#18, cettia-java-server#14
- Prefix query parameter representing protocol header with protocol name. cettia-protocol#7, cettia-javascript-client#13, cettia-java-server#12
- Add the version protocol header. cettia-protocol#19, cettia-javascript-client#22, cettia-java-server#15
- Drop support for Node 0.12. cettia-protocol#16
As always, please let us know if you have any question or feedback.
All posts
- Asity 3.0.0 released on
- Asity 3.0.0-Beta1 released on
- Cettia JavaScript Client 1.1.0 released on
- Cettia JavaScript Client 1.0.2 released on
- New Cettia Starter Kit on
- Cettia Java Server 1.2.0 released on
- Cettia Java Server 1.2.0-Beta2 released on
- Cettia Java Server 1.1.0 released on
- Cettia Java Server 1.1.0-Beta1 released on
- Asity 2.0.0 released on
- Asity 2.0.0-RC1 released on
- Asity 2.0.0-Alpha2 released on
- Asity 2.0.0-Alpha1 released on
- Cettia JavaScript Client 1.0.1 released on
- Cettia 1.0.0 released on
- Cettia 1.0.0-RC1 released on
- Cettia JavaScript Client 1.0.0-Beta2 released on
- Cettia 1.0.0-Beta1 released on
- Cettia Java Platform is now Asity on
- Cettia 1.0.0-Alpha2 released on
- Cettia 1.0.0-Alpha1 released on