From: John A. T. <ja...@ja...> - 2010-01-13 20:09:23
|
On Wed, Jan 13, 2010 at 1:51 PM, Rick Westerman <wes...@pu...>wrote: > Once again I hesitate to make suggestions when I am not going to > implement them and may not know what I am talking about ... however ... > during the compile into a jar could the global Tiles file be converted > into a Java-friendly format that is quick to read and parse? That way > when the program actually runs it just picks up the pre-formatted data > and does not need to do XML parsing. The fastest to load would be serialized Java objects, and you can load the entire object graph at once. -- John A. Tamplin |