Results 1 to 5 of 5
Thread: UML Class Diagram for web app
- 08-22-2012, 04:03 AM #1
Member
- Join Date
- Jul 2012
- Posts
- 10
- Rep Power
- 0
- 08-22-2012, 04:13 AM #2
Re: UML Class Diagram for web app
With such little information you should get plenty of help!
- 08-22-2012, 04:22 AM #3
Member
- Join Date
- Jul 2012
- Posts
- 10
- Rep Power
- 0
- 08-22-2012, 10:08 PM #4
Re: UML Class Diagram for web app
This is a very open ended question, much like "I have a dictionary with 3 words in it, what other words should be considered?". You need to identify what components would be required for such a system. Ok, you have users, so what do you do with them? Can they do things? Is there data? Are there security controls? are there views? It goes on and on. The answer to your question could be between 1 and 1000 additional classes, it all depends on your requirements.
A good practice exercise: Think of a machine you are familiar with. I can be something simple like a can opener or something complex like a car or engine. List the components on a sheet of paper. You have now identified the core 'classes' of your machine. You can even map out their relationships and cardinality; create a full UML diagram for the machine. So, now think of your web application as a real machine, with real moving parts. What would those parts do, and what would you call them if your web app had cogs and gears and other moving parts and was sitting on your kitchen table? Then remember that Object Oriented Programming is just an analogy to what we do with real, tangible things, and begin to list and draw out this system. You can draw pictures of the system if it helps, labeling modules and parts and whatnot. Then build your UML from that.
- 08-26-2012, 12:59 AM #5
Member
- Join Date
- Jul 2012
- Posts
- 10
- Rep Power
- 0
Similar Threads
-
How to generate Data Flow Diagram(Work Flow Diagram)
By stsivaraj in forum AWT / SwingReplies: 1Last Post: 12-22-2010, 11:21 PM -
class diagram for creating forum
By 10e5x in forum New To JavaReplies: 7Last Post: 11-28-2010, 02:00 PM -
UML class diagram generator!
By renegadeandy in forum Advanced JavaReplies: 5Last Post: 04-11-2009, 07:08 AM -
Need a plugin for Class Diagram generation
By pesho318i in forum EclipseReplies: 0Last Post: 12-03-2008, 01:00 AM -
Automatic class diagram creation tools ?!?!
By int80 in forum EclipseReplies: 0Last Post: 08-28-2008, 05:14 PM


2Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks