Dynamic class loading
The Lightfoot SDK supports dynamic class loading as demonstrated in the
dynamic class loading
example. By default the SDK allows classes to be dynamically loaded
off a remote web server, and if using a MIDlet, allows classes to be
dynamically loaded from flash.
All that is needed is for a class to extend DynamicClassLoader
and provide a method to get the class file contents given the name of a
class.
The name of this class then needs to be set as the dct.dynamic.class.loader
property in the XML configuration file.