Re: Caching Appliction Level Data?

2005-02-14 Thread David Johnson
that does the loading up of my application wide data (country codes etc) Discuss P.S., I'm reading furiously in the professional java server programming book as I write this ha ha ha 14 Feb 2005 14:16:17 -0500, David Johnson [EMAIL PROTECTED] wrote: I see your points. We arent sure yet what

Re: Caching Appliction Level Data?

2005-02-14 Thread David Johnson
', but it's certainly common practive AFAIK :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Mon, February 14, 2005 2:08 pm, David Johnson said: Ah! After reading up on the Struts Plugins, I have the following question

Re: Caching Appliction Level Data?

2005-02-14 Thread David Johnson
coding. Data caching ...in Data Layer. .V David Johnson wrote: Hi All I have a need in an app I'm working on to cache data that is valid and shared across users, like standard country codes, region codes, industry codes... stuff like that. What's the best way to do that with my

Re: Caching Appliction Level Data?

2005-02-14 Thread David Johnson
about the problem where some of the stuff I'd need in my listener is actually being set up in a struts plug-in (that's the way it is currently) On Mon, 14 Feb 2005 14:34:23 -0500 (EST), Frank W. Zammetti [EMAIL PROTECTED] wrote: On Mon, February 14, 2005 2:26 pm, David Johnson said: Frank I see

Re: Caching Appliction Level Data?

2005-02-14 Thread David Johnson
, Rick Reumann [EMAIL PROTECTED] wrote: David Johnson wrote the following on 2/14/2005 12:54 PM: I have a need in an app I'm working on to cache data that is valid and shared across users, like standard country codes, region codes, industry codes... stuff like that. Everyone has given you

Struts In Action - Still up to date?

2005-02-13 Thread David Johnson
Hi all I've looked at Ted Husted's book Struts in Action and I think it's what I'm looking for, but it's a bit long in the tooth, publushed in Nov 2004. Does anyone (including Ted) have any idea when a new version is going to come out with authoritative coverage of 1.2? Very much want this

Opinions : Need a good Struts Tiles book

2005-02-11 Thread David Johnson
Hi all I'm in search of a good Struts and Tiles book. I have Struts experience but not tiles. I plan to use tiles though for a project I just started Any thoughts? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Opinions : Need a good Struts Tiles book

2005-02-11 Thread David Johnson
. --- James Holmes [EMAIL PROTECTED] wrote: Hey David, I wrote an article on Tiles for Oracle Magazine that might be helpful to you. You can get the link for it at: http://www.jamesholmes.com/struts/ James -Original Message- From: David Johnson [mailto:[EMAIL PROTECTED

Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27/Windows)

2005-01-06 Thread David Johnson
Hi all (I forgot to mention this is all happening on a Windows 2000 server) I'm working on an application currently that is experiencing some intermittent memory problems when installed onto our integration test server, but not on the development staff's local laptops. I have attempted to

<    1   2