Spring - Ecosystem and Core

Go to class
Write Review

Free Online Course: Spring - Ecosystem and Core provided by Coursera is a comprehensive online course, which lasts for 3 weeks long, 12 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Coursera. Spring - Ecosystem and Core is taught by Derek Parsons.

Overview
  • In this course students will learn the why the Spring Framework is one of the dominant Java development Frameworks. the course covers a variety of techniques for Java Object Dependency Injection using various forms of configuration data i.e. XML, Annotations and Java Configuration Classes with Factory Methods. Configurations will be enhanced with Expression Languages and Conditional Beans that are available based off certain conditions like development environment i.e. test and production. Students will build an extensive application iteratively in a succession of hands on labs.

Syllabus
    • What is Spring?
      • Identify the motivation for the Spring Framework in Enterprise Application Development, Implement a Spring Inversion of Control Container and use Dependency Injection techniques using XML meta-data configurations
    • Annotations and Java Config
      • Achieve Spring ApplicationContext configuration using Spring and Javax Annotations and Java Configuration Classes
    • Externalize Configuration
      • Utilize Expressions in Spring Configurations by either Expression Language for literal injection or Spring Expression Language (SPEL) for a more dynamic installation. Provide Conditionals for selective inclusion of beans in a configuration.