From my notes:
Possible Static Deployment Scenario:
- we have a (non-static) bootstrap SessionListener or Servlet
or Swing action or whatever (probably a shared bootstrapper
with wrappers/facades for the above situations). This bootstrapper
will load a Spring config file that pulls up all the necessary
components. When everything is ready, the bootstrapper will
configure a static frontend service. If anyone attempts to
use the static frontend service before it is configured, we
throw an IllegalStateException or something similar.
Would that be workable ?
Age
|