Spring Boot DTO Example Tutorial | Data Transfer Object Pattern | Line By Line Coding 🔥

  Рет қаралды 116,324

Java Guides

Java Guides

Күн бұрын

Пікірлер: 74
@javatechnology24
@javatechnology24 3 жыл бұрын
Informative video with unique information. You are awesome👏. Love keyboard keys sound 🙂
@htcsaj7876
@htcsaj7876 3 жыл бұрын
Great video as always Ramesh. Is it ok to follow tutorial and then change some css and put it on my repository, I am beginner
@devilsemi1
@devilsemi1 2 жыл бұрын
this man is a genius, covered almost every aspects of how to design a microservice in just 30 minutes video.
@gabrielfono844
@gabrielfono844 2 жыл бұрын
as backend engineer, I can attest this dude trully understand springboot for sure. he is probably an instructor. tnanks for providing such amazing content. as junior developer working as full stack developer since 7 months, I just want to say thanks I own you a bag my G thanks again
@never_give_up944
@never_give_up944 8 ай бұрын
You mean "can attest" right?
@weedcoffeshopbarcelona6112
@weedcoffeshopbarcelona6112 2 жыл бұрын
GRACIAS HERMANO, CON MI NIVEL DE INGLES INTERMEDIO, ENTENDI A LA PERFECCION, Y NO EXISTE NADA MEJOR EN LOS ESTUDIOS QUE UN PROFESOR QUE ENSEÑE DE MANERA SIMPLIFICADA, MUCHAS GRACIAS, THANKS MY BRO
@cristianomartorreschegue8438
@cristianomartorreschegue8438 2 жыл бұрын
Thanks for the video I learned a lot and finally I was able to understand how a DTO works
@getitcleared4109
@getitcleared4109 Жыл бұрын
Everyone knows how valuable u r for Java developers
@pauliewalnuts6734
@pauliewalnuts6734 2 жыл бұрын
THIS WAS AWESOME! thank you so much for helping me keep my job 🤣
@rickhunter8216
@rickhunter8216 Жыл бұрын
Excelente tutorial bro. Your English is good.
@gabrielfono844
@gabrielfono844 2 жыл бұрын
I will purchase this course for sure. the only thing I hope it is updated. but will purchase it anyway. you have prooved me you know what you are doing for sure.
@robertoenriquechavezrodrig731
@robertoenriquechavezrodrig731 2 жыл бұрын
Thank you, man, your videos are awesome!!! Regards from Russia!
@ifinatychal
@ifinatychal 2 жыл бұрын
Great tutorial. Simple and straight-forward! Thanks :)
@thomasmoore3291
@thomasmoore3291 2 жыл бұрын
Great explanation and example. Also helped solve an issue I've been dealing with the past few days!
@CodeWithIan
@CodeWithIan 3 жыл бұрын
Great explanation!
@meenajadhav07
@meenajadhav07 3 жыл бұрын
Learning a lot from your video's.
@petarJK
@petarJK 2 жыл бұрын
Great video! Loving the channel!
@ramosespann6496
@ramosespann6496 3 жыл бұрын
Very Good , do you have videos about Login and registration with roles in Spring Boot and angular?
@ivanmartinsk
@ivanmartinsk 3 жыл бұрын
Now that i have all of this in my project wit DTOs and so. How would you implement a JSF view with the data generated in this DTOs?? Imagine for example de a CRUD app with a table, that list all elements in the DB. How do I interact with the DTOs??
@tamlq97
@tamlq97 2 жыл бұрын
Thank you sir, this video was what i am looking for,
@mahindracochin7893
@mahindracochin7893 2 жыл бұрын
Excellent Tutorial....Thank you so much
@thabtiguenidi2960
@thabtiguenidi2960 Жыл бұрын
thank you, your explication is very easy
@УмарКаригов
@УмарКаригов 2 жыл бұрын
Отличный урок👍
@s_cube8543
@s_cube8543 Жыл бұрын
Superb
@marioamado7385
@marioamado7385 9 ай бұрын
Hi, i see that you have not post mapping to save the user and location in the controller. it means with H2 database is suffice to put all the information we need in the bootstrap of the application and then use the repository to retrieve the data?
@TheSesameStreetGang
@TheSesameStreetGang 2 жыл бұрын
Amazing video, thanks for the help!
@mohamedelmakioui6612
@mohamedelmakioui6612 2 жыл бұрын
Thanks bro, you helped me a lot
@krishind99
@krishind99 3 жыл бұрын
Nicely paced tutorial. Are there any restrictions with this approach, especially in terms of size of data. What if we have millions of records in DB. Is it optimized to work?
@JavaGuides
@JavaGuides 3 жыл бұрын
For large data, server can send the data as per clients expectations ( in chucks) or provide pagination. There are different approaches to handle large amount of data. This is just example to showcase usage of DTO in spring boot.
@krishind99
@krishind99 3 жыл бұрын
@@JavaGuides Thanks for your quick response. I have been building services on all languages but Java. I'm seriously interested in SpringBoot and I bought your course. Yeahhhh I'd appreciate if you can include the following modules too 1. Building API Gateway 2. Handling scalability issues 3. Connecting different Microservices - Named services 4. Deployment with Docker or it's likes
@JavaGuides
@JavaGuides 3 жыл бұрын
@@krishind99 I am planning to create a complete course on microservices and I will cover these topics. We will let know as we publish new courses or update existing course.
@PrinceJeniFX
@PrinceJeniFX Жыл бұрын
Please which app do you use to record your screen
@sunnykosle8865
@sunnykosle8865 2 жыл бұрын
very informative video keep it up and thanks
@Khadrius
@Khadrius Жыл бұрын
Please, I have a question. Which package should I use to store the convertEntityToDTO methods? Is it right to have it on service class and package?
@ulyssegovi9327
@ulyssegovi9327 3 жыл бұрын
Great Work
@saumitrasaxena8470
@saumitrasaxena8470 2 жыл бұрын
nicely explained ..what's the difference between DTO and VO ??
@mrityunjaisingh
@mrityunjaisingh 2 жыл бұрын
Ya please someone explain
@henrydu3339
@henrydu3339 Жыл бұрын
you should use post method in controller to save user and location
@amanuellebassi7294
@amanuellebassi7294 2 жыл бұрын
You are amazing
@manutyagi8019
@manutyagi8019 Жыл бұрын
Good morning sir, Can we update multiple tables using dto in spring boot?
@monk4857
@monk4857 2 жыл бұрын
nice video thanks
@raghavanaliassaravananm1546
@raghavanaliassaravananm1546 3 жыл бұрын
Nice video Ramesh. Congrats on getting a Macbook Air :) Guess this is the first video you made on Macbook! isnt' it? By the way, what tool do you use capture the video recording - in Windows and now in Mac?
@JavaGuides
@JavaGuides 3 жыл бұрын
In Mac, I use Camtasia for screen recording and video editing.
@raghavanaliassaravananm1546
@raghavanaliassaravananm1546 3 жыл бұрын
@@JavaGuides cool. Paid version??
@JavaGuides
@JavaGuides 3 жыл бұрын
@@raghavanaliassaravananm1546 Yes
@darshanjain668
@darshanjain668 3 жыл бұрын
@@raghavanaliassaravananm1546 .. .... .... . . ....pp.p . .. P. .?
@fathurrachman3572
@fathurrachman3572 2 жыл бұрын
can you show the example how to get the endpoint from url with retrofit then show it to localhost?
@DanielRodrigues-bx6lr
@DanielRodrigues-bx6lr Жыл бұрын
You haven't used ModelMapper or MapStruct here?
@manutyagi8019
@manutyagi8019 2 жыл бұрын
Good afternoon sir, what is the purpose of optional variable while declaring @ManyToOne annotation?
@JavaGuides
@JavaGuides 2 жыл бұрын
The optional attribute of @ManyToOne used to check the field value is null or not at runtime. The nullable attribute is used to specify NOT NULL for column (mapped to field in JPA entity).
@rahul-java-dev
@rahul-java-dev 3 жыл бұрын
Thank you Sir...
@sahilpatil1111
@sahilpatil1111 3 жыл бұрын
How to update only specific value instead of whole entity in jpa ?????
@MrManda007
@MrManda007 3 жыл бұрын
Make custom query - DTO. 1. Make custom query in db be sure to work. 2.Make interface with fields returned by query 3.Inside repository interface make virtual method who return object you made in step 2 4. Inside controller sent this value to view.
@ysacpebes1462
@ysacpebes1462 2 жыл бұрын
muchas gracias 😃
@syedfaizan5841
@syedfaizan5841 Жыл бұрын
Thanks
@harishchandra8057
@harishchandra8057 3 жыл бұрын
Thankyou 😇
@Kiran08357
@Kiran08357 2 жыл бұрын
Just Awesome!!!!!!
@Aeviles1
@Aeviles1 2 жыл бұрын
Thanks!
@amidfallen
@amidfallen 3 жыл бұрын
thanks! Btw, would be nice to use builder designer patter in UserLocationDTO class
@sbszcc
@sbszcc Жыл бұрын
in this case, UserLocationDTO has only one way of being created: all of its properties are mandatory, so with a constructor is enough. Builder pattern is used when some properties are optional, like configuration pojos, not in every POJO
@tu4n59
@tu4n59 2 жыл бұрын
Thank you
@thekunthe0736
@thekunthe0736 3 жыл бұрын
How can I use it with mongo db?
@bastwido9875
@bastwido9875 2 жыл бұрын
nice !
@jbhatnagar1
@jbhatnagar1 2 жыл бұрын
What does he mean by jp object in the video? Anybody can reply
@JavaGuides
@JavaGuides 2 жыл бұрын
You mean JPA entity object. Provide a timestamp where you have a doubt
@jbhatnagar1
@jbhatnagar1 2 жыл бұрын
Thank you for the quick response I really appreciate it The time stamp is 7:20 I think it’s a jpg obj What does this object do? I will appreciate your quick response
@jbhatnagar1
@jbhatnagar1 2 жыл бұрын
It’s not jpg obj. Yes it’s JPA obj at time stamp 7:20
@Seff2
@Seff2 2 жыл бұрын
You only showd how to create the DTO from the entity. THe other way would be more interesting. How to handle the insert of one JSON (or DTO) that contains two models?
@historinhasdivertidas5712
@historinhasdivertidas5712 3 жыл бұрын
hi show example de POST com dto??
@raffaeleoliviero333
@raffaeleoliviero333 2 жыл бұрын
Can you give me the name of your IDE, pls?
@lukasz8r
@lukasz8r 3 жыл бұрын
Great! :) :)
JAVA DTO Pattern Tutorial | Simplify Your Code
19:12
Amigoscode
Рет қаралды 222 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
Use DTO instead of Model and Entity objects
8:11
Java Master
Рет қаралды 23 М.
10 Spring and Spring Boot Common Mistakes You Need To STOP
15:49
Amigoscode
Рет қаралды 164 М.
Understanding DTO (Data Transfer Object) Pattern in 4 Minutes
4:08
Session Vs JWT: The Differences You May Not Know!
7:00
ByteByteGo
Рет қаралды 331 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН