BlackBerry Forums Support Community

BlackBerry Forums Support Community (http://www.blackberryforums.com/index.php)
-   Developer Forum (http://www.blackberryforums.com/forumdisplay.php?f=15)
-   -   How to implement push notification in blacberry for client as well as server side? (http://www.blackberryforums.com/showthread.php?t=261447)

decimaltech 09-10-2012 06:48 AM

How to implement push notification in blacberry for client as well as server side?
 
how we can design/write code for api for client as well as server for push notifications enable applications

dc/dc 09-10-2012 06:58 AM

Re: How to implement push notification in blacberry for client as well as server side
 
Check the Developer section.

hrbuckley 09-10-2012 07:33 AM

Re: How to implement push notification in blacberry for client as well as server side
 
Start with the BlackBerry Push Service Micro Site.

decimaltech 09-11-2012 12:00 AM

Re: How to implement push notification in blacberry for client as well as server side
 
well thank ypu so much for reply , but i have thoroughly gone through this link...and had done with all process regarding push services.

Actually i want to write the code for BlackBerry push services for server as well as client side code in JAVA. I want to implement push notification through java coding.

i 'll be thnk ful to u

dc/dc 09-11-2012 07:16 AM

Re: How to implement push notification in blacberry for client as well as server side
 
Quote:

Originally Posted by decimaltech (Post 1787364)
well thank ypu so much for reply , but i have thoroughly gone through this link...and had done with all process regarding push services.

Actually i want to write the code for BlackBerry push services for server as well as client side code in JAVA. I want to implement push notification through java coding.

i 'll be thnk ful to u

Read.

Quote:

Originally Posted by dc/dc (Post 1787303)
Check the Developer section.


Dubdub 09-11-2012 07:18 AM

Re: How to implement push notification in blacberry for client as well as server side
 
Moved to Developer section

hrbuckley 09-11-2012 12:11 PM

Re: How to implement push notification in blacberry for client as well as server side
 
Quote:

Originally Posted by decimaltech (Post 1787364)
well thank ypu so much for reply , but i have thoroughly gone through this link...and had done with all process regarding push services.

Actually i want to write the code for BlackBerry push services for server as well as client side code in JAVA. I want to implement push notification through java coding.

i 'll be thnk ful to u

I'm an now reading "Push Service SDK Version: 1.1.0.16" from the micro-site. Staring on page 13 is how the Apache Tomcat server uses Java EE, Java SE and a collection of JAR files to implement the server side push. You don't have to use Tomcat, or any web server but all the communications between the client, server and gateway are carried by http, having a web server of some kind makes the process much easier. How you actually initiate and respond to these http connections is up to you (I use Perl and PHP), but the method RIM documents uses Java servlets and Apache Tomcat. Sounds like exactly what you want.


All times are GMT -5. The time now is 03:10 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.