About this course
The Spring Core Development course is for Java programmers. It will teach you how to develop Java applications in a consistent, productive way using the Spring Framework. The Spring Framework is a platform that aims to make Java application development easier. You will learn about the core Spring technologies and how they work together. You will learn how to use dependency injection (DI) and aspect oriented programming (AOP).What others say
Lewis is an excellent teacher, he is highly experienced with a wealth of knowledge to share, and he is so passionate about teaching and upskilling others. He is able to explain concepts in clear, concise and interesting way, keeping everyone engaged. Thank you for taking the time to share your wisdom with us and cultivating a spirit of curiosity and continuous learning in each of us – we leave better developers at the end of each course.
R. Surjoo
First National Bank (FNB) Lecturer: Lewis
Lewis demonstrated good technical depth and covered a broad range of topics, related to Spring. I especially gained from the way he related the course material to real-world experience and application.
S. Kika
Discovery Health Lecturer: Lewis
Excellent course. Learned more in 1 course than 1 and 1/2 years work
D. de Wet
North-West University Lecturer: Lewis
Another informative and useful course
S. Miller
Investec Lecturer: Lewis
Excellent course and materials. Lecturer was very knowledgeable about Java & Spring
S. Ojo
Qualica Technologies Lecturer: Lewis
Excellent.
L. Mankoe
Unisa Lecturer: Lewis
Brilliant refresher course, helped me to solidify my existing knowledge of Spring as well as other software principles.
Z. Mathebula
First National Bank (FNB) Lecturer: Lewis
Very good exposure to Spring AOP – Thank you Lewis. Examples are clear and easy to follow and understand. I’m leaving with a much greater understanding of the framework.
D. Keyser
First National Bank (FNB) Lecturer: Lewis
Amazing knowledge
M. van Zyl
SAAB Grintek Defence Lecturer: Lewis
Why you want to attend
You should attend the Spring Core Development course if:- You are a Java programmer and you want to learn how to use Spring for development.
- You are a Java programmer and you need to support systems in an environment that uses Spring.
- You are a Java architect and you want a better understanding of the Spring framework.
What you need to know first
Before you attend the Spring Core Development course:- You must have attended our Java Programming course or already be comfortable with the fundamentals of the Java programming language.
- It would be useful to have some knowledge of basic XML.
Price and duration
Price: R12,200.00 excluding VAT per delegate. This price includes everything that you need:- All course material, provided in an electronic format.
- An attendance certificate after the course, in PDF format.
How to book
It’s so easy to book for the Spring Core Development course. Just email us at info@incusdata.com. You can send us a purchase order, or fill in our course enrolment form. After we have received your booking, we will confirm that you are booked, and we’ll send you an invoice.Detailed course contents
Spring Framework Overview
- Spring Philosophy.
- Easier Java application development using Spring.
- Decoupling components using dependency injection (DI).
- Managing cross-cutting concerns with aspect oriented programming (AOP).
- Using templates to reduce boilerplate code.
- Comparison between the Spring and JEE containers.
- Installing Spring.
Core Technologies – DI
- Inversion of control (IoC) and dependency injection (DI).
- JavaBean rules.
- Containers and Beans.
- BeanFactory vs ApplicationContext.
- Configuration using XML, annotations and JavaConfig.
- Autowiring.
- Constructor, setter and annotation-based injection.
- Bean lifecycle and lifecycle callback methods.
- Bean scopes and dependencies.
- Component scanning and stereotypes.
Core Technologies – AOP
- Aspect oriented programming (AOP) concepts.
- AOP terminology – advice, join points, pointcuts, aspects.
- AspectJ annotations.
- XML and annotation configuration.
- Proxies.
- Pointcut expressions.
- Ordering.
- JoinPoint and ProceedingJoinPoint classes.
Spring Expression Language (SPeL)
- Referencing beans.
- Accessing properties and invoking methods.
- SPeL operators.
- Regular expressions.
- Collection manipulation.
Resource Management
- Internationalization (i18n).
- Event propagation.
- Resources and resource loading.
- Profiles.
Testing
- Testing with JUnit5.
- Mocking concepts.