users@grizzly.java.net

Re: Jetty Cometd to Grizzly Cometd

From: freak182 <eman.nollase_at_gmail.com>
Date: Tue, 28 Jul 2009 02:22:42 -0700 (PDT)

hello Jeanfrancois,

Wow cant believe it, i just change the jetty-cometd with this jars:

               <dependency>
                        <groupId>com.sun.grizzly</groupId>
                        <artifactId>grizzly-cometd-client</artifactId>
                        <version>1.9.9</version>
                </dependency>
                <dependency>
                        <groupId>com.sun.grizzly</groupId>
                        <artifactId>grizzly-cometd</artifactId>
                        <version>1.9.9</version>
                </dependency>

and my project is working now on glassfish v2.1...i just need further test
it.




Jeanfrancois Arcand-2 wrote:
>
> Salut,
>
> freak182 wrote:
>> Hello Jeanfrancois,
>>
>> Thanks for the reply. Does grizzly or glassfish has a plan implementing
>> this
>> one in the future?
>
> As part of working on my other project:
>
> * http://atmosphere.dev.java.net
>
> I did explore Wicket + Atmosphere + Cometd...but so far I wasn't able to
> make them working together:
>
> * http://twitter.com/atmosphere_java/status/2678464756
>
> I can't take a look at Wicket in details now but maybe posting something
> on users_at_glassfish may help.
>
> A+
>
> -- Jeanfrancois
>
>
>>
>> Thanks a lot.
>> Cheers.
>>
>>
>> Jeanfrancois Arcand-2 wrote:
>>> Salut,
>>>
>>> freak182 wrote:
>>>> Hello,
>>>>
>>>> I have a big problem when boss told me to run this project
>>>> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/push-parent/
>>>> using glassfish.
>>>>
>>>> 1. first in for all, it is built with jetty-cometd.
>>>>
>>>> How can I can accomplished that?
>>> I think you can't run this one on GlassFish unless you use the Jetty
>>> cometd implementation as they seems to use the Jetty client.
>>>
>>> A+
>>>
>>> -- Jeanfrancois
>>>
>>>
>>>
>>>> Thanks a lot.
>>>> Cheers.
>>>>
>>>> - eman
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
>>> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>>>
>>>
>>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>
>
>

-- 
View this message in context: http://www.nabble.com/Jetty-Cometd-to-Grizzly-Cometd-tp24589152p24695629.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.