Spring Flashcards
Are large bodies of pre written code which you add your own code in order to solve a problem
Franeworks
Something fast and sufficient
Frameworks
Java framework principle
Dont call us, we’ll call you
Different java framework
Hibernate, spring, grails, gwt, struts, hadoop
Date spring created
February 2003
Who created spring
Rod johnson
Host for spring framework
Sourceforge
Is a complete and modular framework for developing enterprise applications in java
Spring
Can be used for all layer implementation for real time application
Spring framework
Can be used development of particular layer for real time application
Spring framework
Feature of spring
Open source Comprehensive tool Light weight Solves problems Frameworks of frameworks Avail array of resources
Why spring is popular?
Because of:
Simplicity, testability, loose coupling
Spring framework is simple because as it is non invasive. It uses POJO and POJI
Simplicity
If a java class is not coupled with any technology or any framework then that is java class called
POJO or Plain Old Java Class
If java interface is not coupled with any technology or any framework then such java interface called
POJI or Plain Old Java Interface