CGLib Nodep is a Windows utility oriented toward Java developers. It is used by data access frameworks to intercept field access and perform other operations. You can extend the functionality of existing classes at runtime as well.
Brief overview
With the help of this Java API users are able to generate dynamic proxies for classes and interfaces. Moreover, instruments for creating new modules from bytecode are provided. CGLib is compatible with a wide variety of frameworks such as Hibernate, Grails and Spring.
Please note that Java Runtime Environment is required for the correct functioning of all features.
Advanced capabilities
You can intercept method calls on an object and perform additional logic functions before or after the event. It is possible to chain method calls together in a fluent API style. There is an option to delegate requests to another location as well.
This software lets users create subclasses for the target applet. The Dispatcher module is intended for adding graphical interfaces to the project.
Features
- free to download and use;
- provides instruments for generating and transforming Java code;
- it is possible to intercept method calls and insert additional logic operations into the cycle;
- you can create dynamic proxies for individual classes;
- there is an option to integrate a custom graphical interface into the project;
- allows users to chain method calls;
- compatible with all modern versions of Windows.