What Will I Learn?
Requirements

  • Basic Java knowledge is required
  • Basic HTML knowledge is helpful
Description
MOST POPULAR SPRING-HIBERNATE COURSE ON UDEMY – OVER 13,000 REVIEWS – 5 STARS! #bestseller
UPDATED TO LATEST VERSION OF SPRING 5 (fresh updates June 2018)
LEARN these HOT TOPICS in Spring 5:

  • Spring Core
  • Spring Annotations
  • Spring Java Configuration
  • Spring AOP
  • Spring MVC
  • Hibernate CRUD
  • Spring MVC and Hibernate CRUD real-time project
  • Spring Security (with password encryption in the database)
  • Spring REST (with full database CRUD real-time project)
  • Maven
[COURSE UPDATES]:

June 2018: Added ADVANCED Spring REST videos … 40 videos, 3 hours of new content
May 2018: Added Spring REST videos … 18 videos, 1.5 hours of new content
March 2018: Added Spring Security User Registration Lecture
February 2018: Added Spring Security JDBC videos … 16 new videos, 1 hour of new content
January 2018: Added more Spring Security videos … 52 videos, 3.5 hours of new content
December 2017: Updated course to SPRING 5, Tomcat 9 and Eclipse Oxygen
November 2017: Added Spring Security videos … 16 new videos, 1 hour of new content
October 2017: New Advanced Hibernate videos … 57 new videos, 4 hours of new content


This course covers the LATEST VERSIONS of Spring 5 and Hibernate 5!
Build a complete Spring MVC + Hibernate CRUD web app … all from scratch! (real-time project)

You will learn about: Spring Core, AOP, Spring MVC, Spring Security, Spring REST and Hibernate … all connected to a MySQL database


By the end of this course, you will create all of the source code for a complete Spring MVC – Hibernate CRUD real-time project.
You will also develop Spring REST APIs for a full CRUD REST API real-time project.

You will type in every line of code with me in the videos … all from scratch.
I explain every line of code that we create. So this isn’t a copy/paste exercise, you will have a full understanding of the code.


I am a RESPONSIVE INSTRUCTOR …. post your questions and I will RESPOND in 24 hours.


Join 46,000+ students that are already enrolled!

Over 13,000+ Reviews! (the most reviews for any Spring-Hibernate course on Udemy)



Sample of the reviews:

This is the best tutorial I’ve seen so far for Spring/Hibernate, each step is well explained and the tutorial videos are made to a high standard. I highly recommend this course! – Rob

Hats off to you Chad, the best Spring fundamentals course I have done on Udemy thus far. You never disappoint. – Morebodi Modise
Chad is an excellent natural teacher. His course is well organized. He makes difficult concepts very easy to understand. – Julie Hodgson


Live Coding – I code all of the real-time projects from scratch
All source code is available for download
Responsive Instructor – All questions answered within 24 hours

PDFs of all lectures are available for download
Closed-Captions / Subtitles available for English (new!)
Professional video and audio recordings (check the free previews)

This course includes mini-courses on Maven, Spring Security and Spring REST. These mini-courses are designed to help you quickly get started with Maven, Spring Security and Spring REST.

The Maven mini-course includes 16 videos (1 hour of video)
The Spring Security mini-course includes 68 videos (5 hours of video)
The Spring REST mini-course includes 55 videos (4.5 hours of video)
This is all included in this existing course. ?

What Is Spring?

Spring is an enterprise Java framework. It was designed to simplify Java EE development and make developers more productive. Spring makes use of Inversion of Control and Dependency Injection to promote good software coding practices and speed up development time.
This course covers Spring Core, Annotations, All Java Spring Configuration, Spring AOP, Spring MVC, Spring Security and Spring REST.
What Is Hibernate?
Hibernate is an Object-to-Relational-Mapping (ORM) framework. It simplifies database access for Java applications. By using the framework, you can easily store and retrieve Java objects by setting up some simple configuration mappings.
This course covers basic Hibernate CRUD. Also, advanced Hibernate mappings are covered for one-to-one, one-to-many and many-to-many.
Benefits of Taking This Spring and Hibernate Course
Knowing Spring and Hibernate can get you a job or improve the one you have. It’s a skill that will put you more in demand in the enterprise Java industry, and make your software life easier, that’s why it’s so popular.
Nearly every job posting asks for skills in Spring and Hibernate!
This course will help you quickly get up to speed with Spring and Hibernate. I will demystify the technology and help you understand the essential concepts to build a real Spring and Hibernate application from scratch.
You Will Learn How To

  • Spring Core
    • Build a complete Spring MVC and Hibernate CRUD Project … all from scratch
    • Set up your Spring and Hibernate development environment with Tomcat and Eclipse
    • Wire beans together in the Spring container using Inversion of Control
    • Configure the Spring container for Dependency Injection
    • Define Spring Beans using the @Component annotation
    • Perform auto-scanning of Spring beans to minimize configuration
    • Automatically wire beans together using @Autowired annotation
    • Apply all Java configuration to Spring Beans (no xml)
    • .
  • Spring MVC
    • Set up your Spring MVC environment with configs and directories
    • Create controllers using @Controller annotation
    • Read HTML form data using @RequestParam
    • Leverage Spring MVC model to transport data between controller and view page
    • Define Request Mappings for GET and POST requests
    • Minimize coding with Spring MVC Form data binding
    • Apply Spring MVC form validation on user input
    • Create custom Spring MVC form validation rules
  • Hibernate
    • Perform object/relational mapping with Hibernate
    • Leverage the Hibernate API to develop CRUD apps
    • Develop queries using the Hibernate Query Language (HQL)
    • Apply advanced Hibernate mappings: one-to-one, one-to-many and many-to-many
    • Create a real-time project using Spring and Hibernate together in a Real-Time Project
  • Spring AOP
    • Apply Aspect-Oriented-Programming AOP for cross-cutting concerns
    • Examine AOP use-cases and how AOP can resolve code-tangling
    • Create AOP pointcut expressions to match on method invocations
    • Leverage AOP annotations: @Before, @After, @AfterReturning, @AfterThrowing, @Around
    • Create a real-time project using AOP and Spring MVC together in a Real-Time Project
  • Spring Security
    • Secure your web application with Spring Security
    • Set up your Maven pom.xml file with compatible Spring Security dependencies
    • Configure Spring Security with all Java configuration (no xml)
    • Create custom Spring Security login pages with Bootstrap CSS
    • Add logout support using default features of Spring Security
    • Leverage Spring Security support for Cross Site Request Forgery (CSRF)
    • Define users and roles for authentication
    • Display user login info and role using Spring Security tags
    • Restrict access to URLs based on user role
    • Hide and Display content based on user role
    • Add JDBC authentication, store user accounts and passwords in the database
    • Store encrypted passwords in the database using bcrypt
    • Register new users and encrypt passwords using Java code
    • Create a Spring Security Real-Time Project using authorization, authentication and database encryption.
  • Spring REST Web Services – Spring REST APIs
    • Overview of REST Web Services – REST APIs
    • Investigating Spring REST support
    • Sending JSON data over HTTP
    • JSON Data Binding with the Jackson project
    • Converting JSON data to Java POJO with Jackson
    • Processing nested JSON objects and JSON arrays
    • Developing a Spring REST API
    • Setting up a Spring REST project with Maven
    • Creating the Spring REST Controller using @RestController
    • Running the Spring REST Controller with Eclipse and Tomcat
    • Testing Spring REST Web Services with Postman
    • Parameterize REST API endpoints using @PathVariable
    • Add Spring REST exception handling with @ExceptionHandler
    • Integrate global REST exception handling with @ControllerAdvice
    • Leverage ResponseEntity for fine-grained control of Spring REST HTTP response
    • Build REST API to execute CRUD actions on the Database with Hibernate
    • Create a Real-Time Project using REST API with full database CRUD
    • .
  • Maven
    • Simplify your build process with Maven
    • Create Maven POM files and add dependencies
    • Search Central Maven repository for Dependency Coordinates
    • Run Maven builds from the Eclipse IDE
    • Use Maven during the development of Real-Time Projects for Spring MVC, Spring Security, Spring REST and Hibernate.
Compared to other Spring/Hibernate courses
This course is fully up to date and covers the latest versions of Spring 5 and Hibernate 5 (fresh update June 2018).
Beware of other Udemy Spring/Hibernate courses. Most of them are outdated and use old versions of Spring and Hibernate. Don’t waste your time or money on learning outdated technology.
Also, I create all of the code from scratch in this course. Beware of other courses, those instructors simply copy/paste from their github repo or they use pre-written code. Their approach is not ideal for real-time learning.
Take my course where I show you how to create all of the code from scratch. You can type the code along with me in the videos, which is the best way to learn.
I am a very responsive instructor and I am available to answer your questions and help you work through any problems.
Finally, all source code is provided with the course along with setup instructions.
Student Reviews Prove This Course’s Worth
Those who have reviewed the course have pointed out that the instruction is clear and easy to follow, as well as thorough and highly informative.
Many students had also taken other Spring and Hibernate courses in the past, only to find that this Spring and Hibernate course was their favorite. They enjoyed the structure of the content and the high quality audio/video.
Sample of the Student Reviews:
This is the best tutorial I’ve seen so far for Spring/Hibernate, each step is well explained and the tutorial videos are made to a high standard. I highly recommend this course! – Rob
Hats off to you Chad, the best Spring fundamentals course I have done on Udemy thus far. You never disappoint. – Morebodi Modise
Chad is an excellent natural teacher. His course is well organized. He makes difficult concepts very easy to understand. – Julie Hodgson
Quality Material
You will receive a quality course, with solid technical material and excellent audio and video production. This is my fifth course at Udemy.
My first four courses on Udemy were:
  • Eclipse IDE for Beginners
  • Java Database Connection (JDBC)
  • JavaServer Faces (JSF) for Beginners
  • JSP and Servlets for Beginners
These courses have received rave 5 star reviews and over 148,000 students have taken the courses. Also, these courses are the most popular courses in their respective categories.
Similar thing for this Spring course, it is ranked as #1 best seller for Spring courses.
I also have an active YouTube channel where I post regular videos. In the past year, I’ve created over 300 video tutorials (public and private). My YouTube channel has over 3 million views and 26k subscribers. So I understand what works and what doesn’t work for creating video tutorials.
No Risk – Money-Back Guarantee
Finally, there is no risk. You can preview 25% of the course for free. Once you purchase the course, if for some reason you are not happy with the course, Udemy offers a 30-day money back guarantee.
So you have nothing to lose, sign up for this course and learn how to build Spring and Hibernate Real-Time Projects from scratch!
Target Audience

Java Developers with basic Java experience
Who is the target audience?
  • The course is appropriate for all Java developers: beginners to advanced
Created by Chad Darby
Last updated 6/2018
English
English [Auto-generated]
Size: 9.64 GB
Author
DareSec
Downloads
2
Views
343
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from DareSec