Spring
Content Spring Core Spring Data Integration Spring WEB Spring Other important module What is Spring ? Spring is a database injection framework to make java application loosely coupled. Spring framework makes the easy developed of JavaEE application. It was developed by Road Johnson in 2003. What is Dependency injection ? Its design pattern. Inversion of control : In dependency is capability to create object at runtime. Spring Module : Spring Core Module Core beans Context spEl AOP Aspect Instrumentation Messaging Data Access/Integration JDBC ORM JMS OXM Web Web Servlet Portlet WebSocket Test Spring IOC containter - It is predefined program those managed Object life Cycle Help of this object ready to use object our application. we don't need to create object. ApplicationContext -: ClasspathXMLApplicationContext AnnotationConfiApplicationContext FileSystemXMLApplicationContext Property Injection using P schema and using value as attribute Primitive Type: By using ...