Skip to content

nagcode/DynamicProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamicProxy

Follow these steps to get this running:

  1. Unzip the zip file
  2. Make sure you have 'ant' on your path
  3. Run 'ant Test'
  4. You will see couple of statements printed that look like this:

Test:
[java] Executing method = [method1], args = [[test1, test2]]
[java] Executed method = [method1], Output = [test1test2method1]
[java] Executing method = [method2], args = [[test3, test4]]
[java] Executed method = [method2], Output = [test3test4method1]

  1. These are all coming from the invoke method in Proxy class.
  2. You can modify the invoke method in Proxy class to do more than just logging the inputs and outputs.
  3. Happy Proxying!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages