Author: jcarman
Date: Thu Oct 20 05:14:30 2005
New Revision: 326895
URL: http://svn.apache.org/viewcvs?rev=326895&view=rev
Log:
Polished the PROPOSAL a bit.
Modified:
jakarta/commons/sandbox/proxy/trunk/PROPOSAL.html
Modified: jakarta/commons/sandbox/proxy/trunk/PROPOSAL.html
URL:
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/proxy/trunk/PROPOSAL.html?rev=326895&r1=326894&r2=326895&view=diff
==============================================================================
--- jakarta/commons/sandbox/proxy/trunk/PROPOSAL.html (original)
+++ jakarta/commons/sandbox/proxy/trunk/PROPOSAL.html Thu Oct 20 05:14:30 2005
@@ -38,13 +38,10 @@
<p>
The package shall create and maintain a suite of utility classes for
creating proxy objects written in the Java
- language
- to be distributed under the ASF license. The package will include many
different "object provider" implementations.
- The package will also serve as a repository for many useful
MethodInterceptor (AOP Alliance API) implementations.
- The
+ language to be distributed under the ASF license. The package will include
many different "object provider"
+ implementations. The package will also serve as a repository for many
useful interceptor implementations. The
package will provide multiple "proxy factory" implementations, supporting
different proxying technologies (JDK
- proxies,
- CGLIB, Javassist).
+ proxies, CGLIB, and Javassist initially).
</p>
<h3>(1.5) Interaction With Other Packages</h3>
@@ -52,8 +49,7 @@
<p>
<em>Proxy</em> utilizes the JUnit unit testing framework for developing
and executing unit tests, but this is of
interest only to developers of the component. The original will include
support for the Hessian and Burlap remoting
- protocols. The original codebase will also include support for CGLIB and
Javassist-base proxies. Method interception will be
- done using the AOP Alliance API.
+ protocols. The original codebase will also include support for CGLIB and
Javassist-base proxies.
</p>
<p>No external configuration files are utilized.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]