Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Spring
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Jeanne Boyarsky
Ron McLeod
Liutauras Vilda
Paul Clapham
Sheriffs:
paul wheaton
Tim Cooke
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Carey Brown
Frits Walraven
Piet Souris
Bartenders:
Mike London
Forum:
Spring
If using Struts 2,should one go for Spring AOP for logging or use Struts 2 interceptor ?
Monica Shiralkar
Ranch Hand
Posts: 2625
13
posted 9 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
AOP is commonly used for logging purpose but
Struts
2 itself has interceptor which can provide this kind of logging. Still Spring AOP should be used or Struts 2 interceptor? I am confused
Thanks.
Monica Shiralkar
Ranch Hand
Posts: 2625
13
posted 9 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Struts 2 interceptor can do what Spring AOP can do in case of Logging. Should still one should go for Spring AOP in this case when using Struts2?
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Seam AOP
Logging username Using MethodInterceptor with AOP
AOP vs OOP
AOP
What is AOP?
More...