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.

  1. 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.

  2. otherwise if java webstart (jnlp) still around: provides update mechanism via internet.

  3. one use (url-)classloaders dynamically load class, "features123" jar. class implement interface (not added jar!).


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -