Results 1 to 2 of 2
- 06-27-2012, 08:32 PM #1
Member
- Join Date
- Mar 2010
- Posts
- 9
- Rep Power
- 0
I am missing a fundamental idea on how JavaPOS works, could anyone enlighten me?
A new employer wants me to create a mobile Java App that is of the "ordering food at a restaurant" variety using JavaPOS. I can imagine making the UI on the phone, but what does it communicate to? What path does my app make in getting to the specific restaurants device hardware and inputting an order on its own?
- 06-28-2012, 09:08 PM #2
Senior Member
- Join Date
- Apr 2012
- Posts
- 127
- Rep Power
- 0
Re: I am missing a fundamental idea on how JavaPOS works, could anyone enlighten me?
sounds more like homework than for a job?
anyways... you would need or already have some central Database server setup, that stores your menu items, etc. You would have your device communicate with that database server either over local lan (intranet) or wan (internet), and query for available food items. then display them somehow on the screen for the server to select from, then some kind of submit function to send the selected items back to a new table in the database so that the order can be filled. of course when you submit the order you must have some mechanism monitor the table for new submissions, then print out an order ticket for the kitchen, etc.
anyways... thats the basic idea i think.
Similar Threads
-
Need help with JavaPOS/UnifiedPOS
By ozzyman in forum Advanced JavaReplies: 5Last Post: 04-10-2013, 12:39 AM -
JavaPOS Applet
By leequarella in forum Java AppletsReplies: 1Last Post: 02-19-2012, 05:11 PM -
Fundamental question about files
By salmontres in forum New To JavaReplies: 4Last Post: 12-08-2011, 01:14 AM -
fundamental question about Integer (for example)
By kmansj in forum New To JavaReplies: 10Last Post: 06-21-2010, 12:40 PM -
How to use JavaPos
By Daniel in forum Advanced JavaReplies: 2Last Post: 07-01-2007, 09:26 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks