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
Excellent course and materials. Lecturer was very knowledgeable about Java & Spring
S. Ojo
Qualica Technologies Lecturer: Lewis
Excellent course. Learned more in 1 course than 1 and 1/2 years work
D. de Wet
North-West University Lecturer: Lewis
Very useful. Learned a lot. Very happy with level of detail covered.
D. Cronje
OpenCollab 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
Lewis Coosner is by far the best lecturer I’ve come across (compared to my degree, honours, and other training for certs). Hoping to have him again in preperation for OCP, and furthering knowledge into Spring. He is excellent in how he teaches so clearly.
S. Gandilall
First National Bank (FNB) Lecturer: Lewis
Definitely got the most out of the course in the time allocated
D. Samuel
Standard Bank of South Africa (SBSA) Lecturer: Lewis
Excellent! Thank you, will definitely come for the refresher course.
P. Kritzinger
Trustlink AG 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
Really interesting. Have learnt a lot. Very impressed by knowledge that Lewis has
L. Broke-Smith
OpenCollab 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.