USA & Canada: +1 240-200-6131 International Call: +1 240-391-8360
9am-6pm DC time or 1pm-10pm GMT
Introduction to Spring 4, Spring MVC and Spring REST
Course Code: hsts-c30
What is included in this course
Course Description
This course introduces the techniques for using the powerful capabilities of Spring 4 including the three main configuration styles: Java-based (@Configuration), annotation-based (@Component), and the traditional XML-based configuration that may still play an important role in existing and new projects. It also provides guidelines for when and how to use each one.
The course starts with in-depth coverage on using the powerful capabilities of Spring's Core module to reduce coupling and increase the flexibility, ease of maintenance, and testing of your applications. Coverage also includes integrating persistence layers (e.g. Hibernate/JPA) with Spring, using Spring's powerful Aspect Oriented Programming (AOP) to program cross-cutting concerns in a safe and maintainable way and using Spring's declarative transaction capabilities.
The course includes integrating Spring with Java EE Web applications and an introduction to Spring MVC. Spring MVC utilizes a Model-View-Controller pattern for building Web applications and the introduction covers the basics of Spring MVC and how it supports organizing your Web applications in a highly structured, loosely coupled manner. This includes an introduction to REST (Representational state transfer) and how to use Spring MVC to build RESTful resources and invoke them from Ajax-based front ends.
This course will enable you to build working Spring applications and give you an understanding of the important concepts and technology. Comprehensive hands-on labs provide reinforcement of the topics covered in the course and practical experience deploying solutions.
Students who do not require coverage of Spring MVC and RESTful Web Services may want to take the Introduction to the Spring 4 Framework class instead.
Students requiring an introduction to JEE Web Development, JDBC, JNDI, and JSP as well as Spring and Hibernate, may want to take the Web Application Development Using JEE, Frameworks, Web Services and AJAX class instead.
You will learn:
Understanding the core principles of Spring and of Dependency Injection (DI) / Inversion of Control
Using the Spring Core module and DI to configure and wire application objects (beans) together
Knowing the different types of metadata (XML, annotations/@Component, and Java Configuration/@Configuration) and how and when to use them
Understanding and using the complete capabilities of the Core module, such as lifecycle events, bean scopes and the Spring API
Working with the ORM (Object-Relational Mapping) module to integrate Spring with technologies such as Hibernate or JPA
Understanding and using Spring's powerful AOP capabilities for programming cross-cutting concerns across multiple points in an application
Learning safe and maintainable techniques for programming with AOP
Understanding and using Spring's transaction support, including the easy-to-use Java annotation support, as well as the tx/aop XML configuration elements
Integrating Spring with Java EE Web applications
Building Web applications with Spring MVC, including configuration using Java config and Servlet 3 capabilities
Understanding REST, and use Spring MVC to build RESTful services
Using Ajax-based front ends with Spring MVC / Spring REST
Course Prerequisites
Java SE 5 programming experience and an understanding of object-oriented design principles like Object Oriented Programming with UML Course. Fundamental knowledge of XML is helpful but not required. Our Java Programming or equivalent knowledge provides a solid foundation.
Overall Info About our Classes
Highlights
30 hours of hands-on training led by experienced instructors
Digital courseware and online course tracking
Final course project delivery
Certificate of Completion for each course
Session-based assignment
Enrollment Fee
In-person in DC for $1900 or Online for $1300 per course
Course Session Dates
Our courses are offered all year around. Upon registration we enroll you to the earliest available class but you can reschedule it free of charge.
Location
In Person at our DC office @ 3165 Mt Pleasant St NW
Private custom training on site or at your location
Project based training cn site or at your location
Time
Online Monday-Friday: 11 am-5:30 pm EST
DC Monday-Friday: 9 am-3:30 pm EST
DC/Online Saturdays: 11 am-5:30 pm EST
DC/Online Sundays: 1 pm-7:30 pm EST
Private custom & project based training: your preference
Software Versions
Our classes are taught on the most current version of software whenever possible. To request a specific version, please Contact Us or call us at 240-200-6131
Course Outline
Topics Covered in this Course
1- Introduction to Spring
Overview of Spring Technology
Challenges for Modern Applications
Motivation for Spring, Spring Architecture
The Spring Framework
Spring Introduction
Managing Beans
Inversion of Control / IoC, Dependency Injection / DI