1 Reply Latest reply on Aug 6, 2003 5:28 PM by blackers

    Initialization of 3rd party non-ejb libraries

    gwwallace

      Can anyone share some insight into different ways of initializing a bunch of non-EJB code. Think 3rd party library.

      I need to initialize this code at app deployment so that the initialization has been completed by the time the first request arrives to the EJBs that call into this code.