Re: How can i open a cash drawer from jsp
Posted By:
Steve_Daskam
Posted On:
Wednesday, October 8, 2003 02:58 PM
My suggestion would be to place the logic in a javabean and call it from your JSP. It will probably entail sending some commands to the cash drawer using the java comm API. I'm not sure, but these commands are probably device-specific. So I would check the technical documentation that comes with the cash drawer or contact the manufacturer.
Regards,
Steve