does the project needs to have a OBJECT ORIENTED DESIGN methodology for using UML's
i have not made any of my own classess
no dlls included other than one for the calendar control
its a web application running on a IBM Server .
which is connected to a SQL SERVER 2005 database on a different sever
Main Topics
Browse All Topics





by: DarrenDPosted on 2009-02-20 at 09:11:33ID: 23693969
Hi,
erworks/ra tional/lib rary/769.h tml
iliconvall ey/network /1582/uml- example.ht m
There is no one particular UML diagram that you should use. I can't realy go into every document type and describe them in detail as there is plenty of material on the web already and many books written on the various diagrams.
A website in itself may not require much documentation depending on what it does and how it is built. Are you using DLL's and an n-tier application or is it simply standalone? As usual it completely depends on the project...
All I will say is that UML diagrams allow you to document/show many different views of your system and each diagram is used at a specific step within the development process. Bear in mind that each of the diagrams should be developed in conjunction with the overall documentation of the system. No one diagram will describe everything so there should be a requirements specification which states what the system should do but not how the system will do it...
Requirements Gathering - Use Case / Activity
Activity is similar to Flowchart.
Once you have your requirements then you need to design the system.
Design - Class diagrams / Interaction Diagrams (Sequence Diagram)
Then you can look at Deployment Diagrams which show the physical system.
Although UML is used to document systems it can be used to document anything really. UML is not the be all and end all they are simply tools to help you make it easier to show what you intend to do to different people within the team.
I could go on but you will have to look on the web yourself. Here are some links that might help.
http://www.ibm.com/develop
http://www.geocities.com/s
Hope this helps, cheers,
Darren