i was trying to think of ways to use this...
1) thanks for posting this example
2) recently, we've been integrating with Twilio for SMS. We have a .war running on the Aware server. We use the Webhook method from Twilio. You GET to our .war and if it has the "right" codes in the right place, then it accepts that data. An Aware REST Service is listening and populates a NP BO with the data. A Process kicks in and then posts that temporary BO data into our application.
So, one idea that came to me was scanning a bunch of items, regardless of the type of code (i mean, doesn't have to be QRcode)
You could scan scan scan as quickly as possible with the handheld doing a simple HTTP GET to the WebHook and the backend can post all that data - like inventory/location scanning or something.
True, its one-way and you're not getting feedback, but it may come in handy. Basically could be implemented in 10 minutes using this front end. Just modify the .JS to push it to a specified URL. Neat.
jaymer...