Hi all;
There is a question sleeps with me everyday about UML..
Maybe the answer of my question is very simple from your
perspective. ..but it is very complicated more than I
imagine..
So let’s begin..
#1:The first stage in software process such as RUP or
whatever is drawing usecase diagram.
#2:We write use case specification document.
#3:We do usecase analysis for each usecase,then we
gonna look for initial classes such as boundary,control,
entity classes and there attributes and relations among
them by following these rules:
-one control class for each usecase
-one boundary class for each communication per
actor/usecase
-one or more entity for each usecase
#4:In design Stage,we find and illustrate the Methods for
each class through sequence diagram.
#5: CODE!!
In the implementation stage the programmer looks in
database diagram then he is gonna design the database
tables with SQLserver
after that he is gonna drag and drop these
tables into VB form <
operational application within minutes without looking in
Sequence Diagram!!
<< I mean in simple applications> > ..even he ian’t follow
the Bondary,Control,Entity rules
My question is HOW could we map those diagrams
literally into VB.NET code??
please help me because I have a final year graduation
project and the stupid IT teachers want me do all of above
even they don’t know how to draw usecase diagram!! and
they want me to make a strong relation between Sequence
diagram and vb code.
My Regards