Vanderbilt University - Building HTTP APIs with Spring
- Offered byCoursera
Building HTTP APIs with Spring at Coursera Overview
Duration | 10 hours |
Start from | Start Now |
Total fee | Free |
Mode of learning | Online |
Official Website | Explore Free Course |
Credential | Certificate |
Building HTTP APIs with Spring at Coursera Highlights
- Earn a certificate from Vanderbilt University
- Add to your LinkedIn profile
- October 2023
- 2 assignments
Building HTTP APIs with Spring at Coursera Course details
- Unlock the power of building HTTP APIs with Spring, one of the most versatile and widely-used Java frameworks, in this comprehensive course tailored for both beginners and seasoned developers. Dive deep into building robust, scalable, and secure HTTP APIs from scratch and gain mastery over RESTful services with Spring Boot.
- What You'll Learn:
- Foundational Concepts: Understand the principles of REST and the significance of stateless APIs.
- Spring Boot Mastery: Kickstart your applications and reduce the boilerplate with Spring Boot. Dive into data access, security configurations, and more.
- Data Persistence: Integrate with databases using Spring Data JPA and discover the magic of CRUD operations without writing SQL.
- Security: Safeguard your APIs with Spring Security, implementing authentication and authorization mechanisms.
- Testing: Ensure your APIs stand the test of time with unit, integration, and end-to-end testing strategies.
- Who Should Enroll:
- Students should have a solid understanding of coding in Java.
Building HTTP APIs with Spring at Coursera Curriculum
Frameworks, Components, & Dependency Injection
Frameworks, Inversion of Control, & Dependency Injection
The Java Spring Framework
Software Components
Defining a Configuration
Software Component Life-cycle Management
Capturing Application Metadata with Java Annotations
Dependency Injection Styles
Integration Testing with the Spring Framework
Understanding HTTP
What is a Web Application & Why HTTP?
Communication Protocols
HTTP Request Anatomy
URLs & Query Parameters
Mime Types, Content-Type Headers, & Request Body Encoding Json
HTTP Response Anatomy, HTTP Response Codes, & Cookies
Quiz 1
Building Web Applications
Building Web Applications on HTTP
Spring Controllers & Handling Client Input
Web Application Frameworks, Routing, & Request Handling
Marshalling & Unmarshalling Data
Modern Spring Controllers
Spring Data JPA
Web Application Security Basics
Authentication vs. Authorization
Cookies & Sessions
Spring Security Walkthrough
The Principal
Cross-site Request Forgery
Public Key Infrastructure
Quiz 2