Slashdot Mirror


User: IndranilB

IndranilB's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Who uses UML? on Teach Yourself UML in 24 Hours · · Score: 4, Interesting

    If you want to see a good example of UML in practice check out Sun's J2EE specification at http://java.sun.com/j2ee/docs.html .

    There is a ton of documentation there , but they make heavy use of UML which really helps.

    As well as Class Diagrams they have a lot of Sequence Diagrams & State Diagrams.

    These are the diagrams that really add value as they give a dynamic view of the system eg. how EJBs change state over time.

    Much more useful than just a bunch of static Class Diagrams which dont give a sense of how the system actually behaves.