-
Flex Data Push with Servlet 3.0 in GraniteDS 2.0.0 RC1 (8 messages)
- Posted by: Franck Wolff
- Posted on: May 21 2009 09:11 EDT
Servlet 3.0 "Proposed Final Draft" was just published a week ago and the lastest Glassfish v3 promoted builds include the only up-to-date implementation of the specification. With the new 2.0.0.RC1 release, GraniteDS brings Servlet 3.0 support in its data push module (named Gravity) that fully works with the lastest Glassfish build at this time: glassfish-v3-preview-b47 (you may download it on http://download.java.net/glassfish/v3/promoted/). This is an important step toward a standardized Comet implementation in GDS: dedicated Comet support for Tomcat, Jetty and JBossWeb specific implementations could be deprecated when all containers will adopt the new specification. Furthermore, all other web containers would be supported as well without any extra spceific work. See more about this new feature here: http://graniteds.blogspot.com/2009/05/whats-new-in-graniteds-200-rc1.html. GraniteDS main site is here: http://www.graniteds.org. Best regards, Franck Wolff.Threaded Messages (8)
- Flex 3 by Kenny MacLeod on May 21 2009 11:28 EDT
- Re: Flex Data Push with Servlet 3.0 in GraniteDS 2.0.0 RC1 by Franck Wolff on May 21 2009 19:05 EDT
- Re: Flex Data Push with Servlet 3.0 in GraniteDS 2.0.0 RC1 by JeanFrancois Arcand on May 21 2009 20:16 EDT
- Re: Flex Data Push with Servlet 3.0 in GraniteDS 2.0.0 RC1 by Franck Wolff on May 22 2009 05:15 EDT
-
Re: Flex Data Push with Servlet 3.0 in GraniteDS 2.0.0 RC1 by Franck Wolff on May 22 2009 05:22 EDT
- Re: Flex Data Push with Servlet 3.0 in GraniteDS 2.0.0 RC1 by JeanFrancois Arcand on May 22 2009 12:33 EDT
-
Re: Flex Data Push with Servlet 3.0 in GraniteDS 2.0.0 RC1 by Franck Wolff on May 22 2009 05:22 EDT
- Re: Flex Data Push with Servlet 3.0 in GraniteDS 2.0.0 RC1 by Franck Wolff on May 22 2009 05:15 EDT
- My safest bet is Jetty for now by Alen Milkovic on May 22 2009 08:47 EDT
- Re: My safest bet is Jetty for now by Franck Wolff on May 22 2009 09:29 EDT
-
Flex 3[ Go to top ]
- Posted by: Kenny MacLeod
- Posted on: May 21 2009 11:28 EDT
- in response to Franck Wolff
Does this release support and take advantage of the Flex 3 SDK? The online docs still refer to flex 2. -
Re: Flex Data Push with Servlet 3.0 in GraniteDS 2.0.0 RC1[ Go to top ]
- Posted by: Franck Wolff
- Posted on: May 21 2009 19:05 EDT
- in response to Franck Wolff
Yes. All SWC libraries are compiled with the lastest Flex 3.3.0 SDK and the GDS Tide client framework makes wide use of Flex 3+ custom annotations. -
Re: Flex Data Push with Servlet 3.0 in GraniteDS 2.0.0 RC1[ Go to top ]
- Posted by: JeanFrancois Arcand
- Posted on: May 21 2009 20:16 EDT
- in response to Franck Wolff
It will takes times before WebLogic, Tomcat, Jetty, grizzly (GlassFish) deprecate their native Comet implementation, and more important, peoples move to a Servlet 3.0 container. You should take a look at Project Atmosphere (atmosphere.dev.java.net), which supports all of the above container and Servlet 3.0, and can easily be used in existing framework. No need to wait :-) -
Re: Flex Data Push with Servlet 3.0 in GraniteDS 2.0.0 RC1[ Go to top ]
- Posted by: Franck Wolff
- Posted on: May 22 2009 05:15 EDT
- in response to JeanFrancois Arcand
You're right, I'm rather optimistic on this one... I already knew about your Atmosphere project but didn't have time to integrate it in GDS. This will be done before the final 2.0.0. -
Re: Flex Data Push with Servlet 3.0 in GraniteDS 2.0.0 RC1[ Go to top ]
- Posted by: Franck Wolff
- Posted on: May 22 2009 05:22 EDT
- in response to Franck Wolff
BTW: which Atmosphere version should I use? 2.0-M1 or the lastest 0.2-SNAPSHOT? -
Re: Flex Data Push with Servlet 3.0 in GraniteDS 2.0.0 RC1[ Go to top ]
- Posted by: JeanFrancois Arcand
- Posted on: May 22 2009 12:33 EDT
- in response to Franck Wolff
O.2-M1 will works -
My safest bet is Jetty for now[ Go to top ]
- Posted by: Alen Milkovic
- Posted on: May 22 2009 08:47 EDT
- in response to Franck Wolff
At least until all servlet containers have stable implementations of servlet 3.0 -
Re: My safest bet is Jetty for now[ Go to top ]
- Posted by: Franck Wolff
- Posted on: May 22 2009 09:29 EDT
- in response to Alen Milkovic
You're right, but Servlet 3.0 pre-implementation in Jetty 7 is based on the previous "Public Review Draft" and doesn't include lastest API changes (see http://blogs.webtide.com/gregw/entry/servlet_3_0_proposed_final). Also, Servlet 3.0 support has been postponed to Jetty 8 (see http://blogs.webtide.com/jesse/entry/jetty_eclipse_jetty7_and_jetty8).