![JAR search and dependency download from the Maven repository](/logo.png)
javapns.devices.implementations.jpa.readme.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javapns Show documentation
Show all versions of javapns Show documentation
JavaPNS branch with refactoring of org.json package to a javapns.json pacakge
The 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 - 2025 Weber Informatics LLC | Privacy Policy