DEV Community

sankar91
sankar91

Posted on

Spring basics

We need only blueprint that means a sketch or outline
which is Spring XML where we mention the bean object
this will contact the bean class and execute the particular class methods the analogy is also very similar to Tomcat server where Servlet present web.xml file calls the DAO class

Top comments (0)