Adding to Raj's point. You need to have a JMS, Glass fish or some other messaging server to achieve the server push. Using BlazeDS alone will not help. You need to configure the BlazeDS to point to the JMS adapter and then your flex application can start consuming and producing on that adapter.
On Wed, Dec 8, 2010 at 10:34 AM, Raj <[email protected]> wrote: > > BlazeDS doesn't have *true *push. it simulates push by polling - i..e > client periodically checks with server whether there is a message. Thats why > BDS is not that scalable as LCDS. > > It doesn't have data management also. In fact that is one of the key > selling points of LCDS. > For ur requirement, if u have a less data intensive client, you can still > use BDS. > Using remote object u can easily convert to and from java and AS3 > objects. Thats really useful. > On Tue, Nov 30, 2010 at 12:03 PM, RAJIK PASHA <[email protected]>wrote: > >> Hi All , In my application i am integrating my *Flex app with Java Struts >> using BalzeDS*. Now i have a requirement like Data(Server) push >> functionality through HTTP. I am *using calls* only in my Flex >> application. Can *BlazeDS provides push functionality through HTTP*.If so >> , how can i use that?? I read a article about "BlazeDS Remote Object Service >> " and "BlazeDS Messaging Service" . I am so much confused. Please Help.... >> Thanks in Advance.... >> ------------------------------ >> View this message in context: BlazeDS provides push functionality through >> HTTP >> ??<http://old.nabble.com/BlazeDS-provides-push-functionality-through-HTTP----tp30337330p30337330.html> >> Sent from the Flex India mailing list >> archive<http://old.nabble.com/Flex-India-f23247.html>at Nabble.com. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Flex India Community" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<flex_india%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- Thanks, Vaibhav Seth. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

