Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Data Science
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 7.5 hours on-demand video
  • 2 articles
  • 12 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
IT & Software Other IT & Software Spring Framework

Java Spring Framework and Hibernate JPA

Learn and understand Java Spring MVC Framework, Spring Data JPA, Spring Security, Spring Core, Spring Java Config
Rating: 3.9 out of 53.9 (217 ratings)
6,157 students
Created by Tuna Tore | AWS Solutions Architect
Last updated 12/2017
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Learn how to configure Java Spring MVC with Java Based configuration
  • Configure Spring Security module with Java Syntax
  • Configure Spring MVC application without using XML configuration files
  • Learn Dependency Injection Principle used in Java Spring MVC
  • Learn how to run Spring MVC Enterprise applications without using web.xml
  • Understand how to define beans using Java Config
  • Learn how to define data sources using embedded database with JavaConfig
  • Understand how to define controllers and views
  • Learn the usage of DAO and Service layers
  • Learn the usage of @Annotation in Java Spring MVC applications
  • Learn how to unit test services in Java Spring MVC (JavaConfig) with JUnit
  • Understand how to use Spring Data JPA with Hibernate in Spring MVC Java Config applications
  • Understand how to access databases with Java Spring MVC
  • Learn how to create Services, DAO and Domain objects in Java Spring MVC
  • Learn how to use Maven in order to create Java Spring MVC web applications

Requirements

  • Basic knowledge of programming and interest in learning the latest Java Spring MVC Framework 4.x with Java Based Configuration

Description

Welcome to Java Spring MVC Framework 4x with Spring Data JPA and Hibernate (Java Based Configuration) course.

***Live Coding and the samples are coded from scratch***
***Your questions will be answered within 24 hours***

This course will teach you how to configure Java Spring MVC Enterprise applications using full Java Based Configuration.(No XML configuration is required (even no web xml)). Beans, services, repositories, controllers and views will be defined and configured using Java language throughout this udemy course.

Furthermore, the course will also show you how to configure Java Spring MVC web applications using web xml and Java Configuration.

The benefits of attending this udemy course;

  • Learn and understand Java Spring MVC with Live Coding Examples from scratch

  • You will learn how to configure and test the latest version of Java Spring MVC using only Java language even without web xml file.

  • You will understand the main principles and concepts of Java Spring MVC Framework with Java Based configuration and be ready to develop Java Enterprise Spring MVC applications.

  • You will earn a high salary based on the knowledge provided within this course including Spring MVC Concepts, Spring Security, Spring Data JPA, Hibernate, Logging and Unit Testing.

The content of Java Spring MVC with Java Based Configuration course;

  • Installing Spring Tool Suite IDE with MySQL Database Community Edition and Java JDK 8.0

  • Learn how to use integrated Maven in Spring Tool Suite and define dependencies using pom xml

  • Learn how to create Java Enterprise Web Projects with Maven and STS

  • Learn how to debug, run and test Java Spring applications

  • Learn how to configure Java Spring MVC by using WebApplicationInitializer interface

  • Understand how to register configuration classes using AnnotationConfigWebApplicationContext

  • Learn how to define DelegatingFilterProxy in order to active Spring Security Module

  • Understand how to define configuration classes with WebMvcConfigurerAdapter

  • Understand the usage of @EnableWebMvc and @Configuration annotations in Java Spring MVC

  • Define and map views to custom pages using InternalResourceViewResolver

  • How to use @Autowired, @ComponentScan, @Controller, @Service and @Bean annotations

  • Learn how to configure Java Spring MVC using AbstractAnnotationConfigDispatcherServletInitializer

  • Learn how to configure LocaleChangeInterceptor, MessageSource and CookieLocaleResolver

  • How to configure Java Spring MVC with web xml and Java Config

  • Learn how to get properties inside property files using @PropertySource and PropertySourcesPlaceholderConfigurer

  • How to define data sources with Java Spring MVC including EmbeddedDatabase

  • Learn the configuration of EmbeddedDatabaseBuilder with scripts

  • How to use DatabasePopulatorUtils in order to run initial SQL files (Both (data definition language)DDL and (data manipluation language)DML SQLs)

  • Learn how to configure Repositories using Spring Data JPA API and Hibernate ORM

  • Understand the usage of @EnableJpaRepositories and CrudRepository

  • How to define map HTTP requests using @RequestMapping @RequestParam, @PathVariable and @ResponseBody

  • How to unit test Spring MVC Services using @RunWith(SpringJUnit4ClassRunner class)

  • Learn how to enable Unit Testing with JUnit for Java Based Configuration using @WebAppConfiguration and @ContextConfiguration

  • Learn how to use and configure Spring Security Module with WebSecurityConfigurerAdapter

  • Learn how to define users and roles with inMemoryAuthentication in Spring MVC Framework

  • Learn how to enable Spring Security Configuration module with @EnableWebSecurity

  • Understand the usage of HTTP paths and Intercept URLs with antMatchers

  • Understand how to define Basic Authentication in order to access web pages

  • Learn how to configure default login form with Spring Security Module

  • Learn how to define the springSecurityFilterChain filter

  • Learn how to access user details using Principal object in Controllers

  • How to use Spring Security tags such as <security:authorize/> and <security:authentication/> on view layers

  • Learn how to configure logging using SLF4J & LogBack

  • Learn how to create a Simple Core Java Spring project using Maven

    HD quality (full screen) recorded course content and you will be able to see the source code clearly (HD format).

    Please feel free to ask me questions regarding the lectures if you attend this udemy course. I will try to answer your questions as soon as possible.

