Book a Demo

Author Topic: Auto gen. of interaction (sequence) diagrams...  (Read 2808 times)

DTebar

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • Zitterbewegung Rocks!
    • View Profile
Auto gen. of interaction (sequence) diagrams...
« on: August 20, 2007, 06:49:13 am »


I have an urgent need to produce sequence diagrams from a JSP-J2EE web app.  This is for work.  I have examined the manual but cannot find a procedure to do this.  Please help.

--A worried analyst in Miami, Florida... :(
Thanks and Regards,
 
Daniel M. Tebar
UML Analyst
E-Mail: [email protected]
Tel: 813.362.5541
http://www.myspace.com/dtebar

Kevin G. Watson

  • EA User
  • **
  • Posts: 217
  • Karma: +0/-0
  • I love EVERYTHING including Microsoft
    • View Profile
Re: Auto gen. of interaction (sequence) diagrams..
« Reply #1 on: August 30, 2007, 04:03:25 pm »
Hi' ya

You will look in vain bro. . . a little like generating code from state charts (or collaboration diagrams - whatever they called in UML 2.1.1) or Activity diagrams.

EA only generates code from class elements; like all the other tools I've encountered.

what would you hope to generate?

It is possible to create sequence Diagrams from running code; which may or may not be usefull.

Kevin

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: Auto gen. of interaction (sequence) diagrams..
« Reply #2 on: August 30, 2007, 04:26:48 pm »
I don't know much about web apps personally, but here's some links to the EA help file that may be of use:
Record and Diagram a Debug Session
Debug Java Web Servers

Online demonstration (for debugging a regular java app):
Debugging Java