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: Project ideas

  1. #1
    Junior Member
    Join Date
    May 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Project ideas

    Hello, i'm new to these forums.
    So far i only understand some of the basic concepts.
    if else, for and while loops, and primative arrays.
    It's difficult to think of fun projects to do when you know so little.
    Can anyone give me any suggestions.
    Also i'm learning Java with a group of friends so ideas where everyone can get involved would be greatly appreciated.
    We are beginning to learn about objects we just finished learning about constructors and visibility and class variables.
    So any ideas on these concepts to would be much appreciated.
    Thanks!


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Project ideas

    This depends on your other interests. Make a program that does something with another one of your interests. Make a game (one you play via the command prompt for starters). Make a program that calculates something for you (your grade in a class, your load repayment schedule, whatever).

    You might also want to check out Project Euler.

    And if you really can't think of anything "fun" to do, then time to go through the basic tutorials and do every example program in them. Expand on them and change them around to help explore the language.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Junior Member
    Join Date
    Aug 2012
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Project ideas

    you can work on this assignment.
    create a file monitor application: it will monitor all incoming files(.csv format) to the input folder process it move to processedFiles directory
    and save data to database
    there will be a parser which will parse an xml file: xml file will consist list of all valid/expected files, along with expected time of that file and delay period that is allowed, so u have to do check whether file is valid based on the time it arrives and the file name.
    there will be a poller thread which continuously monitors your input directory.
    there will be a worker thread that process ur valid csv file and send data to dbutility that will save data to database.
    Gud luck... enjoy java world

Similar Threads

  1. Game Ideas...
    By SupportIsPower in forum Java Theory & Questions
    Replies: 0
    Last Post: March 11th, 2012, 03:03 PM
  2. Any ideas?
    By ahender1 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: February 2nd, 2012, 03:58 PM
  3. Give Me Some Project Ideas!
    By Emperor_Xyn in forum Java Theory & Questions
    Replies: 16
    Last Post: January 18th, 2012, 03:06 AM
  4. Need Ideas For OOP(Java) Mini Project
    By rizwansheikh in forum Object Oriented Programming
    Replies: 6
    Last Post: December 13th, 2010, 01:47 PM
  5. Small Project Ideas
    By Freaky Chris in forum Project Collaboration
    Replies: 20
    Last Post: August 12th, 2009, 12:49 PM

Tags for this Thread