cache « MySQL « JPA Q&A





1. NoSQL or Ehcache caching?    stackoverflow.com

I'm building a Route Planner Webapp using Spring/Hibernate/Tomcat and a mysql database, I have a database containing read only data, such as Bus Stop Coordinates, Bus times which is never updated. ...

2. Hibernate Cache Problem with MySQL -- urgent    forum.hibernate.org

I have two application running on JBoss 3.2.5 with Jetty 5.0 The first application adds some data into the data base. The second application uses that data to generate reports. When i am adding the data using the first application and then retriving the data with second application to generate reports, i am not getting the latest recrods(data) back in the ...