Suggest me some "small" projects in java..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pjerald
    New Member
    • Oct 2007
    • 77

    Suggest me some "small" projects in java..

    I am just a beginner in java. suggest me some small projects in java. I am just now tried and succeeded to get a connection to my mysql database. Can you please help me ?
    thanks and regards,
    p.jerald
  • sukatoa
    Contributor
    • Nov 2007
    • 539

    #2
    Originally posted by pjerald
    I am just a beginner in java. suggest me some small projects in java. I am just now tried and succeeded to get a connection to my mysql database. Can you please help me ?
    thanks and regards,
    p.jerald
    I have some experience in using MySQL....

    My first project was a phonebook...

    Data limit: 20000
    Can delete, update, and add Contacts...

    Name:
    Address:
    Contact #:
    Email Add:
    Image:
    About:

    Auto suggests a contact when typing initial characters that was typed by the user (At textfield search)

    Back-uping files (When the server gets down) Assuming.....
    Implemented in java....


    Sukatoa..

    Comment

    Working...