/Spring-RestApi-Todo

this the server side project for Todo

Primary LanguageJava

Todo List

Future Topics

  • Lombok
  • Favorite Eclipse Shortcuts:
    • Ctrl + 1
    • Ctrl + Space
    • Ctrl + Shift + O
    • Ctrl + C and Ctrl + V
    • Ctrl + Shift + R and Ctrl + Shift + T
    • Ctrl + Click to see the source
    • Practice, practice, and practice!
  • Which Java Version to Use?
  • Spring Boot Feature Lectures
  • Understand Spring Boot Project Structure!
  • Spring Annotations:
    • Component
    • Controller
    • Repository
    • Service
    • Configuration
    • Bean
  • Topical Videos:
    • HTML
    • JS
    • CSS
    • JSTL
    • Spring Tags

Step Wise Details

  1. Creating Spring Boot Web Application with Spring Initializr
  2. Quick Overview of Spring Boot Project
  3. First Spring MVC Controller:
    • @ResponseBody
    • @Controller
  4. Enhancing Spring MVC Controller to Provide HTML Response
  5. Redirect to a JSP using Spring Boot:
    • Controller
    • @ResponseBody
    • View Resolver
  6. Exercise: Creating LoginController and Login View
  7. Quick Overview: How Does Web Work?
    • Request and Response
  8. Capturing QueryParams using RequestParam and First Look at Model
  9. Quick Overview: Importance of Logging with Spring Boot
  10. Understanding DispatcherServlet, Model 1, Model 2, and Front Controller
  11. Creating a Login Form
  12. Displaying Login Credentials in a JSP using Model
  13. **Add Hard-coded Validation of UserID and Passwo