简体   繁体   English

带有Symbol外设的JavaPOS配置

[英]JavaPOS Configuration with Symbol peripherals

I have a POS application that needs to be JavaPOS enabled. 我有一个需要启用JavaPOS的POS应用程序。 Based on my research,I have concluded that there are vendors like Epson and IBM and many more which auto-configure the jpos.xml for that peripheral.This means that upon downloading the drivers from these vendors, there is a utility which configures the jpos.xml file. 根据我的研究,我得出结论,有像EpsonIBM这样的供应商,还有更多的供应商会自动为该外围设备配置jpos.xml 。这意味着从这些供应商下载驱动程序后,就有一个实用程序可以配置jpos.xml文件。

However, there are other vendors like Symbol and Posiflex which do not provide us with the utility on downloading the relevant drivers and hence the need to configure the jpos.xml manually. 但是,还有其他供应商,例如SymbolPosiflex ,它们没有为我们提供下载相关驱动程序的实用程序,因此需要手动配置jpos.xml

I need to know if the jar files for the peripheral need to be simply copied in the library folder of the POS application or also to be added to the POS application classpath. 我需要知道外围设备的jar文件是否需要简单地复制到POS应用程序的库文件夹中,或者也需要添加到POS应用程序类路径中。

Any clarity on this would be appreciated. 任何对此的清晰度将不胜感激。

Not really, Pos vendor generally provide their own upos driver (like ibm, nixdorf ...) and utility to configure jpos.xml. 并非如此,Pos供应商通常会提供自己的upos驱动程序(如ibm,nixdorf ...)和实用程序来配置jpos.xml。

If you want to integrate perihperal vendor jpos drivers you must : 如果要集成HP周边供应商jpos驱动程序,则必须:

1) add driver package to path and/or classpath depends if you have just jar or jar and dll 1)将驱动程序包添加到路径和/或类路径取决于您是否只有jar或jar和dll

2) add an entry to the jpos.xml to provide a logicial alias to use in your application There are some thread in the kasstore forum which explain that. 2)在jpos.xml中添加一个条目,以提供要在您的应用程序中使用的逻辑别名。kasstore论坛中有一些线程对此进行了解释。

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

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