• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

My first time to use UML to do modeling

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Currently, i am building an open source project using UML as modeling language.
But i dont't know whether my uml diagram are good or not.
I hope so body can give me suggestions.
https://sourceforge.net/projects/jthumbnailer , you could download my program and my uml-spec. The uml-spec can be viewed by pdf, for detail, you could use visual-paradigm to open the *.vpp file.
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Yundi Li, Daniel:
But i dont't know whether my uml diagram are good or not.


Well, basically: If they did help you code the program, they were good; if they didn't they were superfluous; if they interfered with the programming, they were bad. It's really that simple...
So, what are your experiences with the diagrams? (I would be especially interested in your position on wether writing down the use cases helped you in any way.)
 
Yundi Li, Daniel
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks your reply.
I'm fresh on UML. I don't mean to ask other people to write for me, i just hope you could see my project and give me comments, that's that.
I am a fresh graduate student. Now is a programmer. The Jthumbnailer is my own open source project, for practise my analysis skill, i try to model my project by uml.
 
Ilja Preuss
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Yundi Li, Daniel:
Thanks your reply.


You're welcome!


I'm fresh on UML. I don't mean to ask other people to write for me, i just hope you could see my project and give me comments, that's that.


I understand.
My point is this: the most important property of UML diagrams is that they were/are helpfull - everything else is secondary. But you are the only one who can tell wether they were/are helpfull for the purpose you created them for (or so it seems to me...).
So, if you'd tell us about your observations regarding the helpfullness of the diagrams, I would very much like to comment...


[...] for practise my analysis skill, i try to model my project by uml.


OK - so how did the diagrams help you understand the problem domain (that is, in analysis)? Did you miss anything? Can you think of different ways to get the same (or even better) understanding of the problem?
In my humble opinion, those questions above are the interesting ones to answer. Unfortunately, you are the only one who can answer them. Again, I would very much like to discuss your observations here.
Kind Regards, Ilja
 
reply
    Bookmark Topic Watch Topic
  • New Topic