[Figleaf-developer] Bootstrapper vs ConfigurableBootstrapper
Status: Alpha
Brought to you by:
steckman
|
From: Greg S. <ste...@on...> - 2004-07-05 06:53:45
|
These two are almost identical now. The difference I can see is that Bootstrapper is a singleton while ConfigurableBootstrapper is not, and ConfigurableBootstrapper runs the bean named Runnable rather than from a command line parameter. Bootstrapper is a singleton because I needed a way in the GUI code to get the ObjectManager without relying on the Spring ApplicationContext. Greg |