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

Thread: Student Programs

  1. #1
    Junior Member
    Join Date
    Jan 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Student Programs

    I have a major Java project coming up. Since it has to be done over a few months period & on a reasonable scale am looking for links to student projects which I can use for reference. Can someone with the knowledge please provide me some links, it would be impossible to build these projects from scratch without something as reference. Would be really grateful for any form of help. The language for implementation is my choice but I really need resources else it woulde be too long winded.


  2. #2
    Member DanBrown's Avatar
    Join Date
    Jan 2011
    Posts
    134
    My Mood
    Confused
    Thanks
    1
    Thanked 12 Times in 12 Posts

    Default Re: Student Programs

    What type of project you are looking for ?
    Some desktop application :- Student management,Hospital Management ..

    or
    Some utilities like:
    Image Cropping tool ,Word Pad, Screen Stealer etc.

    or any other..
    Thanks and Regards
    Dan Brown

    Common Java Mistakes

  3. #3
    Junior Member
    Join Date
    Jan 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Arrow Re: Student Programs

    I am looing for sample programs which either implement functionalities associated with banks, samples which deal with setting up mock election campaigns multi-party & samples which show how to perform bidding for an online auction. These r my preferred choices so depending on the resources available to me I will make a choice. To make that choice, I need any help anyone can provide.

  4. #4
    Member
    Join Date
    Feb 2011
    Posts
    55
    My Mood
    Tolerant
    Thanks
    1
    Thanked 16 Times in 15 Posts

    Default Re: Student Programs

    Hmm, sounds like senior project. I'd recommend starting from scratch tho. It would be a personal measure of your designing skills. Bank related? Try something like an ATM system that has multiple clients talking to one server. Take into account the distributed system issue of resource management, for example lost updates, where if 2 people look at an account and see $200 in the account, then person 1 withdraws $50, and person 2 withdraws $10 at the same exact time, a lost update can make the balance $190 or $150 instead of the actual balance of $140.

  5. #5
    Junior Member
    Join Date
    Jan 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Student Programs

    It would be too risky to start from scratch without any sample codes as reference, after all v r just students & to implement such large projects @ least some online reference is required.

Similar Threads

  1. [SOLVED] First assignment, clueless student, involving coordinates and distances
    By Kerrigan in forum Java Theory & Questions
    Replies: 7
    Last Post: March 10th, 2011, 04:52 PM
  2. how to implement method to add new Student and display it
    By exose in forum What's Wrong With My Code?
    Replies: 6
    Last Post: February 10th, 2011, 11:39 AM
  3. Replies: 2
    Last Post: January 7th, 2011, 09:10 PM
  4. Student TreeMap
    By raphytaffy in forum Algorithms & Recursion
    Replies: 6
    Last Post: March 2nd, 2010, 12:11 AM
  5. [SOLVED] Help me with different activities in Java program
    By xyldon27 in forum Java Theory & Questions
    Replies: 10
    Last Post: June 9th, 2009, 09:42 AM

Tags for this Thread