2 Replies Latest reply on Aug 10, 2006 1:23 AM by mrohad

    entity beans caching

    mrohad

      I've many codes table with 10-300 rows in each that almost never changed

      in Ejb 2.1 no one would reccomand to use entity beans to represent those tables because it's impossibole to cache them

      what about EJB 3.0? can I cache entity beans in ejb 3.0?
      or should I use reguler JDBC?
      thanks