is there a way to read this fi开发者_JAVA技巧le inside a JSP/Servlet?
You could just use a SAXParser, but what are you trying to do specifically? The supported public API for accessing the configuration tree is ConfigService.
is there a way to read this fi开发者_JAVA技巧le inside a JSP/Servlet?
You could just use a SAXParser, but what are you trying to do specifically? The supported public API for accessing the configuration tree is ConfigService.
精彩评论