- This topic has 9 replies, 3 voices, and was last updated 19 years, 5 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,
SateeshJanuary 20, 2006 at 8:55 am #244877
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.
January 23, 2006 at 7:12 am #244992
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,
SateeshJanuary 23, 2006 at 8:07 am #244997
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.
January 23, 2006 at 8:12 am #244998
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.
January 24, 2006 at 9:34 pm #245243
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,
SateeshJanuary 24, 2006 at 9:51 pm #245245
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?January 25, 2006 at 2:03 am #245251
sateesh1234MemberI am just idle, not editing the UML
January 25, 2006 at 2:05 am #245252
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.January 25, 2006 at 7:56 am #245275
Riyad KallaMemberPlease paste the result of MyEclipse > About > Configuration Summary for me.
-
AuthorPosts