aspects
redirected request when exception throwed
in my application (using spring), i try to call a method from view using spring exposingBean. and when i try to invoke a method from view, it throw error. i try to catchwith HandlerExceptionResolver[详细]
2023-01-29 22:33 分类:问答Use Spring @Transactional in Scala
We have a mixed Java and Scala project, which uses Spring transaction management. We are using the Spring aspects to weave the files with @Transactional annotated methods.[详细]
2023-01-29 04:54 分类:问答What is AspectJ good for? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-01-27 20:01 分类:问答C# AOP Method Interception on child method calls?
My AOP (C#) implementation always intercepts the first (public) method call but not subsequent methods开发者_如何转开发 called within the first intercepted method, is this a limitation with ContextBou[详细]
2023-01-17 03:27 分类:问答Aspectj. Creating innter type methods in multiple classes
If I put: public CountryState CountryState.find(long id) { return (CountryState) findById(CountryState.class, id);[详细]
2023-01-16 10:10 分类:问答Spring AOP injecting PortletRequest
I\'m trying to inject a portletrequest in my aspect class @Autowired(required = true) private PortletRequest request;[详细]
2023-01-09 02:21 分类:问答Autocompletion in Eclipse for Roo project
I\'ve got a Roo project开发者_JAVA技巧 where I\'ve made a couple of entities, and when I load up the project in Eclipse it loads up fine, but if I i.e. make an instance MyEntity entity and then write[详细]
2022-12-25 14:30 分类:问答How do you use stereotype annotations in Spring 2.5.x?
When moving to Spring 2.5.x I found that it adds more stereotype annot开发者_如何学运维ations (on top of @Repository from 2.0): @Component, @Service and @Controller. How do you use them? Do you rely o[详细]
2022-12-24 16:32 分类:问答Any PostSharp alternative?
I hav开发者_如何学Ce to abandon using PostSharp, because it won\'t work with obfuscated/merged assemblies. At least, I don\'t see any way to get it working (it crashes on app start, when assemblies ar[详细]
2022-12-12 19:35 分类:问答How do you globally modify page output sent from IIS without modifying the page source?
A couple sites of mine recently got \"hacked\". Someone was able to add a line of JavaScript to the bottom of every page on the site.[详细]
2022-12-12 06:20 分类:问答