Re: [java-list] novo J2EE pattern

2001-12-06 Por tôpico Sven van ´t Veer
Uma resposta do J2EE interest: Hi! How do you handle the following topics: 1) Lets say the DAO is involved in a transaction with a isolation level that means that data should not be visible to clients outside the transaction until the transaction is commit? The solution to this could be to let

Re: [java-list] novo J2EE pattern

2001-12-06 Por tôpico Maiko A. Rocha
PessoALL,  http://otn.oracle.com/products/ocs4j/content.html []s Maiko   Antonio Kantek <[EMAIL PROTECTED]> escreveu: A.C.E. Smart Cache: Speeding Up Data Access postado: Lawrence Bruhmuller  (http://www.theserverside.com/patterns/thread.jsp?thread_id=10610)   Intent: To cache data objects (

[java-list] novo J2EE pattern

2001-12-06 Por tôpico Antonio Kantek
A.C.E. Smart Cache: Speeding Up Data Access postado: Lawrence Bruhmuller  (http://www.theserverside.com/patterns/thread.jsp?thread_id=10610)   Intent: To cache data objects (be they value objects or entity beans) that are frequently read, yet represent mutable data (read-mostly). This prob