Issue 43: add 3rd factory for plain Java dynamic Proxy
Project Member Reported by kandpwel...@gmail.com, Jan 20, 2012
As I continue to ponder this, it seems more and more important to add a factory to use the Java Proxy and InvocationHandler, for users who don't want to use 3rd party code-gen dependency.  It would probably be the fallback if no code-gen libraries are provided, and also a configuration option to force it into that mode if desired.
Jan 20, 2012
Project Member #1 kandpwel...@gmail.com
Perhaps it was already obvious, but just a note on this proposal: the limitation is that it would only work on interface types, and not on any concrete or abstract class types.  This would warrant significant changes in documentation as well.
Labels: Component-Logic Component-Docs
Jan 22, 2012
Project Member #2 kandpwel...@gmail.com
I added this, but haven't updated web site docs yet.
Status: CodeComplete
Jan 22, 2012
Project Member #3 kandpwel...@gmail.com
adding milestone
Labels: Milestone-Release0.1
Feb 3, 2012
Project Member #4 kandpwel...@gmail.com
(No comment was entered for this change.)
Status: Fixed