Jackson's Guide to Java
Java in depth
Pages
(Move to ...)
Welcome, all java solutions
Declaration and access control
Object Orientation
Frequently asked Question in java
▼
Tuesday, March 1, 2011
Spring – InitializingBean and DisposableBean
›
Spring – InitializingBean and DisposableBean In Spring, InitializingBean and DisposableBean are two interfaces, implementing thes...
1 comment:
Spring – Properties dependency checking
›
Spring – Properties dependency checking In Spring framework, you can make sure all the required properties have been set in bean by using p...
How to integrate your Struts application with Spring
›
How to integrate your Struts application with Spring To integrate your Struts application with Spring, we have two options: 1. Config...
1 comment:
How to integrate Spring and Hibernate using HibernateDaoSupport
›
What are the ways to access Hibernate using Spring There are two approaches to spring’s Hibernate integration: 1. Inversion of Contro...
What do you mean by Auto Wiring
›
What do you mean by Auto Wiring The Spring container is able to auto wire relationships between collaborating beans. This means that it is ...
1 comment:
What is the typical Bean life cycle in Spring Bean Factory Container
›
What is the typical Bean life cycle in Spring Bean Factory Container Bean life cycle in Spring Bean Factory Container is as follows: · T...
1 comment:
Monday, February 28, 2011
How is a typical spring implementation look like
›
How is a typical spring implementation look like For a typical Spring Application we need the following files: · An interface that defin...
1 comment:
What are the common implementations of the Application Context
›
What are the common implementations of the Application Context The three commonly used implementation of 'Application Context' are ...
5 comments:
What is Application Context
›
What is Application Context A bean factory is fine to simple applications, but to take advantage of the full power of the Spring framework,...
What is Bean Factory
›
What is Bean Factory A BeanFactory is like a factory class that contains a collection of beans. The BeanFactory holds Bean Definitions of m...
›
Home
View web version