Thanks for the quick response Justin. It is very likely that I am going
down the wrong path so before you spend time looking at the code I have
attached I want to give you some background. The Continuation class
attached was originally designed for Jetty. A few years ago
Jeanfrancois submitted a quick and dirty patch which also allowed it to
work with Grizzly Continuations. The code has been virtually untouched
since (I did some minor work recently). Currently I am trying to get
things working in Glassfish 3 and I am testing with our sample app
(dwr.war):
http://ci.directwebremoting.org/bamboo/browse/DWR-TRUNK-72/artifact
My testing has been limited to the clock example in the dwr.war. I test
it by first ensuring comet is enabled in Glassfish:
<http max-connections="250" default-virtual-server="server"
comet-support-enabled="true">
<file-cache enabled="false"></file-cache>
</http>
And then adding the Grizzly Continuation jar into my web-inf/lib
(
http://download.java.net/maven/2/com/sun/grizzly/grizzly-continuation/).
This leads me to my first question. Is this even valid anymore? I see
you have made many changes since Jeanfrancois first submitted this patch
and I don't see anything mentioning Continuations in your latest
release. If I am as I suspect way off - pointing me in the right
direction would be great.
Also, I see that Glassfish 3 supports the servlet 3 spec. Has this
replaced the Grizzly Continuation stuff?
On 3/8/2010 7:30 AM, Justin Lee wrote:
> Can you post the code (and issues you're having) to the list and we'll
> take a look?
>
> On 3/7/10 12:31 PM, David Marginian wrote:
>> Hi,
>> I am the lead developer for DWR and I have been working on getting
>> a 3.0 release out. Before I do I want to have our comet stuff
>> working. I have already tackled Tomcat and Jetty but I haven't had
>> much luck with Glassfish and Grizzly. We had some code in place for
>> this (jeanfrancois helped out here) but it hasn't been looked at in a
>> long time and I know things have changed a lot since. I was
>> wondering if any of the experts here would take a look at our code
>> and provide some recommendations for a way forward. Any help would
>> be much appreciated if you have time, if not thanks for reading.
>>
>> Take care
>> David Marginian
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
>> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>
>
> __________ Information from ESET NOD32 Antivirus, version of virus
> signature database 4926 (20100308) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
>
>