0 Replies Latest reply on Jul 1, 2002 3:19 PM by enesterov

    Loading external resource from within EJB.

    enesterov

      Hi,

      I am trying to load XSL stylesheet from ejb. I know that easiest way is to include this stylesheet into ejb jar, and load it using getClass().getResource( xsltPath ), but in this case I am not able to use xslt includes. To be able to do this I have to have all stylesheets not archived.

      The question is:
      - where is the best place to keep stylesheets.
      - how do I reference this location (which supposed to be not hardcoded).

      Thanks,

      Ed.