Categories
HotSwap
HotSwap provides a robust library for updating the implementation of an object at runtime (aka hotswapping). This is achieved through recompilation, dynamic class reloading, and object state migration throughout the life of an application. Hotswapping makes Java feel more like an interpreted language than a compiled language; it is fundamentally useful for runtime development of an application (application evolution or incremental development).
Last updated 2 Apr, 2003
About
Leadership
- Paul Johnston - Maintainer
Requirements
- JDK 1.2 (Use Requirement)
- JDK 1.3 (for use of dynamic proxy classes); Perl (Weak Prerequisite)
- texi2html (Weak Prerequisite)
- dot (Weak Prerequisite)
- convert (all for building user's manual); ant (to build the API documentation (Weak Prerequisite)
- run the examples (Weak Prerequisite)
- and rebuild the library from source) (Weak Prerequisite)
Versions
0.8.7
0.8.7 beta released 2003-04-02
- Released: 2 Apr, 2003
- Code Maturity: Beta
- Source Archive: http://www.inxar.org/download/hotswap-0.8.7.tar.gz
- Licenses: LGPL
- Interfaces: Library
User Community and Support
User's manual available in HTML format from http://www.inxar.org/hotswap/docs/manual/




