
Back End Foundations - Java
Provided By 

About the course:
Description: The Back End Foundations course is an introduction to creating server-side web applications and services. Students will learn how to create server-side APIs and render websites. Language-specific concepts will be covered, outlining the nuances associated with the elective framework. Objectives: Learn the basics of the request/response cycle. Learn how to render HTML in response to a request. Learn how to render JSON or XML in response to a request. Understand how to build a REST endpoint. Learn how to interface with a database system from a web application.