What should I use to implement the JBoss AOP aspect concepts

谁说胖子不能爱 提交于 2019-12-12 02:05:26

问题


I am currently using JBoss app server 6 and using JBoss AOP aspects in my application. As I am migrating to my application to another app server, I need to implement aspects and I cannot use JBoss AOP. Could you please suggest what technology should I use to implement the JBoss AOP aspect concepts.


回答1:


AspectJ. It is mature, independent of a certain app server, efficient and more powerful than JBoss AOP or Spring AOP.



来源:https://stackoverflow.com/questions/26906118/what-should-i-use-to-implement-the-jboss-aop-aspect-concepts

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!