container structure
随手画的一个container structure的图,就画了几个主要的概念,在container based的component结构最重要的一个概念就是component virtual proxy,所有的容器增强都是利用client和real component间的这一个proxy来完成的;component local context是component对其他managed resource的引用,本身可以使用annotation来实现;glue code用以连接proxy和real component,容器基本的关注点应该就这些了吧。