Tech Rocks

Coldfusion
Java
JQuery

An online resource for latest web technologies like Coldfusion, JRun, Pro*C, JQuery, HTML5, PHP, W3C, Java, J2EE, C, C++, ORACLE, PL/SQL, MySql, Ajax, Coldbox, Fusebox, UNIX, JavaScript, NodeJS and much more... contact@tech-rocks.org

Tuesday, October 22, 2013

Benefits of IOC

  • Minimizes the amount of code in your application.

  • Makes your application easy to test as it doesn't require any singletons or JNDI lookup mechanisms in your unit test cases.

  • Loose coupling is promoted with minimal effort and least intrusive mechanism.

  • IOC containers support eager instantiation and lazy loading of services.

0 comments :