I want to dynamically reference an XSD from a bean, how is this possible? I already added the XSD to the project, so it's located somewhere in the GlassFish domain.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Use the If you want to load the resource in the bean, do it via getResource or getResourceAsStream:
If you want to return a URL to the resource, use getRequestContextPath to get the path relative to the host root:
|
|||
|