In Maven:
<dependency>
<groupId>co.paralleluniverse</groupId>
<artifactId>ARTIFACT</artifactId>
<version>0.1.1</version>
</dependency>
Where ARTIFACT
is:
comsat-servlet
– Servlet integration for defining fiber-per-request servlets.comsat-jersey-server
– Jersey server integration for defining REST services.comsat-jax-rs-client
– JAX-RS client integration for calling HTTP services.comsat-jdbc
– JDBC integration for using the JDBC API in fibers.comsat-actors-api
– the Web Actors APIcomsat-actors-servlet
– contains an implementation of Web Actors on top of Servlet and WebSocket (JSR-356) containers
Or, build from sources by running:
./gradlew
You can also study the examples here.
Questions and suggestions are welcome at this forum/mailing list.
COMSAT is free software published under the following license:
Copyright (c) 2013-2014, Parallel Universe Software Co. All rights reserved.
This program and the accompanying materials are dual-licensed under
either the terms of the Eclipse Public License v1.0 as published by
the Eclipse Foundation
or (per the licensee's choosing)
under the terms of the GNU Lesser General Public License version 3.0
as published by the Free Software Foundation.