Closed Thread
Results 1 to 5 of 5

Thread: Java UML Tutorial

  1. #1
    gszauer's Avatar
    gszauer is offline Programmer
    Join Date
    Nov 2007
    Location
    Florida
    Posts
    113
    Rep Power
    16

    Java UML Tutorial

    Hi all,
    I am planing to take the SCJA next month, but i am roadkill when it comes to Java UML.....
    Anyone know a good tutorial or three?
    Thank you for your time
    ~Gabor
    Quote Originally Posted by ~Aristotle
    It is the mark of an educated mind to entertain a tought without accepting it
    If my post was helpful, please help me build some rep

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20
    I'm not sure if there is a difference between "Java UML" and UML, but for my CS class, I found O'Rilleys UML in a Nutshell to be a great reference...

  4. #3
    gszauer's Avatar
    gszauer is offline Programmer
    Join Date
    Nov 2007
    Location
    Florida
    Posts
    113
    Rep Power
    16
    Thanks for the quick reply.
    I would imagine there is a difference in all UML,
    unlike CSS java must demonstrate inheritance, implmentation, relations between objects, if an object is just a referance, what memory space, or object it references....

    I'll look up the book tough, and check it out.
    Thank you
    ~Gabor
    Quote Originally Posted by ~Aristotle
    It is the mark of an educated mind to entertain a tought without accepting it
    If my post was helpful, please help me build some rep

  5. #4
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42
    Of course there'll be a little difference, but it's not that big. Most UML tutorials (at least, those I've seen) covers relationship, inheritance, implementation, etc.

    I would just suggest you to drop by Google and search on "uml tutorial."

  6. #5
    Join Date
    Jul 2006
    Posts
    16,486
    Blog Entries
    75
    Rep Power
    143
    UML is a language seperate from the programming language, kind of like pseudo code. There may be aspects of UML that you would want to handle slightly differently given that your target language is Java, but that should be a minor adjustment.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Advanced Java:Tutorial - Tic-Tac-Toe
    By John in forum Java Tutorials
    Replies: 47
    Last Post: 11-28-2011, 11:05 PM
  2. Tutorial: Java Inner Classes
    By Jordan in forum Java Tutorials
    Replies: 1
    Last Post: 02-13-2009, 10:54 PM
  3. Java:Tutorial - A better looking GUI
    By John in forum Java Tutorials
    Replies: 6
    Last Post: 01-12-2009, 03:31 AM
  4. Tutorial: Java Serialization
    By Jordan in forum Java Tutorials
    Replies: 0
    Last Post: 05-07-2008, 02:34 PM
  5. Tutorial: Java Collections
    By Jordan in forum Java Tutorials
    Replies: 0
    Last Post: 05-05-2008, 04:38 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts