Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Spring Boot For Software Engineers
Rating: 4.6 out of 5(1,332 ratings)
8,152 students

Spring Boot For Software Engineers

Build enterprise restful API's
Created byNelson Jamal
Last updated 7/2019
English

What you'll learn

  • Build enterprise applications
  • Write great APIs with Spring MVC
  • Write great APIs with RestEasy / JaxRS
  • Use Resteasy Client API
  • Use Java Bean Validation API to validate properties sent from client to server
  • Write unit tests and mocking services
  • Write integration tests
  • Use Dependency Injection
  • Serialise and Deserialise java objects as JSON
  • Use Intellij IDEA like a real software engineer

Course content

14 sections75 lectures6h 22m total length
  • Hi0:51

    Learn Spring Boot for software engineers by practicing as you learn, asking questions, and downloading the source code while your instructor stays available to help.

  • Spring Boot Overview4:02

    Spring Boot lets you build standalone, production-grade Spring apps that run with minimal config, auto-configures databases, includes embedded servers, and provides metrics, health checks, and externalized configurations; no XML configuration.

  • The N-Tier Architecture5:05

    Explore the n-tier architecture where a client talks to the RESTful API layer (controller), uses http methods, and flows to the service, DAO, and database, tested with Postman.

  • Dependency Injection Explained11:07

    Explore how dependency injection replaces hard coded new object creation and enables frameworks like Spring, juice, or dagger to inject services for easier testing and maintainability.

Requirements

  • You should be familiar with Java
  • You should be able to use an IDE

Description

After receiving more than 150 thousands on youtube. My video on is the most popular video for learning Spring Boot in under 50 minutes. A lot viewers asked for a course and here it is. 

This course is packed with over 6 hours of awesome content where you will learn the following

  1. N Tier Architecture
    • If you not sure how to structure applications. This course will teach you how to your classes in the right place.
  2. Restful API with Spring MVC and the most know HTTP Methods. i.e GET, POST, PUT, DELETE
  3. Unit testing
    • Writing software is not just writing code with proving that it actually works.
    • You will learn how to unit test classes using JUnit, Mockito BDD style and Assertj.
  4. How serialise and deserialise java class to JSON objects using Jackson FasterXml
  5. Spring Depedency Injection
    • Removing the new keyword for services and data access class has great advantages and its something that you must know.
  6. JaxRS and RestEasy
    • Spring MVC is great but it does not implement JaxRS specification.
    • You will learn how to create Restful APIs with RestEasy
  7. RestEasy Client API
    • Choosing the perfect rest client is difficult.
    • RestEasy makes it easy to create proxy to any API. 
  8. Integration Tests
    • In this course you will learn how to write integration tests to ensure all components and classes work together.
  9. Java Bean Validation API
    • This API allows us to have annotations in Java POJOS to define allowed values for properties and required properties
  10. Refactoring
  11. How to package and spin up the application as .JAR file

Perhaps you want to learn how to build enterprise applications, or want to improve your skills in the Java world or even hunting for your next job as a software engineer. Well this course prepares you for all scenarios and I can guarantee you that will become a better software engineer after taking this course. 

Become part of the 150 thousand people that have benefited from learning Spring Boot with me.

Enrol now and I will see you inside.


Who this course is for:

  • Anyone who wants to learn how to build enterprise applications
  • Anyone who wants to lean HTTP methods to consume data from clients
  • Anyone who wants to learn Spring Boot
  • Anyone who wants to learn how to build applications fast
  • Anyone who wants to learn how to test applications
  • Anyone who wants to learn how to write integration tests