PDA

View Full Version : AOP (Aspect Oriented Programming)


Pages : 1 2 3 4 [5] 6 7 8 9 10

  1. Blog about Spring AOP and Annotations
  2. How to get a result that is based on a context?
  3. Request scoped aspects
  4. Proxy Aspects and @ManagedResource do not work together
  5. Pointcut application skipping beans?
  6. How to add Interceptor to EJB3-SessionBean
  7. AOP auto-proxy Problems
  8. AOP auto-proxy Problems
  9. Big problem.
  10. "can't find referenced pointcut" Error
  11. AspectJ Idea
  12. Intercepting method invocation made within the advised object
  13. Building with AspectJ + Spring IoC + Maven
  14. Tomcat 5.5 + SpringAOP + AspectJ - Tomcat won't start
  15. AspectJ dependence
  16. AspectJ dependence New
  17. How to implement security interception
  18. Why does my target have to implement an interface when I'm using CGLIB
  19. Introductions ... Are they an important/useful feature?
  20. Advice is called twice with AOP auto-proxy configuration
  21. Intercept JDK method calls
  22. Aspects stopped working
  23. aop:spring-configured and Class.forName
  24. introduction proxy object with the method of the target AND the aspect
  25. how can I loadtime weaving enabled ?
  26. Incorrect example in the reference documentation
  27. How to determine active advisors in an aspect
  28. Failed to Read Schema for spring-aop-2.0.xsd
  29. always bad answers.
  30. joinpoints
  31. Advice Parameters
  32. Aspects breaking migrating from 2.0.1 to 2.0.2
  33. AutoProxy and IFactoryObject
  34. Help with my first Hello World & SpringAOP.
  35. ThrowsAdvice with Spring 1.2
  36. Pooling targets created by factory
  37. How to inject service mock object into domain object for unit test?
  38. About Annotations and @PointCut expressions
  39. @annotation and parameter bindings
  40. Anyone using Spring/AOP in a J2SE and IDEA 6.0 environment?
  41. Point cut not getting called on singleton class
  42. Create a simple dummy aspect
  43. Apply Advise on a class implementing ApplicationContextAware
  44. Pointcut doesn't work for Controllers?
  45. Execution pointcut on an interface
  46. Inner method call trace
  47. Is there a way to speed Spring AOP startup time?
  48. AspectJAdviceParameterNameDiscoverer usage?
  49. DefaultAopProxyFactory in 2.0.3 - potential problem?
  50. <aop:scoped-proxy/> + <aop:aspectj-autoproxy> => Cglib IllegalArgumentException
  51. aop:scoped-proxy forces use of CGLib for entire container
  52. Flexible interceptor stacks
  53. Getting the behaviour of @Configurable without annotations
  54. PerformanceMonitorInterceptor and TransactionProxy
  55. Basic AOP
  56. LocalVariableTableParameterNameDiscoverer and IOException
  57. AOP TxManagement
  58. Translating Exceptions
  59. AOP with Groovy beans
  60. SystemArchitecture aspect
  61. AOP declarative transactions with Groovy bean in Spring 2.0.3
  62. Applying existing advices to domain objects
  63. Aop problem
  64. The matching wildcard is strict, but no declaration can be foun... 'aop:scoped-proxy'
  65. Configure Aspect using javaConfig
  66. Configurable or Mixin but not both, Why not?
  67. @DeclareParents problem
  68. AOP (AspectJ type) with Advice arguments Not working
  69. Proxy for an object with no no-arg constructor
  70. Problems with Session and transaction handling By AOP
  71. Any simple to use JamonPerformanceMonitorInterceptor
  72. Limiting log output on an afterThrowing
  73. AOP can not work fine....
  74. Sprin g MVC and AOP
  75. SoapUI, Spring and AOP problem
  76. AOP config problem
  77. custom pointcut for dynamically changing classes to which it is applied
  78. Simple AOP web Application..
  79. Generic Bean Factory and @Configurable
  80. Logging using AOP ...
  81. AOP Issues with non-Spring instantiated Groovy script bean
  82. Session handling using AOP
  83. aop dependencies
  84. BeanNameAutoProxyCreator and BeforeAdvise not working
  85. logging with AOP
  86. Can we get the performance benefit when using aspectj with spring (aop:aspectj-autop
  87. Problem configuring simple AOP
  88. Problem with multiple contexts
  89. before and after advice as opposed to around advice - any suggestions?
  90. @AspectJ based Aspect working in Eclipse's JUnit runner, but not in Maven 1
  91. AOP and Hibernate Dependency Conflict
  92. Can not call interceptor
  93. Pointcut on handleRequest of _some_ Controllers
  94. aop:scoped-proxy and Map/List-FactoryBean
  95. Spring Hibernate CGLIB ASM incompatibility
  96. Multiple instances of proxied bean
  97. Strange Problem using hibernate interceptor/transaction advice
  98. Inherit interceptors from a TransactionFactoryBean parent
  99. Mixing AspectJ and XML style
  100. AOP - AroundAdvice Called Multiple Times
  101. commons logging, log4j and %l
  102. Applying pointcut on groovy bean : please help
  103. Problem with Spring + AspectJ + Acegi
  104. Configuring Aspects throws IllegalStateException during deploy.
  105. After-returning an array problem
  106. method call is not being intercepted !
  107. Problem mixin compiled aspects and @Configurable beans
  108. interceptors with struts DispatchAction
  109. Getting Session in AOP beforeAdvice methodI
  110. Issue to have AOP work with Struts actions in Spring
  111. Illegal type in constant pool
  112. Advising beans in a parent context
  113. Cannot proxy target class because CGLIB2 is not available
  114. Question about TransactionProxyFactoryBean
  115. Before advice for AnnotationBeanConfigurerAspect
  116. CustomizableTraceInterceptor
  117. AOP logging
  118. AspectJ configuration
  119. Big Spring AOP API, but few examples in AOP Books
  120. Domain Object 'Aspection'
  121. Strange NotSerializableException, please help !!
  122. where is AOP definition for wiring TransactionInterceptor?
  123. Building Spring AOP model...
  124. Problem with AOP + JUnit + txManager + DAO Tests
  125. TaskExecutor + Method Injection = ClassCastException
  126. Spring AOP advice is not invoked!
  127. Logging username Using MethodInterceptor with AOP
  128. How AOP initializes a bean
  129. wormhole across process boundaries?
  130. exposing the current proxy (exposeProxy)
  131. Aspectj compile-time weaving and unit testing
  132. Spring 2.0.2 AOP advice and pointcut
  133. creating new methods with aop
  134. getting the method arguments in an afterthrowing advice
  135. ProxyFactoryBean can not proxy target class when targetSource=JndiObjectTargetSource
  136. MethodBeforeAdvice is not getting called!!
  137. AOP and hierarchical app contexts
  138. Prevent aspect from firing on Exception
  139. Do something after successfull commit
  140. How to read java code of weaved classes?
  141. a different object with the same identifier value was already associated with the ses
  142. Calling second method on target
  143. Can't fire method in class who implements Controller interface
  144. Casting MyService to MyServiceImpl while proxied
  145. why is this interceptor firing ?
  146. aop:scoped-proxy proxy-target-class attribute
  147. How to order combinations of AspectJ and Classic interceptors?
  148. Aspectweaver problem
  149. Logging without Interfaces?
  150. Exception handling using AOP
  151. Aspectj dependy Injection Question
  152. AspectJ time Probleme
  153. Transacional class
  154. Spring transaction rollback affect other AOP?
  155. IllegalStateException - Tomcat
  156. Circular reference and I don't know why....
  157. Target pointcut with transactional advice
  158. Simple AOP Example
  159. Problem with AOP transaction management
  160. @Configurable
  161. 0 formal unbound error, what is wrong with this pointcut
  162. Can anybody solve this problem
  163. Nested Aspects
  164. AOP for logging in Portlets
  165. Detect if LTW is enabled?
  166. complex pointcut expressions
  167. AspectJ for logging entry and exit in classes in my portlet created using Spring
  168. The server encountered an internal error () that prevented it
  169. Interceptornames vs. aop:config pointcut
  170. AOP The Most Simple Advice
  171. java.lang.NoSuchMethodError: Lorg/aspectj/lang/JoinPoint$StaticPart;
  172. ProxyFactory keeps creating new instances, despite SingletonTargetSource
  173. getBean
  174. CustomizableTraceInterceptor - disabling "Entering method"
  175. Intercepting a class NOT instantiated using 'getBean()'
  176. pointcut expression for exclude
  177. Documentation typo errors
  178. Mixing tx:annotation-driven and BeanNameAutoProxyCreator
  179. aspectJ back instruction
  180. error at ::0 formal unbound in pointcut
  181. AspectJProxyFactory source code
  182. AnnotationAdvisorAutoProxyCreator: autoproxy if annotation is present
  183. Wrapping a Transaction Interceptor
  184. Spring AOP logging at DAO and Action level
  185. Inject resources into per-scoped (perThis, perTarget etc.) aspects
  186. Problem with TransactionProxyFactoryBean
  187. Both Java Proxy and CGLIB Proxy in same spring configuration file
  188. Can't get TomcatInstrumentableClassLoader and @Configurable to work
  189. Interceptor & one way (concurrent) services
  190. Not of Type "Advice"???
  191. pointcut and time
  192. Error creating ProxyFactoryBean
  193. AOP proxy and implementing an interface
  194. Exception handling Aspect
  195. the advice in spring2.0 aop doesn't work
  196. how to avoid logging for setters and getters ?
  197. args works in Eclipse, but not with maven
  198. Audit Login with Spring AOP
  199. Is aspectJ compatible with spring2.0 for logging?
  200. Unable to locate NamespaceHandler
  201. Blog post about i18n using aspects
  202. problem using my custom annotation (proxy, Transactional)
  203. DefaultAdvisorAutoProxy rejecting an Advisor
  204. GenericSignatureFormatError when Proxy is used?
  205. Session and Proxy
  206. @Configured and @Aspect
  207. schema aop spring 2 struts actions
  208. Class Loading ApplicationContext
  209. @Configurable: ClassNotFoundException: AnnotationBeanConfigurer
  210. Session-scoped beans
  211. Hi, Can U Help Me for my Thesis?
  212. Spring 2.0 AOP using aop XML tags
  213. @Configurable: java.lang.StackOverfowError
  214. Integration Issue!!!!
  215. Annotation-driven difference between Spring 2.0.3 and 2.0.1
  216. Tips for combining AspectJ and Spring AOP
  217. problem using @Aspect annotations in Spring 2.0.5
  218. why doesn't the following pointcut trigger on interface
  219. Problem with IntroductionAdvisor
  220. Simple Example : Advice doen'st work
  221. Bad interactions between two "around" cases?
  222. Spring AOP transaction problem..
  223. AOP working with struts action, but not working with DispatchAction
  224. Measure the time taken for RMI calls execution from client side.
  225. Simple Advice
  226. TransactionProxyFactoryBean - intercepting after commit?
  227. @Configurable and init-method
  228. Spring AOP Transaction Probelm
  229. Getting "this" from inside of an Introduction
  230. Transactional Retry with Programatically Configured DataSource
  231. ReflectionWorldException with transactionManager & AspectJ
  232. Extending core services with AOP
  233. Aspect not getting called if method is called by another method within the same class
  234. Using AOP outside spring container
  235. Integrating Interceptor!!!!
  236. Ordering Aspect problem
  237. BeanCreationException
  238. Managing Aspects using JMX
  239. DispachAction and Internal methods?
  240. Newbie Help: aop:spring-configured no declaration found
  241. How to initialize ProxyFactory Bean
  242. Intercept class-level method call: possible?
  243. IntroductionInterceptor is matching Proxies
  244. Typica use of ThrowsAdvice
  245. catalina permission
  246. How to pass literal parameter to advice method
  247. Using annotations
  248. newbie to Aspects
  249. Compiling aspectJ 5 annotated aspects with Ant
  250. JdkDynamicAopProxy and ClassCastException