Core Spring (STA_SPRINGC)



Kursarrangør: SG Partner AS
Sted: Nettkurs / Nettstudie
Hele landet
Type:Bedriftsinternt / Større grupper
Nettkurs og nettstudie
Studie / yrkesutdanning
Undervisningstid: Ta kontakt for informasjon
Varighet: 4 dager
Pris: 29.900
Neste kurs: 11.06.2024 | Vis alle kursdatoer

This course comprises sessions dealing with Inversion of Control (IoC),Dependency Injection (DI),Container configuration,Aspect Oriented Programming (AOP),testing,transaction management,Spring Boot,Spring Data JPA,Spring Web MVC,REST APIs,Spring Security,and the Actuator.

Course overview:
It is delivered using Spring v6 and Spring Boot v3 (Java v17) though the vast majority of the content is applicable to earlier versions and the trainer will point out the differences. Exercises and examples are used throughout the course to give practical hands-on experience with the techniques covered.

Course objectives:
Course Objectives This course aims to provide the delegate with the knowledge to be able to develop (or contribute to the development of) secure Spring web applications/REST APIs that read from and write to persistent storage.


Course content:
Core Spring Training Course Course Contents – DAY 1 Course Introduction • Administration and Course Materials • Course Structure and Agenda • Delegate and Trainer Introductions Session 1: INTRODUCTION TO SPRING & IOC • About Spring • Inversion of Control • The Spring IoC Container • Spring Beans • Configuring the container • Instantiating the container and obtaining beans Session 2: ANNOTATION-BASED CONTAINER CONFIG. & DI • Classpath scanning and managed components • Dependency Injection • Autowiring • Handling multiple candidate dependencies • Java configuration vs. annotations,and mixing Session 3: MORE CONTAINER CONFIG. • Acting on a bean's lifecycle events • Specifying the scope of a bean • Composing configurations • Grouping beans into profiles • Externalising properties • Environment abstraction • Spring Expression Language Core Spring Training Course Course Contents – DAY 2 Session 4: AOP • About AOP and proxying • Constructing pointcut expressions • Advising the target object Session 5: TESTING • Spring integration testing with JUnit • Loading and configuring the container • Setting the active profile(s) and property source(s) • Handling a dirty context Session 6: TRANSACTION MANAGEMENT • Spring's transaction abstraction • Configuring the data source and transaction manager • Declarative transaction management • Programmatic transaction management • Choosing between the approaches Session 7: ACCESSING DATA & JDBC • Exception translation • Annotating DAOs with Repository • Implementing a DAO using JdbcTemplate Core Spring Training Course Course Contents – DAY 3 Session 8: MINIMISING CONFIG. WITH SPRING BOOT • Spring Boot: what and why • Starter dependencies • Auto-configuration • Spring Boot annotations • Creating a simple Spring Boot application • Configuration properties • Executing code on startup using CommandLineRunner Session 9: DATA PERSISTENCE WITH SPRING DATA JPA • ORM,JPA,and Hibernate • Entity mapping • Spring Data repositories • Persisting entities • Writing query methods • Transactionality • Configuring Spring Data JPA Session 10: WEB APPS WITH SPRING WEB MVC • The DispatcherServlet • Request processing • Building a controller • Handler method parameters • Configuring Spring Web MVC Core Spring Training Course Course Contents – DAY 4 Session 11: REST APIS WITH SPRING WEB MVC • About REST APIs • Enabling and modifying the MVC Configuration • ResponseBody,message conversion,and RestController • Content negotiation • RequestBody and validation • ResponseStatus and exception handling Session 12: SECURING AN APP WITH SPRING SECURITY • The big picture • Architecture components • Configuring custom authentication • Configuring authorisation for access to endpoints • Configuring authorisation at the method level • Configuring Spring Security Session 13: SPRING BOOT ACTUATOR • About the Actuator • Exposing endpoints • Writing custom endpoints • Dealing with metrics • Health indicators • Writing custom health indicators • Monitoring and management over HTTP & JMX


COURSE PREREQUISITES:
Requirements Delegates attending this course should be competent Java developers who have a good understanding of OO principles and are able to build simple applications that exploit APIs including Collections,IO,and JDBC. Delegates would also benefit from having some previous experience with Servlet programming. This knowledge can be obtained by attendance on the pre-requisite Java Programming 1 / Java Developer course.


Target audience:
Who will the Course Benefit? The Core Spring course will benefit Java developers who are new to Spring and want to develop/contribute large and complex enterprise-level applications.