Hello sir , can you please upload a video related to real time project structure including all layers like(Controller,VO,DTO,Service,DAO,BO). With flow,,,
@NareshIT5 жыл бұрын
Please Comment, Subscribe and Click Bell🔔🔔🔔 Icon for More Updates. To learn software course from our experts please register here for online training: goo.gl/HIB0wL
@programming54842 жыл бұрын
Most informative lecture sir.
@karviworld76277 жыл бұрын
Sir thank you, your videos are very helpful. I have one doubt, do we need to create all three VO,DTO,BO for a single class such as Student.
@dProfessor_ Жыл бұрын
very well explained
@sarbeshkumarsingh13287 жыл бұрын
One of the best videos..............
@nitendrasingh5348 жыл бұрын
sir...these are @awsome video.......plz add some video related to servlet communication.
@srinivasreddyg3018 жыл бұрын
Thnq for sharing valuable information.But some where i even heard about Deligate classes.along with these classes.So where to use these deligate classes.What is the use of this class?
@Shorts-gz3qk7 жыл бұрын
Awesome video sir.. thanks
@hell.tom_6 ай бұрын
thanks
@KS-Looks2 жыл бұрын
VO - Value Object DTO- Data Transfer Object BO- Business Object 😀😀👌
@vamshiraj70976 ай бұрын
For those who watched this video, Sir's explanation regarding transfer of data between different of Application is correct. But what he said about VO class ,DTO class, BO class is completely wrong. Value Object(VO) is typically immutable and represents data without identity, Data Transfer Object (DTO) are used for transferring data with no business logic. Business Object (BO) encapsulate business logic and operations.
@dips28058 жыл бұрын
can you please make a video on jenkins.?
@udittandon23056 жыл бұрын
yaa baba
@aoyankar35975 жыл бұрын
Sir please upload practical part about all layers
@anupamdas53897 жыл бұрын
Thank u sir
@venkatagopinahd18158 жыл бұрын
sir plz upload web logic server and glassfish server videos
@faizalhussainsyed97707 жыл бұрын
Thank you sir GOD OF JAVA
@venkyvenkatesh50206 жыл бұрын
Y setter and getter methods
@balramahirwar90168 жыл бұрын
i am the student of nareshi sir please uploade session tracking vedeos complete
@sparkey1966 жыл бұрын
Is this supposed to be about DDD? The definition and example of Value Object 6:45 is not correct. A VO cannot have Identity (by adding a unique studentNumber it is an Entity or DTO). Also it should be immutable, without setters. An example of a VO constructor might be FirstName(String name).
@dusanmilenkovic58866 жыл бұрын
And you can't have a need to display the the ID to the user as output ?
@kuldeeptiwari-mm2cp8 жыл бұрын
its my request to you people plz upload with name .......when we search name like natraj sir video ,so it becomes esially
@sandipdigambarnarwade2848 жыл бұрын
PLS add real time java tools///Junit...log4j
@mandeepmehra21105 жыл бұрын
Wrong explanation of VO design pattern....it has to immutable.