development/libraries/java

apache-commons-proxy - Apache Commons Proxy Component

Website: http://commons.apache.org/proxy/
License: Apache Software License 2.0
Vendor: JPackage Project
Description:
The Proxy design pattern (GoF ) allows you to provide "a
surrogate or placeholder for another object to control
access to it". Proxies can be used in many ways. Some of
which are:
* Deferred Initialization - the proxy acts as a "stand-in"
  for the actual implementation allowing it to be
  instantiated only when absolutely necessary.
* Security - the proxy object can verify that the user
  actually has the permission to execute the method (a la
  EJB).
* Logging - the proxy can log evey method invocation,
  providing valuable debugging information.
* Performance Monitoring - 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.
Commons Proxy supports dynamic proxy generation using proxy
factories, object providers, invokers, and interceptors.

Packages

apache-commons-proxy-1.0-4.jpp6.src [69 KiB] Changelog by Ralph Apel (2010-10-10):
- Provide compat symlinks for jakarta-commons-proxy
apache-commons-proxy-1.0-4.jpp6.noarch [72 KiB] Changelog by Ralph Apel (2010-10-10):
- Provide compat symlinks for jakarta-commons-proxy

Listing created by Repoview-0.6.6-5.mga4.tainted