Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Object Caching [Was: JDBC Class Abstraction]

Re: Object Caching [Was: JDBC Class Abstraction]

From: Ove Rune Driveklepp <ovedri01_at_mr.telia.no>
Date: Thu, 11 Nov 1999 13:15:26 GMT
Message-ID: <382AC167.A268412C@mr.telia.no>


I'm doing a caching on the client side. I have made a TableModel to keep 100rows in a Vector. (MouseoverEvent in the table gets it's data from the Vector). If the user asks for a row outside this vector I'm doing another 100 row fetch to the serverside ResultSet.

-Ove Rune Driveklepp-

Bernhard Fischer wrote:

> According my observation the Swing views ask their model very often (e.g.
> even when moving the mouse over a JTable). Therefore my question: In this
> case is it recommended to do an additional client side caching of the data?
> In order to keep the views of all clients consistent, there is an additional
> synchronisation of all object copies necessary. Does someone know a
> description (WhitePaper) of such an architecture in the Web?
>
> Thanks,
> Bernhard Fischer
>
> Joseph Weinstein schrieb in Nachricht <382858E0.C6753FE3_at_weblogic.com>...
> [...]
> > For now, I'd suggest a middle tier that concentrates client requests,
> and
> >caches relevant data asynchronously so every client request needn't involve
> >the DBMS. If desired, the middle tier can notify clients if specific data
> has
> >changed since they got their last copy. Clients should communicate with the
> >middle tier using light-weight fast protocols like RMI and or JMS.
> >
> >Joe Weinstein at BEA, the home of WebLogic
> >
> >Sameer Utrankar wrote:
> >
> [...]
Received on Thu Nov 11 1999 - 07:15:26 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US