2004年7月29日

Stand alone的Spring示例 (IoC & AOP)

摘要: IoC: 60秒入门教程: http://gabriel.jarchitect.org/spring/index.html AOP: An Introduction to Aspect-Oriented Programming with the Spring Framework, Part 1: http://www.onjava.com/lpt/a/4994 http://www.spring... 阅读全文

posted @ 2004-07-29 02:53 findsun 阅读(901) 评论(1) 推荐(0) 编辑

2004年7月28日

[zt] cglib2 proxy tutorial

摘要: http://alexwinston.com/blog/2004/03/23/1080068110000.htmlfor those that are familiar with aop will have most certainly heard of cglib. for those that have not, cglib provides the ability instrument by... 阅读全文

posted @ 2004-07-28 06:27 findsun 阅读(865) 评论(0) 推荐(0) 编辑

Add library (classpath) in IDEA 4

摘要: Right click the java module item in the project view, the popup menu shows, and click the “Module Settings ...”, then select “Library (Classpath)” tab, then click “Jar/Di... 阅读全文

posted @ 2004-07-28 05:38 findsun 阅读(905) 评论(0) 推荐(0) 编辑

Java 动态代理示例

摘要: publicinterfaceSomeClass{publicabstractvoidsomeMethod();publicabstractvoidsomeOtherMethod(finalStringtext);}publicclassSomeClassImplimplementsSomeClass{privateStringuserName;publicSomeClassImpl(finalS... 阅读全文

posted @ 2004-07-28 05:20 findsun 阅读(978) 评论(1) 推荐(0) 编辑

J2EE without EJB 读书笔记 -- Light weight Container & IoC

摘要: 容器所应提供的服务包括:1. 生命周期管理2. 查找: 查找被管理对象的引用3. 配置: 使用一致的方法, 来配置被管理的对象4. 依赖性解析: IoC的策略有两种:1. 依赖性查找: 传统的类似JNDI的方法2. 依赖性注入: 使用JavaBean property的方法叫做Setter注入或者type 2, 使用构造函数参数的叫做构造函数注入或者type 3.Setter注入: JavaBe... 阅读全文

posted @ 2004-07-28 01:01 findsun 阅读(477) 评论(0) 推荐(0) 编辑

2004年5月10日

Review的翻译

摘要: Review有仔细查看的意思,如何翻译呢?细观?细览?缜阅?检视? 阅读全文

posted @ 2004-05-10 13:49 findsun 阅读(599) 评论(1) 推荐(0) 编辑

[zt] Monty Python & Monty Python Quote

摘要: "MONTY PYTHON"(巨蟒)小组成立于60年代后期,成员包括Graham Chapman, John Cleese, Terry Gilliam, Eric Idle, Terry Jones,和Michael Palin。这六位成员在组团之前已经彼此熟识,首先是在大学时代-Graham,John和Eric同在剑桥就读,Terry J和Michael则是在牛津;后来他们又在一些电视喜剧节目... 阅读全文

posted @ 2004-05-10 13:09 findsun 阅读(2427) 评论(3) 推荐(0) 编辑

导航