Tuesday, 12 February 2019

What is Spring Boot and how it is related with Spring?

Spring provides loosely coupled IOC based approach, although spring saves a lot of object creation but it increases "configurations" and you have to create container object & specify where to look for an object, Apart from that you have to specify a lot of configurations for Database, Transactions,...

Saturday, 2 February 2019

What is IOC and Dependency Injection? (Need of Spring with real life example)

The concept of IOC (Inversion of control) says just to use object and dependencies should be delegated (give responsibility) to a runtime environment that is IOC container in Spring. IOC (Inversion of control) deals with 3 things:         1. Object Creation,    ...

Saturday, 26 January 2019