01-11-2010 06:56 AM
Hi,
I am new to BB development . I wish to develop a Java application or servlet from which I can send push command to my client devices on BES ... I wish to know a few things
BB Experts please help... I wish to know from where can i start with...
Thanks in advance...
( am I at right forum to ask these questions )
Solved! Go to Solution.
01-11-2010 03:56 PM
Hi,
When you push to a BlackBerry smartphone you push to either the email address or PIN associated with the device. These can be previously known or read from the BES.
Performing a Browser Channel Push is definitely possible to be done from within a Java application, check out the HTTPDemo (server-side) included with the BlackBerry JDEs and JDE Plug-ins for Eclipse (eJDE) which displays this.
http://na.blackberry.com/eng/developers/javaappdev
Regards,
01-12-2010 12:15 AM - edited 01-12-2010 12:16 AM
Thanks Garett Beukeboom
That was very helpful.....
I wish to know that is it possiable to dynamically get details (like their pin email etc...) of BB devices from BES...
Thanks in Advance....
01-12-2010 08:45 AM
If you are using BES version 5.0 or above then you could install and use the BlackBerry Administration APIs to gather a list of all users, their email addresses and associated PINs:
If using an earlier version of BES then you could use the BlackBerry Resource Kit which can achieve the same results but will need to be run from the BES.
Regards,
01-13-2010 04:43 AM
Thanks Garett Beukeboom
thats gr8 ![]()