This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Not sure if this is the right forum to post this question.
I have a complex web application which is build on a proprietary framework. I am trying to understand the execution flow when a html form is submitted.
I tried to use eclipse debugger to understand the execution flow but was too complicated for such a big application(how many breakpoints shd i put?).
What I want is to log all the method calls to a log file. For ex: the log file should look like:
Originally posted by Mark Spritzler: Spring AOP is a subset of AspectJ, only the Spring AOP part requires Spring. AspectJ does not. So why not use AspectJ instead.
Mark
Thanks Mark. I am new to AspectJ. Could you please point me to a simple logging example for beginners with AspectJ. I tried to read some tutorials from google but couldn't follow them and felt those are for advanced users.
Thanks, Srikanth.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
Check out the "AspectJ Language" section on the http://www.eclipse.org/aspectj/docs.php page. The Programming Guide includes a number of examples in the Getting Started and Examples section, amongst others.
Thanks Mark. I am new to AspectJ. Could you please point me to a simple logging example for beginners with AspectJ. I tried to read some tutorials from google but couldn't follow them and felt those are for advanced users.
Thanks, Srikanth.
Do you know Spring AOP? because it uses the same Expression Language as AspectJ