Re: Client-side Caching???

2002-11-15 Thread Jon Ferguson
on the server :-) Cheers, Jon - Original Message - From: Andrew Hill [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, November 13, 2002 10:13 AM Subject: RE: Client-side Caching??? A lot of web developers suffer from dhtmlaphobia and wont dare use any form

Re: Client-side Caching???

2002-11-13 Thread Jon Ferguson
the wrong tree! Cheers, Jon - Original Message - From: [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 9:06 AM Subject: RE: Client-side Caching??? Jon, How does the client jump to page B? If this is done outside the scope of your

RE: Client-side Caching???

2002-11-13 Thread Savantraj, Chennamakal Subramanian
;ieee.org] Sent: Wednesday, November 13, 2002 5:49 PM To: Struts Users Mailing List Subject: Re: Client-side Caching??? Hi Eelco, I'm using tiles to create tabbed panes: | A | B C | etc... The user can select any pane to view other aspects of the application.. much like you would do in swing. SO

RE: Client-side Caching???

2002-11-13 Thread Andrew Hill
Message- From: Savantraj, Chennamakal Subramanian [mailto:Savant.Rcs;ap.sony.com] Sent: Wednesday, November 13, 2002 17:59 To: 'Struts Users Mailing List' Subject: RE: Client-side Caching??? Why can't you try pure DHTML solutions for providing this kind of effects. Of course you may have

Re: Client-side Caching???

2002-11-13 Thread eelco . klaver
Users Mailing List [EMAIL PROTECTED] cc: 13-11-2002 10:48 Subject: Re: Client-side Caching

RE: Client-side Caching???

2002-11-12 Thread eelco . klaver
] cc: Struts Users Mailing List [EMAIL PROTECTED] 11-11-2002 13:19 Subject: RE: Client-side Caching??? Please

RE: Client-side Caching???

2002-11-11 Thread James Mitchell
use? Two strong oxen or 1024 chickens? - Seymour Cray (1925-1996), father of supercomputing -Original Message- From: Jon Ferguson [mailto:ferguson;ieee.org] Sent: Monday, November 11, 2002 6:46 AM To: Struts Developers List Subject: Client-side Caching??? Greetings all, A web

Re: Client-side Caching???

2002-11-11 Thread V. Cekvenich
;ieee.org] Sent: Monday, November 11, 2002 6:46 AM To: Struts Developers List Subject: Client-side Caching??? Greetings all, A web-application issue I'm trying to solve: Assume you have a complex web-app that requires links and input between several web-forms. The user can jump around

Client Side Caching

2002-08-29 Thread mhanel
Is there a possibility to use Client Side Caching? For example to Save a picture and reload it from the browsers cache, when nothing has changed. or A Page which contains contents from a Database and when nothing has changed on the DB reload the old page from the cache. Thanks Matthias

RE: Client Side Caching

2002-08-29 Thread Galbraith, Paul
PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: August 29, 2002 7:21 AM To: [EMAIL PROTECTED] Subject: Client Side Caching Is there a possibility to use Client Side Caching? For example to Save a picture and reload it from the browsers cache, when nothing has changed. or A Page which contains contents

RE: Client Side Caching

2002-08-29 Thread Lisa van Gelder
PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 29 August 2002 12:21 To: [EMAIL PROTECTED] Subject: Client Side Caching Is there a possibility to use Client Side Caching? For example to Save a picture and reload it from the browsers cache, when nothing has changed. or A Page which contains contents from

RE: Client Side Caching

2002-08-29 Thread Lisa van Gelder
Oops - I just actually read the question. :) OSCache won't do client side caching, but it will stop you actually reloading stuff from the db to serve to people if it hasn't changed. Lisa -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 29 August 2002 12:21

RE: Client Side Caching

2002-08-29 Thread Galbraith, Paul
Lisa, I've only glanced at OSCache, but this would be server-side caching, no? -Original Message- From: Lisa van Gelder [mailto:[EMAIL PROTECTED]] Sent: August 29, 2002 9:50 AM To: 'Struts Users Mailing List' Subject: RE: Client Side Caching You could look at using a tablib like

RE: Client Side Caching

2002-08-29 Thread Galbraith, Paul
Dittooops! Sorry :-) -Original Message- From: Lisa van Gelder [mailto:[EMAIL PROTECTED]] Sent: August 29, 2002 9:56 AM To: 'Struts Users Mailing List' Subject: RE: Client Side Caching Oops - I just actually read the question. :) OSCache won't do client side caching