Luminis Update Fall 2013

We’ve been gearing up for our Luminis 5.1 upgrade, so I was interested in this morning’s update on Luminis.  This morning’s webinar was hosted by Alan Hansen, VP of Product Management, and Cordell Bourne, Product Owner for Luminis.  Even though it...

Inversion of Control and Dependency Injection

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...

Intro to Spring Framework

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...