The Cherry Framework is an open source application framework and reflect container for the Java platform.
The Cherry Framework includes several modules that provide range of services:
-Model-view-controller framework
-Web framework
-User interface components
-Reflect container
-Remote access framework
FVM (Federated Virtual Machines) enables Java apps to create and call class instances in other JVMs. It does this using network ClassLoaders, java.io.ObjectIn/OutputStream and remote object references proxied by CGLIB