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 3 of 3

Thread: ATM machine

  1. #1
    Junior Member
    Join Date
    Sep 2011
    Posts
    8
    My Mood
    Cheerful
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default ATM machine

    Hi all,

    I have been given the project of creating an ATM machine (Cash-point) in Java and I no idea where to begin (My basic knowledge of the language is pretty good...I know the 4 OO pillars). Although I vaguely know one thing that may help me.... and that is, Design Patterns.

    Could anyone give me any general advice on things to consider in regards to me successfully doing this project and also if anyone has good knowledge in Design patterns (...and prehaps TDD...cos I have read a little on this and it sounds as though I could use it) could you please explain in simple terms how I could implement the use of one...

    From an eager to learn Java student!


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: ATM machine

    First you need to make a list of the features/facilities that the program will provide. Then determine how to structure the classes and methods and data structures.

  3. #3
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: ATM machine

    Cross posted at: ATM machine

Similar Threads

  1. JMS same machine JBoss
    By IDH123123 in forum Web Frameworks
    Replies: 0
    Last Post: June 21st, 2011, 04:30 AM
  2. Slot Machine
    By nemoisback66 in forum What's Wrong With My Code?
    Replies: 8
    Last Post: November 17th, 2010, 01:57 PM
  3. Moving MySql Database from one machine to another machine
    By vaishali in forum JDBC & Databases
    Replies: 5
    Last Post: July 21st, 2010, 01:21 AM
  4. help with my machine project.
    By Irvine in forum AWT / Java Swing
    Replies: 4
    Last Post: September 1st, 2009, 05:13 AM
  5. Replies: 6
    Last Post: November 14th, 2008, 03:09 PM

Tags for this Thread