
Aspect Oriented
文章平均质量分 72
topmvp
这个作者很懒,什么都没留下…
展开
-
Aspect Oriented Software Development with Use Cases
Aspect-oriented programming (AOP) is a revolutionary new way to think about software engineering. AOP was introduced to address crosscutting concerns such as security, logging, persistence, debugging,原创 2008-08-06 23:00:00 · 809 阅读 · 0 评论 -
Aspect-Oriented Analysis and Design : The Theme Approach
Aspects are a natural evolution of the object-oriented paradigm.They provide a solution to some difficulties you may have encountered with modularizing your object-oriented code. Youve probably fou原创 2008-08-06 23:01:00 · 599 阅读 · 0 评论 -
Aspect-Oriented Software Development
Coverage includes:*Using AOSD to streamline complex systems development without sacrificing flexibility or scalability*How AOSD builds on the object-oriented paradigmand how its different*State原创 2008-08-06 23:02:00 · 763 阅读 · 0 评论 -
Eclipse AspectJ : Aspect-Oriented Programming with AspectJ and the Eclipse AspectJ Development Tools
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。http://blog.youkuaiyun.com/topmvp - topmvpEclipse AspectJ: Aspect-Oriented Programming with AspectJ and the Eclipse AspectJ Development ToolsAspect原创 2008-08-20 20:55:00 · 788 阅读 · 0 评论 -
AspectJ in Action: Practical Aspect-Oriented Programming
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。http://blog.youkuaiyun.com/topmvp - topmvpModularizing code into objects cannot be fully achieved in pure OOP. In practice some objects must deal with原创 2008-08-19 22:37:00 · 942 阅读 · 0 评论 -
Mastering AspectJ: Aspect-Oriented Programming in Java
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。http://blog.youkuaiyun.com/topmvp - topmvp*Gives experienced Java developers the tools to exploit aspect-oriented programming techniques using AspectJ,原创 2008-08-27 21:45:00 · 685 阅读 · 0 评论 -
AspectJ Cookbook
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。http://blog.youkuaiyun.com/topmvp - topmvpWhen Object Oriented programming (OO) first appeared, it was a revelation. OO gave developers the ability to原创 2008-08-28 20:24:00 · 891 阅读 · 0 评论