All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javapns.devices.implementations.jpa.readme.txt Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
To support JPA:

1) Implement javapns.devices.Device as a POJO
2) Implement javapns.devices.DeviceFactory to hook up to your own JPA-backed DAO
3) See "injection.xml" file for wiring JavaPNS using Spring
4) Define a getter/setter pair for pushNotificationManager and feedbackServiceManager on any Spring-managed bean to get access to fully-functional PushNotificationManager and FeedbackServiceManager


Notes:

- AppleNotificationServer and AppleFeedbackServer objects can also be injected instead of using *BasicImpl implementations





© 2015 - 2024 Weber Informatics LLC | Privacy Policy