Are there any plans on supporting Apple's Push Notification Service?
Are there any plans on supporting Apple's Push Notification Service?
I don't know much about the details, but this could possibly be achieved with the existing TCP support and the various strategies it supports. If you have some experience with APN, maybe you could let us know if you see any gaps?
In the meantime, I'll see if Gary (the main developer responsible for our TCP support) has anything to add.
Thanks,
-Mark
Mark Fisher
Spring Integration Lead
SpringSource, a division of VMware
http://www.springsource.com
http://www.springsource.org/spring-integration
http://blog.springsource.com/main/author/markf
I do not have experience with APN but I am seriously looking at adding a feature to send push notifications in one of our critical applications built using Spring Integration. It is a good feature to have as part of Spring Integration extension since more people are using iPhone these days and the enterprise usage will continue to go up in the future.
Currently I am looking at java-apns hosted in github.
http://github.com/notnoop/java-apns/wiki
That sounds great, and we'd definitely be interested if you could contribute code for it.
By the way, have you read the Reference Manual section on our TCP adapters to see the various strategies we provide? (e.g. Serializer/Deserializer).
Mark Fisher
Spring Integration Lead
SpringSource, a division of VMware
http://www.springsource.com
http://www.springsource.org/spring-integration
http://blog.springsource.com/main/author/markf
Hi, I'm just wondering if there was any progress in this area at all?