| Author |
Tools for analysing JEE application
|
Marcus Didius Falco
Ranch Hand
Joined: Feb 25, 2007
Posts: 72
|
|
Hallo,
I have to analyse a large third party JEE application. I consists of several EARs with WARs and many JARs.
I am looking for a tool which can search in EAR files and all contained archives for classes (and strings)
Beyond that, can anybody recommend tools which can do automated analysis of EAR archives (graphical overview of dependencies would be nice, warning for redundant jars ...)
Thanks, Hans
|
 |
Jared White
Greenhorn
Joined: Aug 11, 2004
Posts: 7
|
|
I have used JarAnalyzer in the past. This will provide the dependencies between classes and jars
Here is the web site for the tool
http://www.kirkk.com/main/Main/JarAnalyzer
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8142
|
|
There's also Tattletale
|
[My Blog] [JavaRanch Journal]
|
 |
 |
|
|
subject: Tools for analysing JEE application
|
|
|