用户操作
[留言]  [发消息]  [加为好友] 
订阅我的博客
XML聚合    FeedSky
订阅到鲜果
订阅到Google
订阅到抓虾
guangtoutou的公告
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="150" height="150" align="middle"> <param name="movie" value="http://bbs.smgbb.cn/Skins/Default/clock.swf"> <param name="quality" value="high"> <param name="WMODE" value="transparent"> <embed src="http://bbs.smgbb.cn/Skins/Default/clock.swf" width="150" height="150" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="noborder" bgcolor="#E4E8EF"> </embed> </object> <BR> <B>今日天气</B><BR> <CENTER><IFRAME src="http://appnews.qq.com/cgi-bin/news_qq_search?city=" frameBorder=0 width=157 scrolling=no height=240></IFRAME></CENTER> <B>MSN:</B>guangtoutou@hotmail.com <B>QQ:</B>8817625<BR>
文章分类
链接
caviler's blog
chensheng913(java)'s blog
corenwang's blog
kalex's blog
legendinfo's blog
Restaurant Finder
存档

原创  AOP中的几个重要概念 收藏

Aspect
An aspect is the cross-cutting functionality you are implementing. It is the aspect,
or area, of your application you are modularizing. The most common (albeit simple)
example of an aspect is logging. Logging is something that is required
throughout an application. However, because applications tend to be broken
down into layers based on functionality, reusing a logging module through inheritance
does not make sense. However, you can create a logging aspect and apply it
throughout your application using AOP.

Joinpoint
A joinpoint is a point in the execution of the application where an aspect can be
plugged in. This point could be a method being called, an exception being
thrown, or even a field being modified. These are the points where your aspect’s
code can be inserted into the normal flow of your application to add new behavior.

发表于 @ 2005年04月07日 17:31:00 | 评论( loading... ) | 编辑| 举报| 收藏

旧一篇:the sounds of silence  | 新一篇:修改grub的启动文件

  • 发表评论
  • 评论内容:
  •  
Copyright © guangtoutou
Powered by CSDN Blog