Spring Tutorial_Self-Study Tutorial for Introduction to Programming_Rookie Tutorial-Free Tutorial Sharing

Introduction to the tutorial

The Spring framework is an open source J2EE application framework initiated by Rod Johnson. It is a lightweight container that manages the bean life cycle. Spring solves many common problems that developers encounter in J2EE development and provides powerful IOC, AOP and Web MVC functions. Spring can be used alone to build applications, or it can be used in combination with many Web frameworks such as Struts, Webwork, Tapestry, etc., and can be combined with desktop application APs such as Swing. Therefore, Spring can not only be used in J2EE applications, but also in desktop applications and small applications. The Spring framework mainly consists of seven parts, namely Spring Core, Spring AOP, Spring ORM, Spring DAO, Spring Context, Spring Web and Spring Web MVC.

Spring Getting Started Tutorial - Learn about Java Spring Framework version 4.1.6 in simple steps from basic to advanced concepts which includes overview, architecture, environment setup, Hello World example, Inversion of Control (IoC), Dependency Injection, bean definition, scoping, Bean life cycle, post-processor, definition inheritance, dependency injection, inner beans, injected collections, autowiring, annotations, Java-based configuration, event handling, custom events, different modules, aspect-oriented programming (AOP), database access ( JDBC), Transaction Management, Web MVC Framework, Logging using Log4j, Web Streaming, Exception Handling, EJB Integration and Sending Emails, Spring Interview Questions, Answers, Quizzes and Online Mock Tests.

Tutorial directory

  • Spring Tutorial
  • Spring Framework - Overview
  • Spring Framework - Architecture
  • Spring - environment settings
  • Spring - Hello World example
  • Spring - IoC Containers
  • Spring - Bean definition
  • Spring - Bean Scopes
  • Spring - Bean Life Cycle
  • Spring - Bean Post Processor
  • Spring - Bean definition inheritance
  • Spring - Dependency Injection
  • Spring - Injecting Inner Beans
  • Spring - Injecting Collection
  • pring - Beans Auto-Wiring
  • Spring - annotation based configuration
  • Spring - Java based configuration
  • Event handling in Spring
  • Custom events in Spring
  • AOP and Spring framework
  • Spring - JDBC Framework Overview
  • Spring - transaction management
  • Spring - MVC framework
  • Spring - Logging using Log4J
  • Spring - Useful resources

Guess you like

Origin blog.csdn.net/qq_43658454/article/details/132695815