I want to know what are the method are getting called when a URL of a web application is getting accessed?
I found a tool Xrebel, which quite useful for my need however it is a paid version, are there any free tools which has same feature?
Bear Bibeault wrote:You could just look at the mappings in the deployment descriptor.
Thank you. I tried this way but it does not meet my requirement. I want to know all the methods getting called ,EX: till the data saved into DB from UI.