| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
fmms
13年前发布

Commons Proxy

     Commons Proxy 是 Apache 的一个之项目,封装了 Java 对象代理的一些常用方法。    <ul>     <li><b>Deferred Initialization</b> - the proxy acts as a "stand-in" for the actual implementation allowing it to be instantiated only when absolutely necessary.</li>     <li><b>Security</b> - the proxy object can verify that the user actually has the permission to execute the method (a la EJB).</li>     <li><b>Logging</b> - the proxy can log evey method invocation, providing valuable debugging information.</li>     <li><b>Performance Monitoring</b> - the proxy can log each method invocation to a performance monitor allowing system administrators to see what parts of the system are potentially bogged down.</li>    </ul>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1326940830858" target="_blank">http://www.open-open.com/lib/view/home/1326940830858</a></p>     
 本文由用户 fmms 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1326940830858.html
Commons 常用工具包