Jmin Ioc 1.4.2版本发布
作者:older 日期:2008-09-02
该版本增加以下内容
1:增加Bean的池化应用,允许Bean实例共享与缓存.在架构中已经添加Pool的属性,可使用以下方式为某个具有指定ID的类别Bean的池大小参数.
IocContainer.setPoolSize(Object ID, int size);
对于池应用同样可应用于XML上,可使用以下描述为某个Bean指定Pool的大小
<component id="xxx" type="bean">
<class>xxx.xxx.xxx</class>
<pool-siz...






