FYI. If you are doing REST based Application using Jersey/Grizzly, we
are now shipping a complete solution on top of Grizzly. It works with
normal Jersey application and Atmosphere.
A+
-- Jeanfrancois
-------- Original Message --------
Subject: [ANN] Atmosphere Spade Server
Date: Fri, 04 Sep 2009 10:39:52 -0400
From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Reply-To: users_at_atmosphere.dev.java.net
To: users_at_atmosphere.dev.java.net
Salut,
staring today, you can now uses the new Atmosphere Spade Server, which
build on top of Jersey + Grizzly. You can download the artifact:
> <groupId>org.atmosphere</groupId>
> <artifactId>atmosphere-spade-server</artifactId>
from here:
*
http://is.gd/2SzSs
Mainly, you can use it using the command line like:
% java -jar atmosphere-rest-server-0.4-SNAPSHOT.jar -p 8080 -a
atmosphere-rest-chat.war -rp org.atmosphere.samples.chat.resources -sp
resources
Any Atmosphere Core/Jersey application can be executed using that simple
jar file, which contains all the required classes. Of course your
application will still works on Tomcat/Jetty/GalssFish ettc.
The available functionality can be seen by doing:
> java -jar atmosphere-spade-server-0.4-SNAPSHOT.jar
> Usage: org.atmosphere.spade.AtmosphereSpadeLauncher [options]
>
> -p, --port=port Runs Servlet on the specified port.
> Default: 8080
> -a, --apps=application path The AtmosphereServlet folder or jar or war location.
> Default: .
> -rp, --respourcespackage=package The resources package name
> Default:
> -sp, --servletPath=path The path AtmosphereServlet will serve resources
> Default: .
> -h, --help Show this help message.
A+
-- Jeanfrancois
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_atmosphere.dev.java.net
For additional commands, e-mail: users-help_at_atmosphere.dev.java.net