[ANN] Atmosphere Spade Server

4 messages Options
Embed this post
Permalink
Jeanfrancois Arcand

[ANN] Atmosphere Spade Server

Reply Threaded More More options
Print post
Permalink
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: [hidden email]
For additional commands, e-mail: [hidden email]

Viktor Klang

Re: [ANN] Atmosphere Spade Server

Reply Threaded More More options
Print post
Permalink
Great initiative Jeanfrançois!

On Fri, Sep 4, 2009 at 4:39 PM, Jeanfrancois Arcand <[hidden email]> wrote:
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: [hidden email]
For additional commands, e-mail: [hidden email]




--
Viktor Klang

Blog: klangism.blogspot.com
Twttr: viktorklang

Lift Committer - liftweb.com
AKKA Committer - akkasource.org
Cassidy - github.com/viktorklang/Cassidy.git
SoftPub founder: http://groups.google.com/group/softpub
Paul Sandoz

Re: [ANN] Atmosphere Spade Server

Reply Threaded More More options
Print post
Permalink
In reply to this post by Jeanfrancois Arcand
This is the start in a new line of horticultural utilities making  
easier to cultivate and maintain your very own blossoming code garden  
while keeping those nasty bugs at bay.

Next up, Project Secateur - snips crufty code with ease.

Paul.

On Sep 4, 2009, at 4:39 PM, Jeanfrancois Arcand wrote:

> 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: [hidden email]
> For additional commands, e-mail: [hidden email]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Jeanfrancois Arcand

Re: [ANN] Atmosphere Spade Server

Reply Threaded More More options
Print post
Permalink


Paul Sandoz wrote:
> This is the start in a new line of horticultural utilities making easier
> to cultivate and maintain your very own blossoming code garden while
> keeping those nasty bugs at bay.
>
> Next up, Project Secateur - snips crufty code with ease.

LOL...*cut* all users from Lift using the Secateur migration tool, bring
them to Atmosphere Spade :-)

(Ok it's Friday :-))

-- jeanfrancois

>
> Paul.
>
> On Sep 4, 2009, at 4:39 PM, Jeanfrancois Arcand wrote:
>
>> 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: [hidden email]
>> For additional commands, e-mail: [hidden email]
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]