H2 Database – Installation H2 is a database written in Java. We can easily embed this database to our application by using JDBC. We can run this on many different platforms or any version of Java Runtime Environment. However, before installing the database, there should be Java installed in the system. Verify Java Installation If […]
Hazelcast – Useful Resources The following resources contain additional information on Hazelcast. Please use them to get more in-depth knowledge on this. Useful Links on Hazelcast − Office website of Hazelcast − Hazelcast, its history and various other terms has been explained in simple language. Useful Books on Hazelcast To enlist your site on this […]
Discuss Hazelcast Hazelcast is a distributed IMDG, i.e. in-memory data grid, which is used widely across industries by companies like Nissan, JPMorgan, Tmobile, to name a few. It offers various rich features including distributed cache to store key-value pairs, constructs to create and use distributed data structure, and a way to distribute your computation and […]