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 is fast. lightweight. Easy-to-use. Supports read-only and read/write caching. Supports memory-based and disk-based caching. Does not support clustering. OSCache (Open Symphony Cache) (org.hibernate.cache.OSCacheProvider) It is a powerfulContinue reading “List of Cache Providers in Hibernate and their Concurrency Support details”

Spring Interview Questions Part: 1

What is mean by Dependency Injection? Or What do you mean by Inversion of Control? Dependency injection (DI) is a programming design pattern and architectural model, sometimes also referred to as inversion of control or IOC, although technically speaking, dependency injection specifically refers to an implementation of a particular form of IOC. Dependancy Injection describesContinue reading “Spring Interview Questions Part: 1”

A review of “Spring Web Flow 2 Web Development” book from Packt.

About Spring Web Flow Spring Web Flow allowing us to represent the UI flow in (part of) a web application in a clear and simple way. It has several advantages: The UI flow in a web application is clearly visible by looking at the corresponding web flow definition (typically in an XML file). Web FlowsContinue reading “A review of “Spring Web Flow 2 Web Development” book from Packt.”

Design a site like this with WordPress.com
Get started