![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hallo everybody, For my diploma I need to deal with the following questions: I will model my software in ER and UML. ER I will use to model the database design and UML to model the software itself. But I would like to know why at all to model in two different techniques. Is it not possible to model Databases as well in UML? For sure it is possible, but why on practice ER is still used for this? What is better with ER? What is better with relation databases? |
|
The other question, I need to find some rules how to translate class diagram in UML to ER or ER to UML class diagram. |
#3
| ||||
| ||||
|
|
Hallo everybody, For my diploma I need to deal with the following questions: I will model my software in ER and UML. ER I will use to model the database design and UML to model the software itself. But I would like to know why at all to model in two different techniques. Is it not possible to model Databases as well in UML? For sure it is possible, but why on practice ER is still used for this? What is better with ER? What is better with relation databases? UML models your application, ER models reality. A relational database |
|
The other question, I need to find some rules how to translate class diagram in UML to ER or ER to UML class diagram. If Class mapped to table/entity, then the columns in that table |
|
I thought that somebody has made it maybe one and could help me with useful links or books to this theme or just to tell his opinion about it. http://www.dcs.shef.ac.uk/vt/publica...tions_UML.html |
|
I would very, very much appreciate your help. Thank you Katerina |
#4
| |||
| |||
|
|
Hallo everybody, For my diploma I need to deal with the following questions: I will model my software in ER and UML. ER I will use to model the database design and UML to model the software itself. But I would like to know why at all to model in two different techniques. Is it not possible to model Databases as well in UML? For sure it is possible, but why on practice ER is still used for this? What is better with ER? What is better with relation databases? The other question, I need to find some rules how to translate class diagram in UML to ER or ER to UML class diagram. I thought that somebody has made it maybe one and could help me with useful links or books to this theme or just to tell his opinion about it. I would very, very much appreciate your help. Thank you Katerina |
#5
| |||
| |||
|
|
But I would like to know why at all to model in two different techniques. Is it not possible to model Databases as well in UML? For |
#6
| |||
| |||
|
|
"Katerina" <ekaterina_zinke (AT) web (DOT) de> wrote in message news:b101300b.0307210110.3ac243c4 (AT) posting (DOT) google.com... Hallo everybody, For my diploma I need to deal with the following questions: I will model my software in ER and UML. ER I will use to model the database design and UML to model the software itself. But I would like to know why at all to model in two different techniques. Is it not possible to model Databases as well in UML? For sure it is possible, but why on practice ER is still used for this? What is better with ER? What is better with relation databases? The other question, I need to find some rules how to translate class diagram in UML to ER or ER to UML class diagram. I thought that somebody has made it maybe one and could help me with useful links or books to this theme or just to tell his opinion about it. I would very, very much appreciate your help. Thank you Katerina While I doubt it will make much difference to your diploma, it will certainly help your education to google for EWD696 and read what Dijkstra wrote in anger. I suggest you follow that up by reading EWD1036. |
#7
| |||
| |||
|
|
ekaterina_zinke (AT) web (DOT) de (Katerina) wrote in message news:<b101300b.0307210110.3ac243c4 (AT) posting (DOT) google.com>... Hallo everybody, For my diploma I need to deal with the following questions: I will model my software in ER and UML. ER I will use to model the database design and UML to model the software itself. But I would like to know why at all to model in two different techniques. Is it not possible to model Databases as well in UML? For sure it is possible, but why on practice ER is still used for this? What is better with ER? What is better with relation databases? UML models your application, ER models reality. A relational database that contains the classes of your application will be highly application- specific. A relational database that describes (a relevant portion of) reality can be used by many more applications. The other question, I need to find some rules how to translate class diagram in UML to ER or ER to UML class diagram. If Class mapped to table/entity, then the columns in that table - individual parts or aspects of your class - would be accessible bypassing the methods that your application provides. For a relational database, each class should be indivisible. I thought that somebody has made it maybe one and could help me with useful links or books to this theme or just to tell his opinion about it. http://www.dcs.shef.ac.uk/vt/publica...tions_UML.html http://www.cetus-links.org/oo_uml.html I would very, very much appreciate your help. Thank you Katerina |
#8
| |||
| |||
|
|
Hello Bob, what does it exactly mean "google for EWD696" and where to find "EWD1036"?? Sorry, I am new here. "Bob Badour" <bbadour (AT) golden (DOT) net> wrote "Katerina" <ekaterina_zinke (AT) web (DOT) de> wrote in message news:b101300b.0307210110.3ac243c4 (AT) posting (DOT) google.com... Hallo everybody, For my diploma I need to deal with the following questions: I will model my software in ER and UML. ER I will use to model the database design and UML to model the software itself. But I would like to know why at all to model in two different techniques. Is it not possible to model Databases as well in UML? For sure it is possible, but why on practice ER is still used for this? What is better with ER? What is better with relation databases? The other question, I need to find some rules how to translate class diagram in UML to ER or ER to UML class diagram. I thought that somebody has made it maybe one and could help me with useful links or books to this theme or just to tell his opinion about it. I would very, very much appreciate your help. Thank you Katerina While I doubt it will make much difference to your diploma, it will certainly help your education to google for EWD696 and read what Dijkstra wrote in anger. I suggest you follow that up by reading EWD1036. |
#9
| ||||
| ||||
|
|
Is it not possible to model Databases as well in UML? For sure it is possible, |
|
but why on practice ER is still used for this? |
|
What is better with ER? |
|
What is better with relation databases? |
#10
| |||
| |||
|
|
I haven't read the book, but there should be many "techniques" to convert UML into ER or relational tables. But my point was that with ODBMS like Matisse, you don't need any "tips" or "techniques" for conversions. You design a UML diagram, period. Your database schema is there. Which at this point would be a crying shame. The OP is a student, and |
![]() |
| Thread Tools | |
| Display Modes | |
| |