Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB App & UML Use Case

Status
Not open for further replies.

iwaters

Programmer
Jul 21, 2003
1
GB
I am creating a web based application using ASP. I am writing the Data Layer and Buisness Layer in visual basic. I am trying to plan the classes using a UML Class Diagram. I am having real trouble though. Most of the functions the business layer will perform are simple read/writes to the database, there are hardly any associations/generalizations that I can see on the class diagram. Is this normal to have a set of objects that only exist on their own? If so do I just define the attributes and operations for each class and place them on the diagram without any associtations etc?
Also how do I determine the classes, should I have a class for each functional area? For example I need to track jobs that engineers are working on and what equipment they have used. Do I have one class that handles the job functionality and one for the equipment?
Any thoughts
 
Another way to view it is to put the read/writes into the data layer. This way your business layer doesn't have to know anything about how the data is read or written.

Ladyhawk. [idea]
** ASP/VB/Java Programmer **
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top