0 Replies Latest reply on Feb 7, 2003 1:20 PM by nmaia

    Configuration

    nmaia

      I'm building a application that have some complex configuration stored in a xml file. Right now I have 2 problems to implement,
      using the standard J2EE:
      1) Create and a class that every time the application start's automatically load the configuration to a hashtable, similarly to the init servlets
      2) A way to maintain the hastable load in memory to the other classes access the configuration, I was thinking in a static field or a jni tree, there are any better situation,
      I wanted to store the configuration in a EJB