RE: caching data in application server and EJB usage

2004-06-07 Thread Zhang, Larry \(L.\)
10:12 AM To: 'Struts Users Mailing List' Subject: RE: caching data in application server and EJB usage And why don´t you cache it in Oracle? Isn´t it enough? > -Mensaje original- > De: Zhang, Larry (L.) [mailto:[EMAIL PROTECTED] > Enviado el: lunes, 07 de junio de 2004 1

RE: caching data in application server and EJB usage

2004-06-07 Thread Jose Ramon Diaz
And why don´t you cache it in Oracle? Isn´t it enough? > -Mensaje original- > De: Zhang, Larry (L.) [mailto:[EMAIL PROTECTED] > Enviado el: lunes, 07 de junio de 2004 15:54 > Para: Struts Users Mailing List > Asunto: caching data in application server and EJB usage > &

caching data in application server and EJB usage

2004-06-07 Thread Zhang, Larry \(L.\)
I have a Oracle table that contains more than 1 rows and this table is almost a read-only table -- meaning that our web application uses this table just for read purposes. Since accessing the data in this table is frequent, so we decided to do some sort of caching so that the performance is