Search |
||
Read web.xml with one line of code Part 2Posted by survivant on March 25, 2009 at 8:49 AM PDT
I did a previous post about how to do it with XMLBean or JABX, but it was more an example how to do it. This time is the real deal. I used JABX to generate the java classes from the schemas and use that to parse the web.xml. The result is a simple class : WebAppLoader that will load the web.xml. Here a example : WebappLoader webappLoader = new WebappLoader(); The object WebApp contains all the infos extracted from the web.xml. The representation is based on webapp 3.0. you can get the source code from my repository : http://kenai.com/projects/sebastiendionne/sources/repository/show/dtd-schemas-generator »
Related Topics >>
Web Applications Comments
Comments are listed in date ascending order (oldest first)
Submitted by felipegaucho on Wed, 2009-03-25 09:24.
it is like my smallest atom
http://weblogs.java.net/blog/felipegaucho/archive/2008/12/the_smallest_a...
|
||
|
|