File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Performance and the fly likes Tracing method calls for Web Application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Performance
Reply Bookmark "Tracing method calls for Web Application" Watch "Tracing method calls for Web Application" New topic
Author

Tracing method calls for Web Application

Saathvik Reddy
Ranch Hand

Joined: Jun 03, 2005
Posts: 228
Hi,

I want to trace all the method calls for a web application. For ex: if a user clicks a button i want to trace all the java classes and methods invoked for that action.

I know i can do this with AOP but are there any profiling tools with which this can be achieved.

Thanks,
Jimmy Clark
Ranch Hand

Joined: Apr 16, 2008
Posts: 2187
You profile the method that handles the action associated with the button click. The profiler that ships with NetBeans enables method profiling.
Saathvik Reddy
Ranch Hand

Joined: Jun 03, 2005
Posts: 228
Thanks a lot James. I'll try netbeans.
Any other tools please?
Jimmy Clark
Ranch Hand

Joined: Apr 16, 2008
Posts: 2187
Try JProfiler as well.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Tracing method calls for Web Application
 
Similar Threads
How to disable HTTP Trace Websphere 5.1
HttpUrlConnection.getStatusCode hangs forever (without exceptions)
How to trace Swing?
Disable the HTTP TRACE,DELETE methods in Web Sphere
Java Class call on PHP script