1 Reply Latest reply on Aug 2, 2004 7:23 PM by julien1

    Nukes 2.x: Creating components on the fly and persisting the

    ivelin.ivanov

      One option is to create MBeans on the fly for each component. Also have a Model MBean, which is persisted and holds a reference to the component MBeans. On save() it should persist its own state along with the list of components and their state, so that they can be recreated on startup.

      Ivelin