>
>
>
>
>
Complete Spring 2 Framework Core Training
Complete Spring 2 Framework Core Training
The Spring Framework is an open source application framework for Java. This framework has taken the Java software community by storm. Its popularity continues to rise and expand to other development communities like .NET. Spring provided the technology to develop everything from small, stand-alone applications to large complex, enterprise systems out of simple POJOs (plain old Java objects).
In this class, students are exposed to the light-weight Spring container, configuration, foundational API, and general Spring architecture. Not just a class that focuses on theory, this course is loaded with practical labs and deals with configuration, maintenance and architectural issues. After taking the class, developers will immediately be able to utilize the Spring Framework in their new or existing applications.
INT2433
-
Learn how to download, setup and configure the Spring Framework
-
Explore the Spring Container and Modules
-
Discover the Spring philosophies and principles and how they impact application development
-
Understand dependency injection
-
Learn aspect oriented programming and how it is used to provide cross cutting concerns
-
See how to accomplish data access with Spring's DAO Module
-
Understand how Spring deals with transaction management
-
Examine Spring's unit testing framework
This class is designed for Java programmers with a need to understand the basic Spring Framework API.
Students should have a good understanding of the Java programming language. A basic understanding of relational databases and SQL is very helpful. A basic understanding of XML is also useful. Students that have attended Intertech's Complete Java have the necessary background for this course.
3 Days
$2,050.00
Class prices have a $200 rush fee added if the student
registers five or less business days before the class start date.
· What is Spring
· Why use Spring
· Spring Philosophy
· Spring Architecture
· Spring Modules
· Obtaining/Setup Spring
· A First Spring Application
· Spring Containers
· BeanFactory
· ApplicationContext
· Bean Definitions
· Property Injection
· Collection/Array Wiring
· Null Wiring
· Dependency Checking
· Constructor Injection
· Large Configuration Files
· Bean Creation
· Bean Destruction
· Awareness Interfaces
· Initializing and DisposableBean Interfaces
· PostProcessors
· Factory PostProcessors
· PropertyPlaceholderConfigurer
· CustomEditorConfigurer
· Events and Event Handling
· Autowiring
· Pros and Cons of Autowiring
· Annotation driven wiring
· Cross Cutting Concerns
· AOP Concepts and Terminology
· Spring’s AOP Support
· AOP Setup
· Aspects
· Advice
· Pointcuts
· Advice Parameters and Ordering
· Advisors
· @Aspect
· Pointcuts and Advice
· Advice Parameters and Ordering
· Introductions
· Pros and Cons of XML schema-based vs. @AspectJ annotations
· Load-time Weaving
· The DAO Pattern
· Exception Handling
· Data source configuration
· Templating
· JDBC Templates
· Callbacks
· NamedParameterJdbcTemplate
· SimpleJdbcTemplate
· Transaction Manager
· Declarative Transactions
· Transaction Attributes
· Transaction Annotations
· Programmatic Transactions
· Transaction Template
· Spring and Unit Testing
· Spring TestContext Framework
· TestContext
· Tests
· TestContext Framework Annotations
· Transaction Management
· Unit Test Framework Annotations and API
· ORM Data Access
· Hibernate Support
· Hibernate Template
· Java Persistence API
· JPA Support
· JPA Template
· Other Templates