Re: XML configuration and performance

2007-10-26 Thread Laurie Harper
Tomás Pollak wrote: Hello all, I am currently working on a development project for a web system using Struts 1.2.9. It is a fairly large system that has been under development for more than three years now. During the code-test-and-debug cycle we are forced to restart the server several times,

Re: XML configuration and performance

2007-10-26 Thread Chris Pratt
On 10/26/07, Laurie Harper [EMAIL PROTECTED] wrote: Tomás Pollak wrote: These files are pretty stable now, so having to pay the price to parse the XML every time seems unnecessary. I was wondering if there is an approach to configure a Struts application using code instead of XML files. Has

XML configuration and performance

2007-10-25 Thread Tomás Pollak
Hello all, I am currently working on a development project for a web system using Struts 1.2.9. It is a fairly large system that has been under development for more than three years now. During the code-test-and-debug cycle we are forced to restart the server several times, and we have noticed