schema « Jar « JSP-Servlet Q&A





1. How to read xml schema from jar file in a servlet context    stackoverflow.com

I have a maven library project with some classes to deal xml messages. Whenever I receive one of those messages I validate it using an xml schema file I have written. ...