Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Modeling (top-level project) » Sequence Diagram with Eclipse
Sequence Diagram with Eclipse [message #619442] Thu, 04 March 2010 06:58 Go to next message
No real name is currently offline No real nameFriend
Messages: 10
Registered: March 2010
Junior Member
We have created a tool for Reverse Engineering any Java application, which creates dynamic UML Sequence Diagrams and Class Diagrams.
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. You can get more details at

http://www.reversejava.com


I would like to enhance the capability of the tool by integrating it with Eclipse, where by users after viewing the Sequence diagram can also edit it.

Can some please recommend me any APIs which I can use for this?

Thanks and Regards,
Rajesh Jadhav.
Re: Sequence Diagram with Eclipse [message #619443 is a reply to message #619442] Thu, 04 March 2010 10:12 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------080208010406050804070106
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

Rajesh,

What APIs are you using now to build the sequence and class diagrams?
At Eclipse you'd be using the UML2
<http://www.eclipse.org/modeling/mdt/?project=uml2> project's APIs.
Aren't class diagrams more of a static thing you'd produce from
analyzing the Java source?


rsjadhav26@gmail.com wrote:
> We have created a tool for Reverse Engineering any Java application,
> which creates dynamic UML Sequence Diagrams and Class Diagrams.
> 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. You can get more
> details at
> http://www.reversejava.com
>
>
> I would like to enhance the capability of the tool by integrating it
> with Eclipse, where by users after viewing the Sequence diagram can
> also edit it.
>
> Can some please recommend me any APIs which I can use for this?
>
> Thanks and Regards,
> Rajesh Jadhav.
>

--------------080208010406050804070106
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Rajesh,<br>
<br>
What APIs are you using now to build the sequence and class diagrams?  
At Eclipse you'd be using the <a
href="http://www.eclipse.org/modeling/mdt/?project=uml2">UML2</a>
project's APIs.  Aren't class diagrams more of a static thing you'd
produce from analyzing the Java source?  <br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:rsjadhav26@gmail.com">rsjadhav26@gmail.com</a> wrote:
<blockquote cite="mid:hmnlmo$85d$1@build.eclipse.org" type="cite">We
have created a tool for Reverse Engineering any Java application, which
creates dynamic UML Sequence Diagrams and Class Diagrams.
<br>
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. You can get more
details at <br>
<a class="moz-txt-link-freetext" href="http://www.reversejava.com">http://www.reversejava.com</a>
<br>
<br>
<br>
I would like to enhance the capability of the tool by integrating it
with Eclipse, where by users after viewing the Sequence diagram can
also edit it.
<br>
<br>
Can some please recommend me any APIs which I can use for this?
<br>
<br>
Thanks and Regards,
<br>
Rajesh Jadhav.
<br>
<br>
</blockquote>
</body>
</html>

--------------080208010406050804070106--


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Sequence Diagram with Eclipse [message #619484 is a reply to message #619443] Tue, 09 March 2010 09:32 Go to previous message
No real name is currently offline No real nameFriend
Messages: 10
Registered: March 2010
Junior Member
Thanks for your Reply.

Currently we are using Java 2D to draw class diagrams and sequence diagrams.

Thanks and Regards,
Rajesh
Previous Topic:Problem installing DSL Toolkit
Next Topic:Sequence Diagram with Eclipse
Goto Forum:
  


Current Time: Tue Mar 19 07:54:26 GMT 2024

Powered by FUDForum. Page generated in 0.02500 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top