浏览 1225 次
锁定老帖子 主题:experience Guice
精华帖 (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
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.
声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |