Sorry but BlazeDS does provide real-time data push like LCDS, but not scalable like his big brother. If you use StreamingAMF channels (or long polling) you'll have real-time data push. You can also configure a polling channel that provides piggy back and you'll have an almost real-time.
João Fernandes On 5 May 2010 19:20, Dave Watts <[email protected]> wrote: > >> OK- Glad you mentioned BlazeDS. Here's my confusion - I'm not sure what to >> download to get started. I already have MAMP >> running for this project. The turnkey sounds like it has another apache >> server - which I don't think is what I want? Thoughts? > > BlazeDS can be installed like any other WAR/EAR into an existing J2EE > app server. But you will need a J2EE app server to run it. It comes > bundled with Tomcat. > > Also, BlazeDS doesn't provide real-time push like LCDS does. LCDS > provides the ability to use RTMP to push messages to the server. > BlazeDS supports HTTP polling by the client - at a default of every 8 > seconds if I recall correctly. That's good enough for many uses, > though. LCDS is very expensive. > > To learn more about how you'd use BlazeDS for this, read the "Message > Service" section off the documentation. To learn more about how your > Flex client code would work, read about the Producer and Consumer > classes. > > http://learn.adobe.com/wiki/display/Flex/Creating+a+BlazeDS+messaging+application+in+Flex+Builder > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > http://training.figleaf.com/ > > Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on > GSA Schedule, and provides the highest caliber vendor-authorized > instruction at our training centers, online, or ons > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6380 Subscription: http://www.houseoffusion.com/groups/flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/flex/unsubscribe.cfm
