Joda Time: A quality replacement for the Java date and time classes!

Joda-Time provides a quality replacement for the Java date and time classes. At last Java 8 is coming up with completely re-designed Date and Time features. Even though...


Java 8 : What are the new features coming?

Java 8 is having some really exciting features at both the JVM and language level. Below are the full features coming in Java 8. Java Programming Language Lambda...


Spring XD, a Runtime Environment for Big Data!

Spring XD is a unified, distributed, and extensible system for data ingestion, real time analytics, batch processing, and data export. Much of the complexity in building real-world big...


SIX sparkling features of Apache Spark!

What is Apache Spark? Why there is a serious buzz going-on about this? If you are into BigData analytics business then, should you really care about Spark? Hope...


The Second Level Cache in Hibernate : Settings and Configurations.

A Hibernate Session is a transaction-level cache of persistent data. We can configure a cluster or JVM-level (SessionFactory-level) cache on a class-by-class and collection-by-collection basis. We can also...


List of Cache Providers in Hibernate and their Concurrency Support details

Here in this port you can find the list of Cache providers and their Concurrency support details. (Exerted from Official Hibernate Tutorial) EHCache (Easy Hibernate Cache) (org.hibernate.cache.EhCacheProvider) It...

+