About This Course
Spring Framework is a Java platform that provides comprehensive infrastructure support for Developing Java Applications. Spring handles the infrastructure so you can focus on Your Application. This Spring Framework Course comes in Two Parts and together both Parts act as a Beginners Primer to the Core of the Spring Framework.
Part 1: Introduces Spring
What is it? How and Why Spring came About? I then look at some of the Best Practices for Java Application Design and Development which are used and encouraged by the Spring way of doing things! Then jump into setting up an Integrated Development Environment (IDE) for Spring Development and teach you some of the Very Fundamentals of Spring Configuration and Development.
Part 2: Providing You Comprehensive Coverage of all the key features of Core Spring with a Sound Practical Level of Depth.
Core Spring is a large subject area, by following this course you will gain an excellent knowledge and understand of this powerful and wonderfully flexible framework. The Knowledge Gained here will put you “Streets Ahead” in any Spring project, it will provide you with a firm foundation to help further your Spring Career when you start Learning other areas of this Excellent framework.
Some of the key topics covered on this course are; BeanPostProcessors, What are they and How can you take advantage of them? Autowire bean configuration, Using Annotations for configuration, JSR-250 & JSR-330 with Spring,Event handling and using your own Custom Events in Spring, Aspect Oriented Programming (AOP), the ever more popular Java based Configuration rather than XML based and Testing your Java Springapplication code.
By the End of Part:2 of this Spring Framework Course, You will Understand all the Major components of Core Spring and How to apply them! You will be ready to join a Spring project and successfully Hold your own!! You will also have the knowledge to help you Learn New areas of the Spring framework with the Minimum of Effort!!
What will I learn?
- Understand what the Spring framework is for
- Understand how and why Spring came about
- Learn Java best design practices that are encouraged by Spring
- Start learning the spring way of doing things, in Java development
- Get started with Spring Tools Suite (IDE)
- Start Learning the Very Fundamentals of Spring Configuration
- Understand all the Major components of Core Spring and How to apply them
- By the end of this course, you will be able to design and write your own basic Spring based Java applications
What are the requirements?
- All required software is downloadable, so internet connection is necessary.
Who is the target audience?
- Anyone with some Basic Knowledge of Java programming language
- Any knowledge of an Integrated Development Environment (IDE), preferably Eclipse but not necessary.
Our Promise to You
By the end of this course, you will have learned about the Spring framework for Java.
30 Day Money Back Guarantee. If you are unsatisfied for any reason, simply contact us and we’ll give you a full refund. No questions asked.
Get started today and learn more about Spring framework core.
Course Curriculum
Section 1 - Welcome | |||
Introduction | 00:00:00 | ||
A Brief History Of Spring | 00:00:00 | ||
Section 2 - Setting Up Your Spring Development Environment | |||
Setting Up Integrated Development Environment (IDE) – Spring Tool Suite (STS) | 00:00:00 | ||
Setting Up The Course Projects In STS | 00:00:00 | ||
Tour Of The Course Projects | 00:00:00 | ||
Section 3 - Overview Of Some Java Design And Best Practices | |||
Tight Coupling In Java Applications: Part 1 | 00:00:00 | ||
Tight Coupling In Java Applications: Part 2 | 00:00:00 | ||
Tight Coupling In Java Applications: Part 3 | 00:00:00 | ||
Section 4 - Starting With The Spring Framework | |||
Setting Up Maven Dependencies For The Spring Framework | 00:00:00 | ||
Introduction To Spring Container Configuration In XML | 00:00:00 | ||
Using The Spring Container | 00:00:00 | ||
The ‘getBean’ Methods | 00:00:00 | ||
Setter Injection | 00:00:00 | ||
Introduction To Constructor Injection | 00:00:00 | ||
Section 5 - Dependency Injection: Collections | |||
Injecting Collections Part 1: Arrays | 00:00:00 | ||
Injecting Collections Part 2: Lists | 00:00:00 | ||
Injecting Collections Part 3: Maps | 00:00:00 | ||
Section 6 - Bean Scopes | |||
Bean Scopes | 00:00:00 | ||
Section 7 - The P And C Namespaces | |||
Introducing The P-Namespace | 00:00:00 | ||
Introducing The C-Namespace | 00:00:00 | ||
Section 8 - Introduction To The Bean Lifecycle | |||
Taking A Look At The Bean Lifecycle | 00:00:00 | ||
Section 9 - Introduction To The BeanPostProcessor | |||
BeanPostProcessor Part 1: Introduction | 00:00:00 | ||
BeanPostProcessor Part 2: Ordering | 00:00:00 | ||
Section 10 - Bean Inheritance | |||
Bean Inheritance Part 1: Introduction | 00:00:00 | ||
Bean Inheritance Part 2: Class Hierarchy | 00:00:00 | ||
Inner Beans | 00:00:00 | ||
Section 11 - Springs Autowire Mechanism | |||
Introduction To Autowire | 00:00:00 | ||
Autowire byType | 00:00:00 | ||
Autowire Using Constructor | 00:00:00 | ||
Section 12 - Autowire Using Annotations | |||
Introduction To Autowire Using Annotations | 00:00:00 | ||
Autowire Using Annotations On Constructor | 00:00:00 | ||
Autowire Using Annotations On Attributes | 00:00:00 | ||
Autowire Compatible Types: Collections Of Same Type Of Beans | 00:00:00 | ||
Autowire Using The Qualifier Annotation | 00:00:00 | ||
Section 13 - JSR Annotations In Spring | |||
JSR-250 Annotations | 00:00:00 | ||
JSR-330 Annotations | 00:00:00 | ||
Section 14 - Component Scanning | |||
Component Scanning | 00:00:00 | ||
Component Scanning Using Naming | 00:00:00 | ||
Section 15 - The Spring "Event" Mechanism | |||
Using Events In Spring | 00:00:00 | ||
Creating Custom Events | 00:00:00 | ||
How To Make The Spring Event Mechanism Asynchronous | 00:00:00 | ||
Section 16 - Aspect Oriented Programming (AOP) | |||
Introduction To Aspect Oriented Programming (AOP) | 00:00:00 | ||
How Spring AOP Works | 00:00:00 | ||
Enabling Spring AOP | 00:00:00 | ||
Our First Aspect | 00:00:00 | ||
Pointcuts | 00:00:00 | ||
Pointcut Expressions | 00:00:00 | ||
Advice Part 1: Other Types of AOP Advice | 00:00:00 | ||
Advice Part 2: After Advice | 00:00:00 | ||
Advice Part 3: Around Advice | 00:00:00 | ||
JointPoint | 00:00:00 | ||
AOP Introductions Part 1: What Are AOP Introductions? | 00:00:00 | ||
AOP Introductions Part 2: How To Setup Introductions | 00:00:00 | ||
AOP Introductions Part 3: Setting Up Another Introduction | 00:00:00 | ||
Section 17 - Configuring Spring With Java Config | |||
Java Config Part 1: What Is The Java Config Project ? | 00:00:00 | ||
Java Config Part 2: Inter-Bean Dependencies | 00:00:00 | ||
Java Config Part 3: Importing Java Config Classes | 00:00:00 | ||
Java Config Part 4: Migrate From XML Config To Java Config | 00:00:00 | ||
Section 18 - Testing Your Java Spring Code | |||
Introduction To Testing With Spring And JUnit | 00:00:00 | ||
Testing Part 2: Test Our 1st Spring Class With Junit | 00:00:00 | ||
Testing Part 3: Interact With Spring Application Config In JUnit | 00:00:00 | ||
Testing Part 4: Overview Of Junit Functionality | 00:00:00 | ||
Testing Part 5: Using Spring JavaConfig And JUnit | 00:00:00 | ||
Section 19 - Externalizing Bean Configuration | |||
Learn How To Configure And Use The Property Place Holder Configurer | 00:00:00 | ||
How To Separate Your Externalized Live From Your Test Data | 00:00:00 | ||
Section 20 - Spring And Internationalization ( I18N ) | |||
How To Make Your Spring Application International (I18n) | 00:00:00 | ||
Setting Up I18n With Javaconfig And Testing | 00:00:00 |