Spring Framework Core
Spring Framework Core
IOC:
the ioc container which reads the config file and create objects present in that
class
for creating a obj by the user he has to use getBean("obj name",Class name.class)
*<bean id ="obj name" class="paste the qualified name"> <bean> in xml file*
which means without combining two classes but combining the classes by takinng the
private classname f;
by consturctor and getter setter methods we can add the values
Annotations :
@propertySource("classpath:file name")
file name is used in property source
in file collage name =