My server is running on GAE (Java), and I'm using Urban Airship service to deliver push notifications. Of course, everything works fine when I use their web-interface to send a test notification, but I'd like to add a test-button to my GAE app/server to have it trigger UA to send the push.
The problem is, all of the examples I've seen so far don't compile against GAE's Java libraries.
Does anyone have any java sample code they'd like to share that build & runs under GAE to trigger a push notification through Urban Airship?
Thanks!