java - Reflective Programming for use in Program Updates -
can reflective programming used update programs? example if wrote java game add new dlls might contain example new characters , new types of weapons new behaviors etc.
go osgi modular system life-time management. several osgi containers equinox exist. jar module, called bundle, can dynamically loaded, , on. , replaced newer versions. provide capability replace , add functionality.
otherwise if java webstart (jnlp) still around: provides update mechanism via internet.
one use (url-)classloaders dynamically load class, "features123" jar. class implement interface (not added jar!).
Comments
Post a Comment