by cfrost | Jan 23, 2013 | Spring
Inversion of Control (IoC) principle – Also known as dependency injection (DI). IoC is a process whereby objects define their dependencies, only through constructor arguments. The container then injects those dependencies when it creates the bean. This process...
by cfrost | Aug 27, 2012 | Spring
Spring was introduced in 2005 and has evolved from there. Nowadays, you need Spring and Hibernate for most of the jobs. Spring began with a dislike of Enterprise Java Beans (EJB). What Is Spring? Spring is described as a lightweight framework for building Java...