- Building Web Apps with Spring 5 and Angular
- Ajitesh Shukla
- 151字
- 2021-07-02 19:38:17
Introduction to Spring Web Framework
In this chapter, you will learn about the key concepts of the Spring framework, and how we can use this framework to develop web applications. The following are some of the topics that will be dealt with:
- Introduction to the Spring IOC container
- Introduction to the Spring web MVC
- Building a Hello World web application with Spring Boot
- Implementing controllers
- Handling request parameters
- Handler interceptors
- Handling responses
- Creating a RESTful Web Service
- Dockerizing Spring Boot Application
Starting with the section, Implementing controllers in this chapter, we will start building a sample healthcare web application to demonstrate the key concepts. The following are some of the key functionalities of the sample app which will be covered as part of building the app:
- Signup for doctors and patients
- Logging into the app
- Searching for doctors based on their specialties
- Fixing an appointment
- Interacting with the doctor
推薦閱讀
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程(第2版)
- Extending Jenkins
- JavaScript修煉之道
- C/C++算法從菜鳥到達人
- Flask Web開發(fā)入門、進階與實戰(zhàn)
- C語言程序設(shè)計
- Mastering Linux Network Administration
- 精通Linux(第2版)
- Mathematica Data Analysis
- 零基礎(chǔ)趣學(xué)C語言
- Java程序員面試筆試寶典(第2版)
- Processing創(chuàng)意編程指南
- Apache Camel Developer's Cookbook
- 自學(xué)Python:編程基礎(chǔ)、科學(xué)計算及數(shù)據(jù)分析(第2版)
- Vue.js 3應(yīng)用開發(fā)與核心源碼解析