• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Any tools that help to get the big picture

 
Ranch Hand
Posts: 31
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I am new to Enterprise java programming so, I thought of asking this group: Are there any good tools for reverse engineering?

Im trying to get the big picture (in terms of code flows) of a project that I just got in. THe project mostly involves maintenance now but I would like to understand the big picture of course.

What are the best tools to "reverse engineer" the code? My idea would be something like a tool (preferably open source) that can create sequence diagrams(even if the project involves MDBs) or atleast class diagrams.

I work in Eclipse so the ideal tool would be a plugin in eclipse. But Id like to hear from this group whats worked for them(a particular analysis process for eg?)

thank you!
 
Marshal
Posts: 79978
397
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think that is too difficult a question for "beginning", so I shall move it.
 
Ranch Hand
Posts: 96
Eclipse IDE Oracle Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have used a few tools to reverse engineer code but know of none in Eclipse. Here's what I have used:

- Borland Together
- Enterprise Architect
- Visual Paradigm

Most of the times you'd go for Class Diagrams. I'm not sure if other models can be achieved with the reverse engineering in these tools.

Good luck!
Wim
 
Ranch Hand
Posts: 331
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jenna,
Green UML is neat eclipse plugin. One other choice would be Architexa
Apart from reverse engineering to get class or sequence diagrams, also consider writing unit / functional tests. It helps to understand a project faster

Vishwa
 
Jenna Thomas
Ranch Hand
Posts: 31
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
These seem like solid leads to look into. Thank you for replying!
 
Replace the word "snake" with "danger noodle" in all tiny ads.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic