What is difference between spring aop and aspectj?
Answer / Krishan Chandra Srivastava
Spring AOP and AspectJ are both AOP frameworks, but they have some differences. AspectJ is a pure AOP framework that uses bytecode manipulation to weave aspects into your application at compile-time, while Spring AOP is a proxy-based AOP framework that weaves aspects at runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is spring framework used for?
How to handle exceptions in spring mvc environment?
How many ways can you set up spring?
What is introduction?
What are the components of spring framework?
What is spring listener?
What is the spring ioc container?
What is the difference between war file and jar file?
What is spring in java with example?
How to handle exceptions in the spring mvc framework?
Spring jdbctemplate class and its application.
What is around advice in spring?