aspose file tools
The moose likes Java in General and the fly likes Tools for analysing JEE application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Tools for analysing JEE application" Watch "Tools for analysing JEE application" New topic
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
    
  52

There's also Tattletale

[My Blog] [JavaRanch Journal]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Tools for analysing JEE application
 
Similar Threads
CNCtxFactory Class in SJSAS 8.2
How to deploy .JAR JAVA application in JBOSS , not as a Dynamic web Application ?
Exploded ear -how to debug jboss
Can the Ear file creation be automated using Eclipse IDE?
Why learn Ruby ? what's the benefits over other languages ?