Click here to Skip to main content
15,885,546 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionHand Gesture Recognition System Pin
Member 916988728-Nov-12 3:00
Member 916988728-Nov-12 3:00 
AnswerRe: Hand Gesture Recognition System Pin
Eddy Vluggen1-Dec-12 5:27
professionalEddy Vluggen1-Dec-12 5:27 
QuestionMoving code from a Window/UserControl to outside in order to make it reusable! Pin
Praveen Raghuvanshi27-Nov-12 6:48
professionalPraveen Raghuvanshi27-Nov-12 6:48 
AnswerRe: Moving code from a Window/UserControl to outside in order to make it reusable! Pin
Eddy Vluggen1-Dec-12 5:25
professionalEddy Vluggen1-Dec-12 5:25 
GeneralRe: Moving code from a Window/UserControl to outside in order to make it reusable! Pin
Praveen Raghuvanshi9-Dec-12 4:46
professionalPraveen Raghuvanshi9-Dec-12 4:46 
Questionhow to show database table in a class diagram Pin
Qobacha24-Nov-12 22:49
Qobacha24-Nov-12 22:49 
AnswerRe: how to show database table in a class diagram Pin
jschell25-Nov-12 5:05
jschell25-Nov-12 5:05 
AnswerRe: how to show database table in a class diagram Pin
manoranjan25-Nov-12 5:46
manoranjan25-Nov-12 5:46 
You seem to be describing Table Data Gateway pattern (Fowler, Patterns of Enterprise Application Architecture). This class inserts or updates records in a particular table. The convention is to name the class after that table. e.g. The class that updates rows in User table is called UserGateway (or simply User).

Hence, the association between the class (which contains code in C++/C#/Java language to update the table) and the table is described by the name itself. There is no need to explicity show the relationship.

However, there is no restriction to show tables in a class diagram. For example, you may want to describe database schema in UML. All you need is to create a new stereotype, e.g. <>. This stereotyped class can then represent database tables.

AnswerRe: how to show database table in a class diagram Pin
VishwaKL27-Nov-12 20:51
VishwaKL27-Nov-12 20:51 
GeneralFile Directories Pin
strrom78-Nov-12 17:03
strrom78-Nov-12 17:03 
GeneralRe: File Directories Pin
Richard MacCutchan8-Nov-12 23:41
mveRichard MacCutchan8-Nov-12 23:41 
GeneralRe: File Directories Pin
strrom79-Nov-12 18:08
strrom79-Nov-12 18:08 
GeneralRe: File Directories Pin
Richard MacCutchan9-Nov-12 23:25
mveRichard MacCutchan9-Nov-12 23:25 
QuestionUsing WCF and RESTFUL api in a legacy system Pin
Md. Marufuzzaman5-Nov-12 1:24
professionalMd. Marufuzzaman5-Nov-12 1:24 
AnswerRe: Using WCF and RESTFUL api in a legacy system Pin
Eddy Vluggen5-Nov-12 2:24
professionalEddy Vluggen5-Nov-12 2:24 
GeneralRe: Using WCF and RESTFUL api in a legacy system Pin
Md. Marufuzzaman5-Nov-12 5:07
professionalMd. Marufuzzaman5-Nov-12 5:07 
GeneralRe: Using WCF and RESTFUL api in a legacy system Pin
Eddy Vluggen5-Nov-12 5:23
professionalEddy Vluggen5-Nov-12 5:23 
GeneralRe: Using WCF and RESTFUL api in a legacy system Pin
Md. Marufuzzaman5-Nov-12 7:04
professionalMd. Marufuzzaman5-Nov-12 7:04 
GeneralRe: Using WCF and RESTFUL api in a legacy system Pin
Eddy Vluggen5-Nov-12 7:49
professionalEddy Vluggen5-Nov-12 7:49 
GeneralRe: Using WCF and RESTFUL api in a legacy system Pin
Md. Marufuzzaman5-Nov-12 8:21
professionalMd. Marufuzzaman5-Nov-12 8:21 
QuestionCommunication mechanism Pin
rupeshkp7285-Nov-12 1:10
rupeshkp7285-Nov-12 1:10 
AnswerRe: Communication mechanism Pin
Abhinav S5-Nov-12 1:43
Abhinav S5-Nov-12 1:43 
GeneralRe: Communication mechanism Pin
rupeshkp7285-Nov-12 1:46
rupeshkp7285-Nov-12 1:46 
GeneralRe: Communication mechanism Pin
Abhinav S5-Nov-12 1:51
Abhinav S5-Nov-12 1:51 
AnswerRe: Communication mechanism Pin
H.Brydon29-Nov-12 9:52
professionalH.Brydon29-Nov-12 9:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.