Saving/Retreving BLOB object in Spring 3 MVC and Hibernate

Saving/Retreving BLOB object in Spring 3 MVC and Hibernate

Working with BLOB / CLOB data types in database is sometime a trivial task. I found particularly when working with Hibernate 3 to store and retrieve BLOB objects we need certain things to be taken care of. Let us see a tutorial where we will using Spring 3 MVC and Hibernate 3 to store and retrie

[ read more ]

JSF 2.0 + Spring + Hibernate integration example

Here’s a long article to show you how to integrate JSF 2.0, Spring and Hibernate together. At the end of the article, you will create a page which display a list of the existing customer from database and a “add customer” function to allow user to add a new customer into database. P.S In this

[ read more ]

Spring Framework Architecture

Spring Framework Architecture

Spring could potentially be a one-stop shop for all your enterprise applications, however, Spring is modular, allowing you to pick and choose which modules are applicable to you, without having to bring in the rest. Following section gives detail about all the modules available in Spring Framewo

[ read more ]

Spring cglib

In this section we will learn about Spring cglib library and understand the importance of it. You will also find the url to download cglib library What is cglib? The cglib is high performance library in Java. It is used to extend Java classes and implement interfaces in runtime. It is one the be

[ read more ]