- This topic has 9 replies, 3 voices, and was last updated 18 years, 9 months ago by Riyad Kalla.
-
AuthorPosts
-
sateesh1234MemberHello Techies,
I am using myeclipse 4.0.3GA and eclipse 3.1M2 . I am trying reverse Engineering process to produce the UML diagrams from Java files
I am able to draw for a single package in my project. But the problem occurring is by time of printing this UML.
This UML diagram is toooo Big that we can’t take it up in a single page.
U had given option to take the entire UML in single page, but the UML diagram is too small to view and their associations.
Can u guys tell me how to do it??
Also one more thing is I want to draw for the entire Module, rather than for single package.Looking forward for u r reply. 🙄
regards,
Sateesh
Riyad KallaMemberSateesh,
I am using myeclipse 4.0.3GA and eclipse 3.1M2
These releases are not compatible at all and I’m surprised they are running.
I would suggest a clean install of Eclipse 3.1.1 and MyEclipse 4.0.3 before continuing.
sateesh1234MemberThanks for u r reply.
ok let us suppose that if I had used compatiable version, how can i create uml diagram for whole module??regards,
Sateesh
Scott AndersonParticipantSateesh,
You can print large diagrams by exporting them as an image and then using any image processing software to cut it up as you like.
As for reverse engineering, from top level menu bar select UML > “Reverse engineer UML from Java code…”. The first dialog page allows you to select all the packages you’d like to add to the open diagram.
Riyad KallaMemberThe UML tool will diagram your classes, not arbitrary web modules. So with that said, our UML diagram: http://www.myeclipseide.com/images/tutorials/quickstarts/uml/
is 95% of the case. In our 4.1 release today we added a lot of Drag and Drop support to the tool and some other enhancements (Sequence diagrams) that are not covered in the guide yet. So if anything, it may just be easier with 4.1 than what is in the guide, but the end result and editing is the same.
sateesh1234MemberHello Riyad,
Thanks for u r reply. when i use myeclipse it is taking 60% of cpu utilization resources. Iam using 512 RAM. But still it is pretty slow .
Taking 60% of cpu resources is making other programs to wait and some time my box is hanging.regards,
Sateesh
Riyad KallaMemberSateesh,
What are ou doing when the CPU is at 60%? Are you just sitting there idle? Are you editing a UML diagram? Are you reverse engineering something?
sateesh1234MemberI am just idle, not editing the UML
sateesh1234MemberI am doing reverse enginerring and trying to create UML diagrams from my class. I had just drag n dropping the java classes.
For creating UML diagrams it is taking 60% of cpu n my system hangs on.
Riyad KallaMemberPlease paste the result of MyEclipse > About > Configuration Summary for me.
-
AuthorPosts