有没有快速开发工具或IDE来开发定制的POS应用程序?

发布于 2024-10-07 07:09:17 字数 1539 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

望她远 2024-10-14 07:09:17

完成 ERD 图后,使用 Spring-Roo 进行快速原型设计。

Once you finish the ERD diagram, use Spring-Roo to do the rapid prototyping.

桃扇骨 2024-10-14 07:09:17

任何开发 pos 应用程序的人现在都应该考虑在 HTML5 和 JavaScript 中进行开发,或者在设备级别将其作为 ipad 或 android 上的本机应用程序进行开发。

HTML5 路线是最好的,因为一个应用程序可以在使用浏览器的所有设备上运行。存在一些问题,例如读取信用卡和打印。 Web 浏览器不会静默打印,因此需要一个小程序来启动打印机,从而启动现金抽屉(如果已连接)。它们也是隐藏设备读卡器,即使不使用 ipad,也可以在浏览器中工作。

从应用程序的角度来看,在设备上运行所有代码和存储,因为 pos 需要快速且不依赖于与互联网的持续连接。

Anyone developing a pos application should now consider doing it either in HTML5 and JavaScript or at device level as a native app on an ipad or an android.

The HTML5 route is bar far the best as one app will run on all devices using the browser. There are a few issues such as reading credit cards and printing. Web browsers don't silent print so an applet is needed to fire the printer and thus fire a cash drawer if connected. Their are also hid device card readers that will work in the browser tho not using an ipad.

From an app point of view run all the code and storage on the device as pos needs to be fast and not dependent on a constant connection to the internet.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文