Grails plugin for Atmosphere

3 messages Options
Embed this post
Permalink
bgoetzmann

Grails plugin for Atmosphere

Reply Threaded More More options
Print post
Permalink
Hello,

Just some news on the Grails plugin for Atmosphere on wich I work; the plugin is nearly ready. Once installed, the plugin generates the files context.xml and atmosphere.xml in right places for you, and add the Atmosphere jar file to the application.
The atmosphere.xml is produced from a Groovy configuration file, for example:

atmosphere.mappings = {
    "/test"(handler: "com.test.TestHandler")
}

I've also a simple handler in Groovy that I test from a GSP page that uses Proptotype for AJAX calls.


Cheers,

Bertrand
http://www.odelia-technologies.com/
Jeanfrancois Arcand

Re: Grails plugin for Atmosphere

Reply Threaded More More options
Print post
Permalink
Salut,

bgoetzmann wrote:

> Hello,
>
> Just some news on the Grails plugin for Atmosphere on wich I work; the
> plugin is nearly ready. Once installed, the plugin generates the files
> context.xml and atmosphere.xml in right places for you, and add the
> Atmosphere jar file to the application.
> The atmosphere.xml is produced from a Groovy configuration file, for
> example:
>
> atmosphere.mappings = {
>     "/test"(handler: "com.test.TestHandler")
> }
>
> I've also a simple handler in Groovy that I test from a GSP page that uses
> Proptotype for AJAX calls.

Wow great work!! Are you planning to blog about it? I'm pretty sure a
lot of peoples will be interested!

A+

-- Jeanfrancois


>
>
> Cheers,
>
> Bertrand
> http://www.odelia-technologies.com/
>

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

bgoetzmann

Re: Grails plugin for Atmosphere

Reply Threaded More More options
Print post
Permalink
Yes I will blog about it on my web site, but also I will add the plugin into the Grails plugins ecosystem (http://grails.org/plugin/home).
Now I must work on a GSP version of the Chat sample application.

Cheers,

Bertrand.

Jeanfrancois Arcand wrote:
Salut,

bgoetzmann wrote:
> Hello,
>
> Just some news on the Grails plugin for Atmosphere on wich I work; the
> plugin is nearly ready. Once installed, the plugin generates the files
> context.xml and atmosphere.xml in right places for you, and add the
> Atmosphere jar file to the application.
> The atmosphere.xml is produced from a Groovy configuration file, for
> example:
>
> atmosphere.mappings = {
>     "/test"(handler: "com.test.TestHandler")
> }
>
> I've also a simple handler in Groovy that I test from a GSP page that uses
> Proptotype for AJAX calls.

Wow great work!! Are you planning to blog about it? I'm pretty sure a
lot of peoples will be interested!

A+

-- Jeanfrancois


>
>
> Cheers,
>
> Bertrand
> http://www.odelia-technologies.com/
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@atmosphere.dev.java.net
For additional commands, e-mail: users-help@atmosphere.dev.java.net