up vote 0 down vote favorite
1
share [g+] share [fb]

How can I listen to data pushed by the server using http connection ? I dont want to use BES server. How this can be achieved?

My Blackberry Os version is 4.5.

link|improve this question

55% accept rate
feedback

1 Answer

up vote 1 down vote accepted

If you mean pushed in the sense of MDS Push data, the only way to do that is from an MDS server which means either a BES or using RIM's BIS with Web Signals. Otherwise I think you need more specifics.

link|improve this answer
I have a server which is ready to push data to Blackberry device.I need a communication way using http to receive this pushed data...Also I dont want to use BES push either...Thanks... – imMobile Oct 27 '09 at 4:15
1  
If you don't want to use BES (or any of its derivatives) then you are left with Web Signals (which requires Blackberry Alliance membership). The other options are polling (not really a good option), or triggered polling. Monitor for incoming SMS on a particular port (requires the knowledge and infrastructure to send SMS, which I can't help you with), or monitor for incoming email of a particular format. This has been used by many people, if the data size is small it can be the payload of the email message. – Richard Oct 27 '09 at 13:00
We have a server side implementation that pushes data to client. But I am not able to receive it on datainputstream . Server successfully sends data to client,but client is not able to read it. Any help appreciated. Thanks... – imMobile Nov 2 '09 at 7:17
Sounds like you are describing an MDS push, for which you need at least the MDS server portion of the BES. – Richard Nov 2 '09 at 13:32
Hi,at this point of time in my project,I can't afford BES push. Also I had a look over BIS-B push which is also a paid service. Is there any alternative available? I really need to implement this as soon as possible.Please help me.... – imMobile Nov 4 '09 at 11:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.