|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Reverse Engineering Appliction Help!!
Hi,
I'm a final year student and am doing a project which entails writing a Java prototype application to reverse engineer an Oracle database (extract Entities, Relationship and Multiplicity between those related entities) and draw an ER diagram. My biggest problem at the moment is 'how do I extract multiplicity, both cardinality and participation, from the database'? In essence this question should read 'how does the multiplicity shown at the contextual (ERD) level relate to the final database model'? If you could suggest any ways I could answer this question then I would be most grateful. Also, a lot of the scripts I've seen to extract the primary and foreign keys have been very complicated and some have been very simple..is there a definative script out there to do what I want? Regards, James |
|
#2
|
|||
|
|||
|
Generating Sequence diagram from any Java Application.
See reversejava for a dynamic reverse engineering application which generates UML Sequence diagram and view of Participating Class diagram from any Java Application at runtime
All you have to do is just run your application and sit back. Reverse Java runs in background tracing all the activities happening inside your application and creates UML diagram for you. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Java Development > Reverse Engineering Appliction Help!! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|