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 AWS Certified Developer - Associate CompTIA Security+
Photoshop Graphic Design Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness 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:

  • 14 hours on-demand video
  • 15 articles
  • 10 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
  • Assignments
Development Web Development Spring Framework

Spring boot, il corso completo

Impariamo spring creando una applicazione con Spring Framework 5+, spring boot 2+, spring security, docker e altro
Rating: 3.8 out of 53.8 (19 ratings)
105 students
Created by Bassem M.
Last updated 1/2021
Italian
30-Day Money-Back Guarantee

What you'll learn

  • Realizzare un micro servizio completo con Spring boot
  • Usare docker con PostgreSQL
  • Creare il livello DAO usando jdbc
  • Creare il livello DAO usando jdbcTemplate
  • Creare il livello DAO usando Spring data jpa
  • Eseguire il caching in memory con spring
  • Esporre i dati con il livello Controller in diversi formati
  • Chiamare servizi esterni con RestTemplate
  • Integrare filtri e Interceptor nella nostra applicazione
  • Implementiamo spring security con due modalità formLogin e httpBasic
  • Spring boot
  • Spring Framework
  • Spring Security
  • Spring data

Course content

14 sections • 66 lectures • 14h 11m total length

  • Preview05:54
  • Preview07:56

  • Installazione Docker
    05:15
  • Configurazione PostgreSQL e Docker
    18:54
  • Comandi docker per avvio db
    00:13

  • Materiale e introduzione
    00:13
  • Configurazione progetto
    22:18

  • Dependency injection & IOC
    27:06
  • Perché il costruttore?
    00:13

  • Materiale e introduzione
    00:11
  • DataSource
    10:59
  • come eseguire una query - teoria
    03:06
  • come eseguire una query - codice
    28:37
  • come eseguire una query - test
    10:28
  • Eseguire una transazione - teoria
    02:52
  • Eseguire una transazione - codice
    17:51
  • Eseguire una transazione - test
    09:59
  • Refactoring - apertura / chiusura connessione
    05:04
  • Jdb_classico
    2 questions
  • Implementare l'interfaccia comment
    1 question

  • Materiale e introduzione
    00:10
  • Operazioni crud
    20:50
  • Transazione
    34:13
  • Procedura con simpleJdbcCall
    16:57
  • JdbcTemplate
    3 questions

  • Materiale e introduzione
    00:06
  • JPA -teoria
    08:18
  • Metodi di default
    25:14
  • Query mediante la firma del metodo
    25:15
  • @Query
    20:36
  • paging & sorting
    21:03
  • query by example - query dinamiche
    23:27
  • proiezioni - "dto"
    16:00
  • transazione
    25:47
  • procedure
    12:37
  • auditing
    22:59
  • Entity listener
    15:10
  • spring data
    5 questions
  • Implementare l'interfaccia comment usando JPA
    1 question

  • Materiale e introduzione
    00:04
  • teoria
    10:30
  • pratica
    23:58
  • Caching
    3 questions

  • Materiale e introduzione
    00:07
  • DTO - teoria
    07:20
  • DTO - pratica
    29:03
  • commentService
    15:07
  • postService
    25:29
  • postService 2
    15:50
  • postService test
    19:16
  • service
    3 questions

  • Materiale e introduzione
    00:07
  • teoria
    09:30
  • codice
    26:39
  • test
    17:02
  • Controller
    4 questions
  • Preview00:05

Requirements

  • Java
  • Informatica di Base

Description

Realizziamo un applicazione web completa, vedendo tutti i livelli classici. Impariamo come viene strutturato un progetto, capiamo  i concetti di "Dependency injection" e  "inversion of control" e le principali annotazioni di spring.

Iniziamo con il livello di persistenza, realizzandolo in tre modi, jdbc, jdbcTemplate e spring data jpa. Impariamo i comandi di base e i principi di docker, usando come database una  immagine di postgreSQL invece del solito mySql. Impariamo anche come mettere i dati ricavati in cache per evitare di chiamare il db per le chiamate successive.

Creiamo il livello di service, trasformando le nostre entità in dto e integrando servizi esterni, esponiamo i nostri dati in diversi formati con il livello di controller. 

Infine implementiamo spring security con due meccanismi di lettura user & password,  formLogin e httpBasic.

Who this course is for:

  • sviluppatroi java
  • studenti
  • sviluppatroi

Instructor

Bassem M.
Engineer and programmer
Bassem M.
  • 3.8 Instructor Rating
  • 19 Reviews
  • 807 Students
  • 1 Course

A humble guy, graduated in management engineering and since i discovered my passion in software development and programming, i am a professional full-stack  developer (mainly using Java , Spring framework and TypeScript  Angular framework in enterprise and personal software projects). I have developed and participated in different web apps along the way. I am continuously learning new stuff every day, improving my skills and sharing my knowledge with you.

  • 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.