I am using EHCache as second level cache for my application's Hibernate DAO layer. To implement distributed cache I am planning to include Terracotta Server.
Recently I came to know about Terracotta's another product Big Memory
.
Few questions regarding that:
- How is Big Memory will help on top of Terracotta/EhCache?
- Will it compliment Terracotta/EhCache implementation?
- Will it be worth giving a try?
I work on a Java EE application which has a flex UI, Hibernate ORM layer, SQL Server 2008 and Tomcat application server.