Re: Xml utilities

2007-02-22 Thread Andrew Pliszka
I agree with you Dale. DTD or XSD files enforce schema once you define it, based on your problem domain. I think Zhnag's wants to create generic Java classes to parse XML files. He is trying to create XML library or XmlUtils class for his project, so all developers can us it. Andrew Pl

Re: Xml utilities

2007-02-22 Thread Andrew Pliszka
Java classes to read list of images with thumbnails from XML files. Analyze your domain and identify patterns. Once you do that you will see similarities. Andrew Pliszka Zhang, Larry (L.) wrote: What your suggesting is close to what I am trying to do. Do you have some sample code or internet

Re: Xml utilities

2007-02-22 Thread Andrew Pliszka
I think what you have to do is create your own generic XML utility class that is specific to your XML schema, that uses dom4j, or digester or XMLBeans as XML engine. You will have to create your a commons schema base for all your developers, that they will have to follow. Andrew Pliszka

Re: Usage of Struts - Tiles using tile controllers (Please help as i couldn't find enough documentation on it)

2007-02-20 Thread Andrew Pliszka
use to have to wash my hands every 15 minutes ;) Andrew Pliszka Dave Newton wrote: --- Andrew Pliszka wrote: Get this book, is is only $25 as pdf, http://www.apress.com/book/bookDisplay.html?bID=228 I'm not aware that it covers Tiles controllers to a greater extent tha

Re: problem switching to jboss 4.0.5 with struts 1.2.9

2007-02-20 Thread Andrew Pliszka
1) Check the tiles-defs XML config against DTD. 2) Check if the DTD is avaliable. Brian Long wrote: more helpful logging: 2007-02-16 11:05:48,529 ERROR [org.apache.struts.action.ActionServlet] Unable to initialize Struts ActionServlet due to an unexpected exception or error thrown, so marking

Re: Usage of Struts - Tiles using tile controllers (Please help as i couldn't find enough documentation on it)

2007-02-20 Thread Andrew Pliszka
Get this book, is is only $25 as pdf, http://www.apress.com/book/bookDisplay.html?bID=228 Andrew Pliszka Dave Newton wrote: --- [EMAIL PROTECTED] wrote: I trying to implement "Tile Controllers" concept in Struts 1.3.5 and i am not able to find enough documentation like