Jvider Runtime component is an extension of Java Component class that allows to dynamically load .jvd file at user program run time.


It is a radically new approach to building gui application. Instead of producing a Java Swing code gui is constructed on the fly from .jvd file.


This has following advantages as compared to the Java Swing code generation:
1. Dramatically reduces the amount of Java Swing code (practically eliminating it) leaving code more readable and focused on business logic.
2. Allows further modifications of gui layout without a need of reintegration with business logic.
2. Enables layout modifications without program recompile (or even at runtime!).


Java application development with jvider Runtime: