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

Thread: Java Beginner

  1. #1
    Junior Member
    Join Date
    Oct 2011
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java Beginner

    I'm new to Java and I want to try a little project to boost my knowledge a little bit.
    I need to build a small application to support an existing back-end system. The back-end system is a recommendation engine.
    The front-end should be an application which does the interfacing with the back-end system. Via this application the end user should be able to give his preferences, get his recommendations and give feedback.

    I have no idea how to start.


  2. #2
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Java Beginner

    I can just say Good Luck. You were not so descriptive. Sorry.

  3. #3
    Junior Member
    Join Date
    Oct 2011
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java Beginner

    This is all the info given to me..

  4. #4
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Java Beginner

    Quote Originally Posted by kney View Post
    This is all the info given to me..
    And you didn't bother to extract anymore? You must ask the person who gave you this description, to elaborate it more.

  5. #5
    Junior Member
    Join Date
    Oct 2011
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java Beginner



    I drew this UML diagram for the info given.
    I sent this to the person who gave me the assignment.
    She told me to go deeper in these user cases.
    Apperantly it's to set preferences to get recommendations for which movie/series you want to see

  6. #6
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Java Beginner

    Exactly, it's a little clear for now.

    She is true, you must break these two cases into sub cases to elaborate it further. Like,
    1. Set Preferences.
    i. By Categories
    ii. By Year
    iii. By Cast

    etc

  7. #7
    Junior Member
    Join Date
    Oct 2011
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java Beginner

    OK I can do that, but it's so unclear which UML Diagram to use because there are so many and it doesn't seem right with the Use Case Diagram I made earlier

  8. #8
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Java Beginner

    Well, if it's me i will use Use Case and Architecture Diagram in this case.

    So, you must focus on Architecture Diagram for now.

  9. #9
    Junior Member
    Join Date
    Oct 2011
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java Beginner

    Hmmm never heared off that one, but I'll try

  10. #10
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Java Beginner

    Really???
    Check THIS!!!!

  11. #11
    Junior Member
    Join Date
    Oct 2011
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java Beginner

    lol thanks for the "help"

Similar Threads

  1. Help for java beginner
    By sarasaleem in forum Exceptions
    Replies: 6
    Last Post: October 10th, 2011, 07:56 PM
  2. Java projects for beginner
    By hexwind in forum Java Theory & Questions
    Replies: 5
    Last Post: August 8th, 2011, 08:05 PM
  3. Another beginner to Java!
    By jwise95 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: April 21st, 2011, 04:27 PM
  4. Java Beginner Here!
    By j3nn42o in forum The Cafe
    Replies: 10
    Last Post: January 10th, 2011, 04:57 AM
  5. Java Beginner
    By rannoune in forum Java Theory & Questions
    Replies: 3
    Last Post: December 25th, 2009, 03:30 AM