Name | Modified | Size | Downloads / Week |
---|---|---|---|
reflection.tar.gz | 2011-04-27 | 310.6 kB | |
readme.txt | 2011-04-27 | 1.6 kB | |
Totals: 2 Items | 312.3 kB | 0 |
Reflection Infra-structure A java implementation of reflection mechanism (for loading method on the fly) This projects includes ten different files: reflection.jar File including the reflection infra-structure reflection-doc.jar File including the reflection infra-structure api documentation reflection-src.tar.gz File including the reflection infra-structure source code toStringDemo.jar A basic set of classes for testing the reflection infra-structure toStringDemo-doc.jar Documentation for the basic set of classes for testing the reflection infra-structure toStringDemo.tar.gz Basic source files for the testing the reflection infra-structure, The main class is toStringWrapperDemo and requires reflection.jar It just show the infra-structure use and the Wrapper method. toStringServiceDemo.jar A basic set of services for testing the service capability of the reflection infra-structure toStringServiceDemo-doc.jar Documentation for the basic set of services toStringServiceDemo.tar.gz Source code for the basic set of services The main class is toStringServiceDemo and requires reflection.jar and toStringDemo.jar toStringReflectionDemo.java A complete test of the reflection infra-structure (loading services on the fly) Requires reflection.jar and toStringDemo.jar in the classpath and the toStringServiceDemo.jar in the services path (./services by default, check the source code for changing it)