RE: Struts 2 performance

2007-07-12 Thread David Chisholm
We've only seen some initial high level benchmarks, and there isn't enough information yet to assert what is the source of the performance differences. This should be identified before trying things like a new version of OGNL. David -Original Message- From: Don Brown [mailto:[EMAIL

RE: [s2] break up a large struts.xml file into smaller pieces : extends problem

2007-05-16 Thread David Chisholm
There's a known bug in the parsing of the struts.xml file, which I believe has been fixed in the 2.0.2 version of the xwork library, that prevents it from finding the packages that you define in struts.xml and later extend. However, I was able to work around this problem by putting my own default

RE: [s2] break up a large struts.xml file into smaller pieces : extends problem

2007-05-16 Thread David Chisholm
One more thing - once I upgraded to xwork 2.0.2, I was able to include my default/base package include file first. -- David -Original Message- From: David Chisholm [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 16, 2007 4:29 AM To: 'Struts Users Mailing List' Subject: RE: [s2] break

RE: Problems getting started with Tiles2/S2

2007-05-11 Thread David Chisholm
This is a good summary, and I can add one item. To specify which files to use for your tiles definition config file, you can add the following to your web.xml: context-param param-nameorg.apache.tiles.DEFINITIONS_CONFIG/param-name param-valuetiles-defs-1.xml,

RE: S2 and tiles2 status

2007-05-10 Thread David Chisholm
The version of Tiles 2 shipped with Struts 2.0.6 is an early snapshot. The Strut2 plugin for Tiles 2 only works with this version. It will not work with the latest Tiles 2 release, 2.0.3. I'm using the Struts 2.0.6 version of Tiles2 without any issues so far. Just be careful with your