3

I have a RoR web app that I would like to add some functionality to. I want this app to be able to communicate with POS devices (cash drawer, printer). I believe the best way to accomplish this would be to embed a signed Java Applet. My plan is to add a bit of javascript that will send signals to the applet telling it when to print, open the cash drawer, etc. The Java Applet will use the JavaPOS standards.

Questions:

1) Does this sound like a reasonable way to handle my situation?

2) Are there any applets like this available (whether opensource or commercially) that I could plug in? Or am I better off just writing the applet myself?

Lee Quarella
  • 4,662
  • 5
  • 43
  • 68

1 Answers1

2

1) Sure :)

2) Would likely depend on the POS you're targeting, whether it supports the JavaPOS standard, whether it has its own API etc...

jemminger
  • 5,133
  • 4
  • 26
  • 47