开发者

Is there a rapid development tool or IDE for developing customized POS applications? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit t开发者_开发技巧he question so it can be answered with facts and citations.

Closed 3 years ago.

Improve this question

I'm seeking a development tool/environment which will allow me to quickly develop a vertical market touch-screen POS application. I understand OJAVA is an option, but I'm looking for something with a 4GL-like programming language which I can shorten the development time.. any suggestions?


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


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