Read from POS Devices
Posted
by Garhwali Bhai
on Stack Overflow
See other posts from Stack Overflow
or by Garhwali Bhai
Published on 2010-03-13T08:23:02Z
Indexed on
2010/03/13
8:25 UTC
Read the original article
Hit count: 275
jpos
Hi Experts,
What would be the best design for a Java web based application to read Check or Credit Card from POS Devices which are configured/installed at client machine?
The design which I have decided is:
- When cashier selects payment mode as 'Check' or 'Credit Card' open a pop-up.
- From pop-up, I am calling an Applet through JNLP which implements JPOS API to communicate with POS devices at client machine.
- When cashier swipes or inserts check, Applet class read them and send the information back to the pop-up window.
- Pop up window call the parent window, populate all the required field and close the pop-up.
© Stack Overflow or respective owner