The principle of the ssm framework is to integrate Spring, SpringMVC, and MyBatis as a framework for web projects with relatively simple data sources. The process is: Handler Mapping finds the corresponding Handler according to the request, calls the business logic for processing, and then performs view parsing.
SSM Framework Introduction
SSM (Spring SpringMVC MyBatis) framework set consists of two Spring and MyBatis Integrated with open source frameworks (SpringMVC is part of Spring). SSM is often used as a framework for web projects with simple data sources.
SpringMVC
SpringMVC intercepts user requests in the project. Its core Servlet, DispatcherServlet, assumes the responsibility of an intermediary and matches user requests to the Controller through HandlerMapping. The Controller is the operation performed by the specific corresponding request.
SpringMVC framework running process
The user sends the request to DispatcherServlet;
DispatcherServlet receives the request and queries one or more HandlerMapping to find and process the request Handler;
HandlerMapping finds the corresponding Handler according to the request, generates a Handler object and returns it to DispatcherServlet;
DispatcherServlet calls Handler through HandlerAdapter;
Handler (Controller) calls business logic (service) for processing, and returns to ModelAndView after processing is completed ;
HandlerAdapter returns the Handler processing result ModelAndView to DispatcherServlet;
DispatcherServlet queries one or more ViewReslover (view resolvers) and passes the ModelAndView to the specified ViewReslover;
After the ViewReslover is parsed, it returns the specific View to DispatcherServlet;
DispatcherServlet renders the View (populates the model data into the view);
DispatcherServlet responds to the user, and the View displays the results on the client.
The process is roughly as shown below:
DispatcherServlet is the core of the entire Spring MVC. It is responsible for receiving HTTP requests, organizing and coordinating the various components of Spring MVC, and its main work There are the following three items:
a. Intercept URL requests that match a specific format;
b. Initialize the WebApplicationContext corresponding to the DispatcherServlet context and associate it with the WebApplicationContext of the business layer and persistence layer;
c. Initialization Each component of Spring MVC is assembled into DispatcherServlet.
Spring
Spring is like a big factory that assembles beans in the entire project. In the configuration file, you can specify the use of specific parameters to call the constructor of the entity class. Instantiate the object. It can also be called the glue in the project.
The core idea of Spring is IOC (Inversion of Control), which means that programmers no longer need to explicitly new an object, but let the Spring framework do it all for you. The IOC container is responsible for instantiating, locating, configuring objects in the application and establishing dependencies between these objects. The purpose of Spring is to ensure that the relationship between objects (modules and modules) is not related through code, but is managed through configuration class descriptions (Spring dynamically assembles objects internally through reflection based on these configurations).
The IOC container represents the BeanFactory interface in the org.springframework.beans package, which provides the basic functions of the IOC container; and the ApplicationContext interface under the org.springframework.context package extends the BeanFactory and also provides integration with Spring AOP. , internationalization processing, event propagation and providing different levels of context implementation.
Simply put, BeanFactory provides the most basic functions of the IOC container, while ApplicationContext adds more support for enterprise-level functions. ApplicationContext fully inherits BeanFactory, so the semantics of BeanFactory also apply to ApplicationContext.
Spring running process
Load configuration file, ApplicationContext interface. The bean information in the configuration file is loaded into the HashMap. A bean usually includes id, class, property, etc. The id of the bean corresponds to the key in the HashMap, and the value in the HashMap is the bean.
Call the getBean method. getBean is used to obtain the bean in the applicationContext.xml file. The parameter is the id of the bean. In general, it will be forced to convert to the corresponding business layer (interface).
Call the method of the business layer (interface implementation).
How is the content in the bean injected? To put it simply, when a bean is instantiated, the class is actually instantiated. It calls the set method in the class through reflection to inject the class attributes previously saved in the HashMap into the class. This brings us back to the original place of Java, object.property, object.method.
Mybatis
Mybatis is an encapsulation of jdbc, which makes the underlying operations of the database transparent. Mybatis operations all revolve around a sqlSessionFactory instance. Mybatis is associated to the Mapper file of each entity class through the configuration file. The Mapper file is configured with the SQL statement mapping required for each class to the database. Every time you interact with the database, get a sqlSession through sqlSessionFactory, and then execute the sql command.
Mybatis dynamically proxies dao through MapperProxy. That is to say, when executing the method in the dao written by yourself, the corresponding MapperProxy is actually acting as the proxy.
Mybatis operating principle
Loading configuration file
Load SQL configuration information into MappedStatement objects one by one, including parameter mapping configuration, execution SQL statements, resulting mapping configuration, are stored in memory.
SQL parsing
When the API interface layer receives the call request, it will receive the ID of the incoming SQL and the incoming object (can be Map/JavaBean or basic data type), and Mybatis will find the corresponding one based on the ID of the SQL. MappedStatement, and then parsed according to the incoming parameter object MappedStatement. After parsing, the SQL statement and parameters to be ultimately executed can be obtained.
SQL execution
Get the final SQL and parameters into the database for execution, and get the results of operating the database.
Result Mapping
Convert the results of operating the database according to the mapping configuration, which can be converted into HashMap/JavaBean or basic data types, and return the final result.
The above is the detailed content of What is the principle and process of ssm framework?. For more information, please follow other related articles on the PHP Chinese website!

