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 -> Object Caching [Was: JDBC Class Abstraction]

Object Caching [Was: JDBC Class Abstraction]

From: Bernhard Fischer <Bernhard.Fischer_at_mchr2.siemens.de>
Date: Thu, 11 Nov 1999 09:24:34 +0100
Message-ID: <80dug2$k32$1@mosquito.HL.Siemens.DE>


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 - 02:24:34 CST

Original text of this message

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