Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 1 of 1

Thread: POS System Project

  1. #1
    Junior Member
    Join Date
    Dec 2011
    Location
    The Universe
    Posts
    10
    My Mood
    Where
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Post Point of Sale System Project

    Hello, I am creating a small Point of Sale System (POS) for a local cafe and wondered if an applet would be able to update in real-time in order to perform the operations that I want. It will use multiple computers to display different applets that updates a server database that is called from and changed by all computers connected to the server. I would like to only use applets and not servlets. Any questions on the project to aid me in an answer will be welcomed.

    I plan on using four computers (for the applets) and a server:
    • One applet for a server terminal
    • Second applet acts as a "master" meal list of incoming orders
    • Third applet tracks the progress of entrees
    • Fourth applet to track the progress of desserts

    Note: All applets will need to update the database in some way.

    My questions are:
    • When the database is updated do all applets using that database update without having to refresh the page entirely?
    • Can multiple applets update the same database at the same time or would multiple databases be the way to go?


    If further explanation is required, don't hesitate to ask for information.
    Last edited by Ace Java 9000; September 25th, 2012 at 10:18 PM.


Similar Threads

  1. System.out.println Not Working
    By manjula in forum JavaServer Pages: JSP & JSTL
    Replies: 6
    Last Post: November 27th, 2012, 07:25 AM
  2. Need an operating system
    By boardinggamer in forum Computer Support
    Replies: 10
    Last Post: April 10th, 2012, 09:20 AM
  3. banking system
    By preeti in forum Java Theory & Questions
    Replies: 3
    Last Post: August 11th, 2011, 01:25 PM
  4. what is System,out,println in System.out.println()?
    By koteshk in forum Java Theory & Questions
    Replies: 2
    Last Post: April 18th, 2011, 12:28 AM
  5. System.CurrentTimeMilliseconds
    By Dave in forum Java SE APIs
    Replies: 1
    Last Post: August 26th, 2009, 11:02 AM

Tags for this Thread