Friday, June 30, 2006

How SpringFrameWork works?

SpringFramework works on the principle of Inversion Control.

What is Inversion Control?
Inversion Control, also known as IOC, is an important object-oriented programming principle that can be used to reduce coupling inherent in computer programs.

Read more about Inversion Control from Wikipedia.

A simple demo of Inversion of Control (using Spring framework)available.

No comments: