filmov
tv
How to Create Your First Model in Spring MVC? Spring-Ep:14 #springmvc #bengali #Model #ModelView

Показать описание
Hi,
Hope you are all doing great. Let's learn together.
Chapters ❤
0:00 Introduction
01:00 Theory Discussion
03:42 How to Create Your First Model
08:45 Code Implementation
19:17 Model Interface Implementation
27:51 ModelAndView class
Note:
Spring is a lightweight framework. It was developed by Rod Johnson in 2003. Spring framework makes the easy development of JavaEE applications.
Video Links:
Core Java Playlist:
Spring Playlist:
Spring Video List:
Document Link -
Spring MVC
JSP
Like, Comment, Share, and Subscribe.
Thank you again.
Bootstrap
STS Link:
Eclips Download
Tomcat Download
JDK Link:
To download spring jars
MYSql Connector JAR
MYSql Installer
Form Submission in Spring MVC
@RequestParam :
In Spring MVC, the @RequestParam annotation is used to read the form data and bind it automatically to the parameter present in the provided method. So, it ignores the requirement of the HttpServletRequest object to read the provided data.
How to Create Your First Model in Spring MVC?
Spring MVC is a Web MVC Framework for building web applications. The Spring MVC framework is comprised of the following components:
Model: A model can be an object or collection of objects that basically contains the application's data.
View: A view is used for displaying the information to the user in a specific format. Spring supports various technologies like jsp, freemarker, velocity, and thymeleaf.
Controller: It contains the logical part of the application. @Controller annotation is used to mark that class as controller.
Front Controller: It remains responsible for managing the flow of the web application. DispatcherServlet acts as a front controller in Spring MVC.
Note: Models are nothing, they are just data.
Model Interface
Spring Framework provides an Interface called Model to work with the data.
It is also used to transfer data between the view and controller of the Spring MVC application.
Hope you are all doing great. Let's learn together.
Chapters ❤
0:00 Introduction
01:00 Theory Discussion
03:42 How to Create Your First Model
08:45 Code Implementation
19:17 Model Interface Implementation
27:51 ModelAndView class
Note:
Spring is a lightweight framework. It was developed by Rod Johnson in 2003. Spring framework makes the easy development of JavaEE applications.
Video Links:
Core Java Playlist:
Spring Playlist:
Spring Video List:
Document Link -
Spring MVC
JSP
Like, Comment, Share, and Subscribe.
Thank you again.
Bootstrap
STS Link:
Eclips Download
Tomcat Download
JDK Link:
To download spring jars
MYSql Connector JAR
MYSql Installer
Form Submission in Spring MVC
@RequestParam :
In Spring MVC, the @RequestParam annotation is used to read the form data and bind it automatically to the parameter present in the provided method. So, it ignores the requirement of the HttpServletRequest object to read the provided data.
How to Create Your First Model in Spring MVC?
Spring MVC is a Web MVC Framework for building web applications. The Spring MVC framework is comprised of the following components:
Model: A model can be an object or collection of objects that basically contains the application's data.
View: A view is used for displaying the information to the user in a specific format. Spring supports various technologies like jsp, freemarker, velocity, and thymeleaf.
Controller: It contains the logical part of the application. @Controller annotation is used to mark that class as controller.
Front Controller: It remains responsible for managing the flow of the web application. DispatcherServlet acts as a front controller in Spring MVC.
Note: Models are nothing, they are just data.
Model Interface
Spring Framework provides an Interface called Model to work with the data.
It is also used to transfer data between the view and controller of the Spring MVC application.
Комментарии