Moocable is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Spring Data Repositories

Description

This course is aimed at students wishing to learn how Java interacts with databases in a modern framework. The course uses the very popular Spring Boot Framework, with Micro services, as a setting for our database interactions using Java Persistence Framework (JPA) and Spring Data Repositories to abstract away JPA. Students will then learn how to expose Repositories as Rest Web services in their own right using Hypermedia as the Engine of Application State or HATEAOS concepts. Spring Aspect Oriented Programming (AOP) will be covered to illustrate how cross cutting concerns like logging can be applied in a centralized non evasive manner to domain classes. finally the course covers the use of Spring Transaction Managers and Springs declarative configuration Transaction model.

Syllabus

  • Spring Data Repositories
    • Incorporate Java Persistence Architecture (JPA) into Spring Applications, abstract away the details of JPA through the Spring Data Project, utilizing JPA Repositories
  • Spring AOP and Transactions
    • Decorate Spring Managed Beans with non evasive additional functionalities through Spring Aspect Oriented Programming for cross cutting concerns such as Logging and Transaction Management. Use Spring's declarative Transaction Management Annotations for transaction propagation and rollback

Online Courses

Coursera

Free to Audit

9 hours 52 minutes

Paid Certificate

Spring Data Repositories

Affiliate notice

  • Type
    Online Courses
  • Provider
    Coursera
  • Pricing
    Free to Audit
  • Duration
    9 hours 52 minutes
  • Certificate
    Paid Certificate

This course is aimed at students wishing to learn how Java interacts with databases in a modern framework. The course uses the very popular Spring Boot Framework, with Micro services, as a setting for our database interactions using Java Persistence Framework (JPA) and Spring Data Repositories to abstract away JPA. Students will then learn how to expose Repositories as Rest Web services in their own right using Hypermedia as the Engine of Application State or HATEAOS concepts. Spring Aspect Oriented Programming (AOP) will be covered to illustrate how cross cutting concerns like logging can be applied in a centralized non evasive manner to domain classes. finally the course covers the use of Spring Transaction Managers and Springs declarative configuration Transaction model.

  • Spring Data Repositories
    • Incorporate Java Persistence Architecture (JPA) into Spring Applications, abstract away the details of JPA through the Spring Data Project, utilizing JPA Repositories
  • Spring AOP and Transactions
    • Decorate Spring Managed Beans with non evasive additional functionalities through Spring Aspect Oriented Programming for cross cutting concerns such as Logging and Transaction Management. Use Spring's declarative Transaction Management Annotations for transaction propagation and rollback