Man... This video is amazing... Thanks for your job!!!!
@amrutansumallick9072 Жыл бұрын
What does it mean by a command is generated? Does this mean an event is generated inn Kafkka?
@pratyushkumarshandilya1445 Жыл бұрын
Great video... Learnt a lot
@devape9653 Жыл бұрын
Wasted time here, very bad and wrong directional explanation. Even speaker is not clear on this topic.
@praffulpawarp7p372 Жыл бұрын
Video is very good and understandable
@praffulpawarp7p372 Жыл бұрын
this video is very helpful
@anirudhc8667 Жыл бұрын
iF WE USE WRONG CREDENTIALS FOR tERS AND CONDITIN THEN S
@kisan-majdoorkalyansamiti7390 Жыл бұрын
Your disadvantages are stupid way explained then what is other alternative 😂😂😂
@kisan-majdoorkalyansamiti7390 Жыл бұрын
Event based more complex in transaction compensation as you need to forward routing slip with main data to event
@kisan-majdoorkalyansamiti7390 Жыл бұрын
It is not new concept old wine in new bottle it was part os soa /sca service composition ways
@kisan-majdoorkalyansamiti7390 Жыл бұрын
Oracastation used to use most of the cases as more practical to call compensation handlers
@sreeni4344 Жыл бұрын
Inheritance --- small correction its extends keyword not extend
@stefanliviupascu7700 Жыл бұрын
To create the .war file I used the command "mvn clean install" (I use Intellij) and instead of running the "startup" program inside the bin, I ran the "catalina.bat run" command from inside a cmd (I use Windows) and it worked. Hope this helps in case anyone got stuck.
@shirish2005 Жыл бұрын
best explination of SAGA
@obertmudzingwa270 Жыл бұрын
Thanks. The challenge is that the name is hard coded. What if we had a rest api where a user has to login by passing username and password, and then the rest api validates that user from the users table and then when doing inserts for say adding products into products table the system then picks the username from the running user session and then uses it as createdby. How can we achieve that.
@AJ-fb9pk2 жыл бұрын
Primary key: -identifies a row uniquely in a table Composite Primary Key -combination of fields that uniquely identify a row 2 ways to create composite key: 1. @Embeddable 2.@Idclass @Embeddable Key class> -separate class for key fields with @Embeddable in class -the composite key class must be public,implements Serializable, have no args constructor, implement equals and hashcode. Entity class> -Use the key class instead of separate fields in entity for keys -Use @EmbeddedId for composite key class field -for one of the composite key fields having a relation with another entity @MapsId("field_name") must be used for mapping FK -Postman gives Object hierarchy in response body of entity @Idclass Key class> -key fields specified in a separate class Entity class> -key fields specified AGAIN with @Id for each field -@IdClass(KeyClass) -Postman response for entity gives a flat hierarchy of fields
@gamingislove30302 жыл бұрын
It was very nice explanation .
@gamingislove30302 жыл бұрын
Its a very nice explanation
@dipangshuborah91882 жыл бұрын
great ,thanks bro
@BhaaRaThh2 жыл бұрын
Hi, i think we all need your help back. To crack an interview in the pandemic period in it. 😢
@meandmydays13162 жыл бұрын
Your video was awsm
@christhelemaque41872 жыл бұрын
well explained godamn these other utubers dumb asl but u sir u did a great job
@alkaouditbabadembele51892 жыл бұрын
thank you so much
@rahulranjan62322 жыл бұрын
Well explained👍
@manojchoudhary28302 жыл бұрын
contents are well explained in easy and simple way. Please take care of volume, it is very low in this video.
@Kidkromechan2 жыл бұрын
Thank you very much!
@RifatErdemSahin2 жыл бұрын
Great design pattern what is the difference between the proxy pattern ?
@VVV-xf5vl2 жыл бұрын
thanx man
@kumararyanand3272 жыл бұрын
It's very useful
@vinitjordan2 жыл бұрын
wonderful 👍🏻
@hemanthgowdam6562 жыл бұрын
Hi, I have gone through the video and in the last part, u said u vl configure Jenkins, Jira and other DevOps Tool. Can u please share the video link..
@arunawithu2 жыл бұрын
Great explanation. Thank you somuch for uploading 🙏 Could you please upload implementations as well.
@kaleolink57122 жыл бұрын
Very informative and practical
@supriyaka2ru6222 жыл бұрын
Bro super explained, can you provide interview questions on azure development
@sripriyanagaraju70192 жыл бұрын
very good explanation and thanks if possible please show these things in practical
@dillirani19212 жыл бұрын
Hi i am getting Build failure and also got this error message "java.io.IOException: The system cannot find the path specified"
@sainibasu67302 жыл бұрын
Can you make a video on the JIRA collector integration with Hygieia UI? I have setup hygieia-feature-jira-collector and it works succesfully however when creating new dashboard for the same in UI the project and team dropdowns are empty
@pradeepkumarreddykondreddy70482 жыл бұрын
I could not understand what is cloud native. Please explain it in simple terms.
@swapnas23402 жыл бұрын
Could you speak louder...
@SanjaySharma-jr3fi2 жыл бұрын
Static method belongs only to Interface class, so you can only invoke static method on Interface class, not on class implementing this Interface
@rishireddyambati18942 жыл бұрын
Good explanation..
@hapatworld2 жыл бұрын
can we do in same file ?
@yesubabu28802 жыл бұрын
why you did not even bring kubernates as an option for the last 3-4 questions.
@kishorkumrbendi2 жыл бұрын
Good explaination along with the answers..
@santhosh2852 жыл бұрын
Hi bro, why r u not posting videos?
@rakeshsoftpro2 жыл бұрын
Not clear as lot of confusion while explanation
@adrianbuzee97742 жыл бұрын
Hi! what is the purpose of making a public set method, dont you break encapsulation by doing so? I think you do. If you agree with me, you should make a pop up banner and correct this. Cheers!