Who this course is for:

  • Developers using Java Spring MVC framework with XML based Configuration
  • Developers with the basic knowledge of Java Programming Language
  • Junior, Senior or Expert developers interested in learning the latest Spring MVC framework with Java Based Configuration
  • Java Programmers and Developers planning to develop commercial enterprise applications with Java Spring MVC with Java Based Configuration
  • University Students planning to develop projects using Spring MVC technology

Course content

7 sections • 37 lectures • 7h 41m total length

  • Promotion Codes for my Spring courses
    00:01
  • Preview02:52
  • Preview00:25
  • Setting up a development environment (Spring Tool Suite)
    10:41
  • How to install MySQL Community Edition Database Server
    07:26

  • How to create a Simple Core Java Spring Maven Project
    02:11
  • More information about Core Java Spring Maven Project
    20:04
  • Building Simple Core Spring Java application based on Maven Project
    16:48
  • Preview17:12
  • Part3: Building Simple Core Spring Java application based on Maven Project
    11:44
  • Part4: Building Simple Core Spring Java application based on Maven Project
    18:02
  • Core Spring Quiz
    2 questions

  • Spring MVC Framework Slides
    10 pages
  • How to create a basic Java Spring MVC Maven Project
    15:53
  • Preview16:34
  • Building Java Spring MVC Maven Project
    15:29
  • Java Spring MVC Quiz
    1 question

  • Learn how to configure Embedded Database in Spring MVC Java Configuration
    12:19
  • Part2: Learn how to configure Embedded Database in Spring MVC Java Configuration
    10:18
  • Learn how to connect a Data Source with Spring MVC Java Configuration
    13:28
  • Part2: Learn how to connect a Data Source with Spring MVC Java Configuration
    07:42

  • How to configure JPA with Hibernate in Spring MVC Java Configuration
    15:55
  • Part2: How to configure JPA with Hibernate in Spring MVC Java Configuration
    15:26
  • Preview09:58
  • Part2: Building the sample application with JPA(Hibernate) and Java Config
    19:55
  • Part3: Building the sample application with JPA(Hibernate) and Java Config
    14:50
  • Part4: Building the sample application with JPA(Hibernate) and Java Config
    12:31
  • Preview18:00
  • Building the sample application Spring MVC with Java Based Config
    17:06
  • Part1: Building the sample application Spring MVC with Java Based Config
    13:53
  • Part2: Building the sample application Spring MVC with Java Based Config
    07:46
  • Part3: Building the sample application Spring MVC with Java Based Config
    12:37
  • Part4: Building the sample application Spring MVC with Java Based Config
    09:43

  • How to configure Java Spring Security with Java Spring MVC
    16:17
  • Part2: How to configure Java Spring Security with Java Spring MVC
    15:23

  • How to configure Java Spring MVC with web.xml and Java Configuration
    17:02
  • Java Spring MVC with AbstractAnnotationConfigDispatcherServletInitializer
    13:36
  • How to return JSON data from Spring MVC Controllers
    07:26
  • Unit Testing Spring MVC (Java Config) with JUnit
    14:48

Instructor

Tuna Tore | AWS Solutions Architect
Software Engineer, Architect, Blogger and Instructor
Tuna Tore | AWS Solutions Architect
  • 3.7 Instructor Rating
  • 1,504 Reviews
  • 20,005 Students
  • 6 Courses

Tuna Tore is an experienced Software Engineer, Architect and Instructor. He graduated as a Computer Engineer and got his MSc degree in Information Technology. Tuna has more than 10 years of commercial experience using Java and other open source frameworks. Until now, he mainly worked in IT and Financial institutions such as ING Bank and IBM. Currently, he works as an IT Consultant in one of the biggest IT consultancy company in Europe. He is also AWS Solutions Architect Associate, SUN Certified Java Programmer, SUN Certified Web Component Developer, Certified Core Spring Professional, and c-sap Certified Secure Application Programmer.

He has the interest, knowledge and experience in the following areas:

Amazon Web Services (S3, Lambda, SES, SQS, DynamoDB, CloudFront, Route53)

Docker, Cloud-Native applications, Spring Boot and Cloud, Microservices

Core Java Programming

Open Source Frameworks (Spring, Hibernate and JSF )

Java Enterprise Development

Java Architecture

System Integration

Software Development Life-cycle

Java Component&Module Development

Bug Fixing&Refactoring

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.