随着移动互联网的普及,今日头条已经成为我国最受欢迎的新闻资讯平台之一。许多用户希望在头条平台上拥有多个账号,以满足不同的需求。那么,如何开多个头条账号呢?本文将详细介绍开设多个头条账号的方法和申请流程。一、怎么开多个头条账号?开设多个头条账号的方法如下:在头条平台上,用户可以通过不同的手机号码注册账号。每个手机号只能注册一个头条账号,这意味着用户可以利用多个手机号注册多个账号。2.邮箱注册:使用不同的邮箱地址注册头条账号。与手机号码注册类似,每个邮箱地址也可以注册一个头条账号。3.第三方账号登录

在当今这个快节奏的社会,睡眠质量问题困扰着越来越多的人。为了改善用户的睡眠质量,抖音平台上出现了一群特殊的睡眠主播。他们通过直播与用户互动,分享睡眠技巧,提供放松的音乐和声音,帮助观众安然入睡。那么,这些睡眠主播是否有收益呢?本文将围绕这一问题展开探讨。一、抖音睡眠主播有收益嘛?抖音睡眠主播确实能够获得一定的收益。首先,他们可以通过直播间的打赏功能获得礼物和转账,这些收益取决于他们的粉丝数量和观众满意度。其次,抖音平台会根据直播的观看量、点赞量、分享量等数据,给予主播一定的分成。一些睡眠主播还会

崩坏星穹铁道行过死荫之地怎么做?行过死荫之地是主线任务【鸽群中的猫】其中一环,也是主线的最后阶段,下面小编带来崩坏星穹铁道行过死荫之地任务详解,感兴趣的小伙伴们快来看看吧。1.过完上一阶段剧情后,会自动传送到下图位置,和三月七对话后进入副本,记得组好队2.备用方案是要打【石心十人】诡异砂金,队伍四个角色战术和终结技最好都是群攻,最好带上盾和奶,这个【石心十人】诡异砂金不好打,摇骰子的时候,如果你的点数大于砂金就不会被打,并且结束后回满终结技能量,小于就会被打,所以尽量带群攻角色打点数。在boss

崩坏星穹铁道所有悲伤的故事怎么做?所有悲伤的故事是主线任务【鸽群中的猫】其中一环,此阶段流程比较长,下面小编带来崩坏星穹铁道所有悲伤的故事任务详解,各位朋友们来看看吧。1.完成前一阶段之后,会自动传送到第2个新地图【克劳克影视乐园】,一路追踪任务从1【弹珠机】去2位置跟着第3位角色发挥,完成剧情后,前往第4位位置和小孩对话,完成小游戏【速度与坚果】,类似天天酷跑的小游戏很简单。3.接着追踪任务从下图1位置【弹珠机】飞到2位置4.到下图位置后,需要走迷宫,从左边进去后,一直靠右走即可到达1任务点5

php-fpm请求处理流程详解与优化策略一、引言在Web应用开发中,PHP是一种非常流行的服务器端脚本语言。而php-fpm(FastCGIProcessManager)则是PHP的一种管理器,用于处理PHP请求。本文将详细介绍php-fpm的请求处理流程,并探讨如何优化php-fpm,提升Web应用的性能。二、php-fpm请求处理流程客户端发起请求当

Vue.js是一种流行的JavaScript框架,用于构建用户界面和单页面应用程序。其简洁的语法、灵活性和强大的功能使得它成为了许多开发者的首选。在最近的项目开发中,我和我的团队积累了一些优化开发流程和工作效率的经验,特此分享给大家。首先,作为Vue.js开发的基础,我们要充分了解Vue.js的生态系统和核心概念。Vue.js的核心概念包括数据驱动、组件系统

Java语言是一种使用广泛的面向对象编程语言,被广泛应用于企业级软件开发中。在Java语言中,软件开发流程是一个非常重要的部分,它能够帮助开发团队更加高效地完成软件开发任务。本文将会介绍Java语言中的软件开发流程,并探讨其各个阶段所要完成的任务。需求分析阶段软件开发的第一步是进行需求分析,该阶段旨在确定软件需求。在Java语言中的需求分析阶段,开发团队需要

近年来,随着数据量的爆炸式增长,大数据应用的需求越来越大。PHP作为一门广受欢迎的编程语言,被广泛应用于Web开发中,同时也可以用于构建大数据应用。本文将介绍使用PHP构建大数据应用的基本流程,包括数据处理、存储与分析三个方面。一、数据处理数据处理是大数据应用的第一步,其目的是将数据从各个来源采集过来,并进行初步处理和清洗,以便存储和分析使用。PHP可以使用

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

WebStorm Mac version
Useful JavaScript development tools

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software
