Re: DTD's and TLD's in Struts.jar Why?

2003-03-17 Thread Dennis Muhlestein
DTDS They are used to validate xml files at deploy time. Without them you could 1) turn off the validation (not recommended) 2) The validator would reference the dtds off the web site if they are not found in the jar. (Probably not good either). TLDS You can either put tlds in /WEB-INF/*.tld an

DTD's and TLD's in Struts.jar Why?

2003-03-17 Thread Greg Hess
Hi All, One of my co workers is optimizing the deployment of my Struts based web application. He has asked me why the Struts.jar contains DTD's and TLD's and if not used would like to remove them to improve speed of deployment. The only reason I can think of is for documentation and to provide th