简体   繁体   English

如何在 J2EE 网站上包含 Zebra 条码阅读器

[英]How to include a Zebra barcode reader on a J2EE website

I'm trying to implement a zebra barcode reader on a website (in J2EE technology).我正在尝试在网站上实现一个斑马条码阅读器(使用 J2EE 技术)。 The idea is when a person consult the site from a mobile phone he/she will be able to scan a zebra barcode.这个想法是当一个人通过手机访问网站时,他/她将能够扫描斑马条码。

All I could find was android solution (like ZXing).我能找到的只是android解决方案(如ZXing)。 Do you know any Java api that would do the job ?您知道可以完成这项工作的任何 Java api 吗? Maybe my website could communicate with an android app ?也许我的网站可以与 android 应用程序通信?

I don't know how to resolve my problem and I'm open to any idea.我不知道如何解决我的问题,我愿意接受任何想法。 Thank you!!谢谢!!

You can use the FOSS jPOS library to utilize Zebra's barcode SDK:您可以使用 FOSS jPOS 库来利用 Zebra 的条码 SDK:

https://www.zebra.com/us/en/products/software/scanning-systems/scanner-drivers-and-utilities.html https://www.zebra.com/us/en/products/software/scanning-systems/scanner-drivers-and-utilities.html

On that link scroll down to jPOS driver then continue to download.在该链接上向下滚动到 jPOS 驱动程序,然后继续下载。 The jPOS library homepage is here: jPOS 图书馆主页在这里:

http://jpos.org/ http://jpos.org/

Beyond that there are some general purpose barcode scanning library which may work as well:除此之外,还有一些通用的条码扫描库也可以使用:

http://barcode4j.sourceforge.net http://barcode4j.sourceforge.net

http://github.com/woo-j/OkapiBarcode http://github.com/woo-j/OkapiBarcode

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM