I want to implement a simple blackberry push client application for studying purposes. I tested the sample given by RIM successfully. I found great simplified client sample java codes from the "Simplified BIS-Push client sample" but I don't know how to integrate this with a Blackberry application created in Eclipse. Can any one please help me how to use these codes and how to get the output ?
Asked
Active
Viewed 305 times
1

Michael Donohue
- 11,776
- 5
- 31
- 44

Grant
- 4,413
- 18
- 56
- 82
-
1check this - http://rincethomas.blogspot.in/search/label/Push%20Notification – Rince Thomas Jun 12 '13 at 05:10
-
Thanks for the comment and it is really helpful, but it is bit complicated because I'm a beginner. can you please tell me how to run the application provided here supportforums.blackberry.com/t5/BlackBerry-Push-Development/Simplified-BIS-Push-client-sample/ta-p/693857 – Grant Jun 12 '13 at 05:42
-
that two files contains the registration and listening of push message code. – Rince Thomas Jun 12 '13 at 05:46
-
can't we get pushed messages from that codes ?? – Grant Jun 12 '13 at 05:48
-
when i'm running your codes error comes up saying An internal error occurred during: "Packaging push_msg". java.lang.NullPointerException why is that ?? – Grant Jun 12 '13 at 05:50
-
you got push credentials from blackberry ? – Rince Thomas Jun 12 '13 at 05:56
-
yep all are fine I tested sample application successfully. Can you please tell me how to get the output from two classes provided in support forum it is easy for me :) – Grant Jun 12 '13 at 05:57
-
create a demo app, then push the PushAgent screen class for registering the push message, at the same time, run the PushMessageReader class as background thread. – Rince Thomas Jun 12 '13 at 06:27
-
for background thread, use alternate entry point – Rince Thomas Jun 12 '13 at 06:27
-
Please help still having the same problem. I don't know how to use those two java classes – Grant Jun 12 '13 at 16:33
-
Please give me a solution for this problem http://stackoverflow.com/questions/17079130/blackberry-java-show-recieved-push-message – Grant Jun 13 '13 at 05:22