4 Replies Latest reply on Mar 20, 2008 11:28 PM by tom_goring

    one-time initialization at app startup?

    benmoore

      Hi,


      Is there any Seam-specific way to execute one-time initialization code at app startup? All this code does is place some variable into applicationContext scope.


      I can install a ServletContextListener for this, but then I can't inject variables and access seam components.


      thanks,
      ben