论坛首页 入门技术论坛

experience Guice

浏览 1207 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2008-12-17   最后修改:2008-12-17
Anotation now in j2SE 5 + version plays some important roles with the easy and nimble programming,in other words,it's a change in the form but not the content,just like AJAX using a new XMLHTTP object to make the browser's asyn work easily.
 
Guice is an anotation-version Spring's IOC.the WHAT-inject,HOW-inject and life-cycle are totally a copy version of Spring.it also supplies some usefull toolkit of best pragmatic solution,for example the "Static Injection" for deserialize an transient object virable,awareness of the development stages (DEV or PROD).
it perhaps will get better aop shipped with later version,since the spring's AOP now is very sophisicated for method intercepting.
 
reffer to a.bmp
architechture
 
in this map the Injector will bind any anotations that have been present in your codes.
note the Injector and Binding is 1 to N. And for the same type ,we also can have different injections with the function of "Annotating Bindings",which you can see in the examples.This will help us with the UNIT TEST.
 
the guice.jar is only 544 kb rather than spring's 2M.
 
 
 
  • 大小: 28.7 KB
论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics