Java Guides
Java Guides
  • 788
  • 21 569 326

Video

Thymeleaf Tutorial: #19 - Form Handling - Submit Form and Display User Registration Form Data
zhlédnutí 321Před dnem
In this lecture, we will see how to handle the form submission at the Spring MVC controller, and we also see how to display the form-submitted data into separate Thymeleaf HTML pages. Udemy Course: Spring Boot 3 Thymeleaf REAL-TIME Web Application - Blog App Course Link: www.udemy.com/course/spring-boot-thymeleaf-course/?referralCode=2EF214514F93CA0F0DD3
Thymeleaf Tutorial: #18 - Form Handling - Design User Registration Form
zhlédnutí 239Před dnem
In this lecture, we will learn how to design a User Registration Form in Thymeleaf HTML template. Udemy Course: Spring Boot 3 Thymeleaf REAL-TIME Web Application - Blog App Course Link: www.udemy.com/course/spring-boot-thymeleaf-course/?referralCode=2EF214514F93CA0F0DD3
Thymeleaf Tutorial: #17 Form Handling - Create Handler Method to Return Register Page
zhlédnutí 266Před dnem
In this lecture, we will learn how to create a handler method in Spring Boot MVC controller to return the register page (which contains a registration form). Udemy Course: Spring Boot 3 Thymeleaf REAL-TIME Web Application - Blog App Course Link: www.udemy.com/course/spring-boot-thymeleaf-course/?referralCode=2EF214514F93CA0F0DD3
Thymeleaf Tutorial: #16 - Thymeleaf Form Handling Overview
zhlédnutí 267Před dnem
In this lecture, we will look at the Thymeleaf Form Handling Overview. Thymeleaf is a Java-based templating engine that allows you to create dynamic web pages. When working with Spring Boot, Thymeleaf can be used to handle form submissions seamlessly. This lecture will provide an overview of handling forms in Thymeleaf within a Spring Boot application. Udemy Course: Spring Boot 3 Thymeleaf REAL...
Thymeleaf Tutorial: #15 - Conditionals in Thymeleaf using th:switch and th:case Attributes
zhlédnutí 196Před dnem
In this lecture, we will learn how to perform conditionals in Thymeleaf using th:switch and th:case Attributes. If there are more than two possible results of an expression, we can use the th:switch and th:case attributes for the conditional rendering of the HTML elements. Udemy Course: Spring Boot 3 Thymeleaf REAL-TIME Web Application - Blog App Course Link: www.udemy.com/course/spring-boot-th...
Thymeleaf Tutorial: #14 - Conditionals in Thymeleaf using th:if and th:unless Attributes
zhlédnutí 199Před dnem
The th:if and th:unless attributes allow us to render an HTML element depending on a provided condition. In this lecture, we will learn how to use conditionals in Thymeleaf using th:if and th:unless Attributes. Udemy Course: Spring Boot 3 Thymeleaf REAL-TIME Web Application - Blog App Course Link: www.udemy.com/course/spring-boot-thymeleaf-course/?referralCode=2EF214514F93CA0F0DD3
Thymeleaf Tutorial: #13 Thymeleaf th:each Attribute Status Variable
zhlédnutí 222Před dnem
In Thymeleaf, we use th:each attribute for iteration. Thymeleaf th:each allows you to declare an iteration status variable. In this lecture, we will learn more about th:each Attribute with Status Variable. Udemy Course: Spring Boot 3 Thymeleaf REAL-TIME Web Application - Blog App Course Link: www.udemy.com/course/spring-boot-thymeleaf-course/?referralCode=2EF214514F93CA0F0DD3
Thymeleaf Tutorial: #12 Thymeleaf Looping or Iteration (th:each) with Spring Boot
zhlédnutí 288Před dnem
Thymeleaf is a Java-based template engine used for processing HTML, XML, JS, and many other documents. In this lecture, we will learn how to iterate over a list of objects in the Thymeleaf HTML page using th:each attribute. Udemy Course: Spring Boot 3 Thymeleaf REAL-TIME Web Application - Blog App Course Link: www.udemy.com/course/spring-boot-thymeleaf-course/?referralCode=2EF214514F93CA0F0DD3 ...
Thymeleaf Tutorial: #11 Thymeleaf Attribute th:text
zhlédnutí 345Před 14 dny
In this lecture, you will learn about important Thymeleaf Attribute - th:text www.javaguides.net/2022/08/thymeleaf-standard-expressions.html Udemy Course: Spring Boot 3 Thymeleaf REAL-TIME Web Application - Blog App Course Link: www.udemy.com/course/spring-boot-thymeleaf-course/?referralCode=2EF214514F93CA0F0DD3 Complete Thymeleaf Tutorial Playlist: czcams.com/play/PLGRDMO4rOGcNhzNRdqhmrJ_RaLOt...
Thymeleaf Tutorial: #10 Thymeleaf Fragment Expressions
zhlédnutí 355Před 14 dny
In this lecture, you will learn about Thymeleaf Fragment expressions. Fragment expressions are an easy way to represent fragments of markup and move them around templates. www.javaguides.net/2022/08/thymeleaf-fragment-expression.html Udemy Course: Spring Boot 3 Thymeleaf REAL-TIME Web Application - Blog App Course Link: www.udemy.com/course/spring-boot-thymeleaf-course/?referralCode=2EF214514F9...
Thymeleaf Tutorial: #9 Thymeleaf Link URL Expressions
zhlédnutí 392Před 14 dny
In this lecture, you will learn about Thymeleaf Link URL expressions. Link expressions are meant to build URLs in Thymeleaf templates. www.javaguides.net/2022/08/thymeleaf-link-expression.html Udemy Course: Spring Boot 3 Thymeleaf REAL-TIME Web Application - Blog App Course Link: www.udemy.com/course/spring-boot-thymeleaf-course/?referralCode=2EF214514F93CA0F0DD3 Complete Thymeleaf Tutorial Pla...
Thymeleaf Tutorial: #8 - Thymeleaf Message Expressions
zhlédnutí 411Před 14 dny
In this lecture, you will learn about Thymeleaf Message expressions. Message expressions let you externalize common texts into a properties file. www.javaguides.net/2022/08/thymeleaf-message-expression.html Udemy Course: Spring Boot 3 Thymeleaf REAL-TIME Web Application - Blog App Course Link: www.udemy.com/course/spring-boot-thymeleaf-course/?referralCode=2EF214514F93CA0F0DD3 Complete Thymelea...
Thymeleaf Tutorial: #7 Thymeleaf Selection Expressions
zhlédnutí 470Před 14 dny
In this lecture, you will learn about Thymeleaf Selection expressions. Selection expressions are just like variable expressions, except they will be executed on a previously selected object instead of the whole context variables map. www.javaguides.net/2022/08/thymeleaf-selection-expression.html Udemy Course: Spring Boot 3 Thymeleaf REAL-TIME Web Application - Blog App Course Link: www.udemy.co...
Thymeleaf Tutorial: #6 Thymeleaf Variable Expressions
zhlédnutí 554Před 14 dny
In this lecture, you will learn Thymeleaf Variable Expressions. Variable expressions are the most commonly used ones in the Thymeleaf templates. These expressions help bind the data from the template context(model) into the resulting HTML(view). Udemy Course: Spring Boot 3 Thymeleaf REAL-TIME Web Application - Blog App Course Link: www.udemy.com/course/spring-boot-thymeleaf-course/?referralCode...
Thymeleaf Tutorial: #5 Thymeleaf Hello World Example with Spring Boot
zhlédnutí 624Před 14 dny
Thymeleaf Tutorial: #5 Thymeleaf Hello World Example with Spring Boot
Thymeleaf Tutorial: #4 Spring Boot Auto Configuration for Thymeleaf
zhlédnutí 591Před 14 dny
Thymeleaf Tutorial: #4 Spring Boot Auto Configuration for Thymeleaf
Thymeleaf Tutorial: #3 Create Spring Boot Project and Integrate Thymeleaf
zhlédnutí 744Před 14 dny
Thymeleaf Tutorial: #3 Create Spring Boot Project and Integrate Thymeleaf
Thymeleaf Tutorial: #2 How Thymeleaf Engine Works
zhlédnutí 724Před 14 dny
Thymeleaf Tutorial: #2 How Thymeleaf Engine Works
Thymeleaf Tutorial: #1 - What is Thymeleaf?
zhlédnutí 1,7KPřed 21 dnem
Thymeleaf Tutorial: #1 - What is Thymeleaf?
25 Java Programs for Beginners for Interviews in 25 Min | Last-Minute Brush-up Before Your Interview
zhlédnutí 6KPřed 4 měsíci
25 Java Programs for Beginners for Interviews in 25 Min | Last-Minute Brush-up Before Your Interview
Java 8 Coding Programs for the Interviews | Java 8 Programs for Beginners with Output
zhlédnutí 4,6KPřed 4 měsíci
Java 8 Coding Programs for the Interviews | Java 8 Programs for Beginners with Output
Using Java Records with Spring Boot 3 | Spring Boot Banking Application
zhlédnutí 12KPřed 4 měsíci
Using Java Records with Spring Boot 3 | Spring Boot Banking Application
How to Become a Full Stack Java Developer in 2024 | Step-by-Step Roadmap #fullstackwebdevelopment
zhlédnutí 7KPřed 5 měsíci
How to Become a Full Stack Java Developer in 2024 | Step-by-Step Roadmap #fullstackwebdevelopment
What are Microservices | Explained with an Example #microservices #microservicesarchitecture
zhlédnutí 2,9KPřed 5 měsíci
What are Microservices | Explained with an Example #microservices #microservicesarchitecture
Spring Boot React JS Full-Stack Project | Spring Boot React Crash Course [2024] 🔥🔥🔥
zhlédnutí 66KPřed 5 měsíci
Spring Boot React JS Full-Stack Project | Spring Boot React Crash Course [2024] 🔥🔥🔥
Java, Spring Boot, PostgreSQL, Spring Data JPA, Hibernate CRUD RESTFul API Tutorial [2024]
zhlédnutí 34KPřed 5 měsíci
Java, Spring Boot, PostgreSQL, Spring Data JPA, Hibernate CRUD RESTFul API Tutorial [2024]
Spring Boot Project | Banking Application using Spring Boot 3, Spring Data JPA (Hibernate), & MySQL
zhlédnutí 147KPřed 5 měsíci
Spring Boot Project | Banking Application using Spring Boot 3, Spring Data JPA (Hibernate), & MySQL
What is Java Programming in 1 Minute? | Java Guides
zhlédnutí 1,2KPřed 6 měsíci
What is Java Programming in 1 Minute? | Java Guides
Spring Boot @ConfigurationProperties Annotation Tutorial
zhlédnutí 4,3KPřed 6 měsíci
Spring Boot @ConfigurationProperties Annotation Tutorial

Komentáře

  • @rishiraj2548
    @rishiraj2548 Před 10 hodinami

    Thanks

  • @shrishailmadari8792
    @shrishailmadari8792 Před 11 hodinami

    thank you bhai, thank you so much, i hv one request tht build a gradle real time project which can be deployed, with all dependencies like lombok, log4j, jpa, security, validation, mongodb, and cloud, exception, encryption feign client for communication using open API specification with swagger with Kafka and Docker and deploy to AWS cloud Watch. tht would be great. ... hope u find time to implement this any management project, and try to implement the mapper classes. thank you

  • @user-du5et4he6d
    @user-du5et4he6d Před 11 hodinami

    Thank u sir

  • @Abhishek-df5tf
    @Abhishek-df5tf Před 12 hodinami

    Why video content quality are bad

  • @sarradrif5858
    @sarradrif5858 Před 22 hodinami

    hey i have a "Request method 'GET' is not supported" who i can fix it

  • @DeepakMandliya-v5q

    Thanks🎉

  • @gowtham7231
    @gowtham7231 Před dnem

    I got ERR_SSL_CIPHER_OPERATION_FAILED

  • @vishalkudale342
    @vishalkudale342 Před 2 dny

    What great series of kafka concept ! Explained concepts step by step in easy format and to the points. Really a appreciate!

  • @FlizuWinton
    @FlizuWinton Před 2 dny

    Straight to the point, THANKS! You're the best!

  • @DennisJeromeTan
    @DennisJeromeTan Před 2 dny

    pls share git sourcode

  • @mallikarjunshurpali

    Thanks so much ..sir..

  • @vinvithkumar1164
    @vinvithkumar1164 Před 3 dny

    @JavaGuides Your tutorial is great. But there is one issue I am facing while creating a New Module. There is no "Maven" option while creating New Module. If we choose "Maven Archetype" Generators, we have to choose Archetype and there is no default option already selected. Hence getting errors while doing "mvn clean install". Please let us know. It will be helpful to other folks who are facing the same issue mentioned in the comments. Thanks!

  • @Moni29_8
    @Moni29_8 Před 3 dny

    @Entity @Id @GeneratedValue and many more annotations are not working . The import javax.persistence cannot be resolved.... please Anyone help me out to clear this problem

    • @JavaGuides
      @JavaGuides Před 3 dny

      @@Moni29_8 use Jakarta package

    • @Moni29_8
      @Moni29_8 Před 3 dny

      @@JavaGuides Thankyou so much for the reply

  • @emilywilson7835
    @emilywilson7835 Před 4 dny

    Thank you! From a struggling grad student!

  • @elmidarmustafa475
    @elmidarmustafa475 Před 4 dny

    Why not use @RequiredArgsConstructor? Thanks

  • @MaryamsadatMousavi-nr1zq

    Awesome 🤩 Thank you sooooo much❤

  • @udit.chauhan
    @udit.chauhan Před 5 dny

    Supwrb Awesome!!!-Thankyou!

  • @EOC89
    @EOC89 Před 6 dny

    Thank you sir i completed my first ever servelt project,yes i did copy paste but I will learn end to end and build my own project❤

  • @aindrilasaha1592
    @aindrilasaha1592 Před 6 dny

    As for this date, the following works error free: spring.application.name=demo spring.datasource.url=jdbc:mysql://localhost:3306/ems?useSSL=false&allowPublicKeyRetrieval=true spring.datasource.username=root spring.datasource.password=root spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect spring.jpa.hibernate.ddl-auto=update

  • @kalyang1791
    @kalyang1791 Před 6 dny

    A

  • @sachinhadapad326
    @sachinhadapad326 Před 6 dny

    Sir, I am started watching your video to learn, but I stuck here database connecting successful but table is not creating please tell me what to do ..

  • @florintrif3805
    @florintrif3805 Před 7 dny

    very usefull. thank you

  • @Arjun2mkap3929
    @Arjun2mkap3929 Před 7 dny

    10:00

  • @ssaha708
    @ssaha708 Před 7 dny

    From where did you get the jdbc port no at 1:21 in the video?

  • @arvindsoni5228
    @arvindsoni5228 Před 7 dny

    Nice explains, thank you so much, may I know please why you have created parent and sub module of kafka producer project?

  • @NikitaBhagat-zy7ho
    @NikitaBhagat-zy7ho Před 7 dny

    Sir please make a video big new java project using jdbc ,java ,servlet mysql, jsp.

  • @NikitaBhagat-zy7ho
    @NikitaBhagat-zy7ho Před 7 dny

    Thank you sir

  • @rajkamalrokijusttknowpggpg2133

    Great Learnings Pls post more videos on Spring Boot releated annotations

  • @rajkamalrokijusttknowpggpg2133

    Great Learnings Pls post more videos on Spring Boot releated annotations

  • @rajkamalrokijusttknowpggpg2133

    Great Learnings Pls post more videos on Spring Boot releated annotations

  • @rajkamalrokijusttknowpggpg2133

    Great Learnings Pls post more videos on Spring Boot releated annotations

  • @rajkamalrokijusttknowpggpg2133

    Great Learnings Pls post more videos on Spring Boot releated annotations

  • @rajkamalrokijusttknowpggpg2133

    Great Learnings Pls post more videos on Spring Boot releated annotations

  • @rajkamalrokijusttknowpggpg2133

    Great Pls post more videos

  • @suranjan1000
    @suranjan1000 Před 8 dny

    You have just boost up my confidence with this project video. Thanks a lot n lot !!!

  • @monojitdas6034
    @monojitdas6034 Před 8 dny

    Very nice 👍👍👍...but subtitles blocking view...

  • @rishiraj2548
    @rishiraj2548 Před 8 dny

    Good day 🌞