This complete playlist has given me a clear picture of what servlets ,jsps are.. Thankyou so much sir for this wonderful playlist.This is really a go to series for all those who has started working directly on frameworks like spring and who has no idea of the actual basics!!!!
I selected the servlet part and completed it. I actually skipped most of the jsp and jstl part according to my need and I find the content of the servlet and login is still very complete. Thank you! Your tutorials are very helpful.
have been working on spring boot for last 2 years, had forgotten servlet and jsp. Completed playlist overnight and feeling confident before going to job interviews. Thank you
I just came here to say thank you so much for sharing and explaining the knowledge that you have, you explain with so much patient and passion that I was able to understand completely. Keep up the good work.
Navin, thanks a lot, earlier I used to have doubts like why different pages, connections, technologies are getting involved in delivering simple results, but now got clarified with examples in a way where even a beginner can also understand it. Thanks again.
How I have missed this awesome explanation till now. Till now I was only knowing JDBC connection from java without maven, servlets/JSP, spring. Today I learned how to do jdbc connection with maven without spring. Thank You, Sir...
Thank you for this great video.8 years back I was working in MVC web application.I had lots of questions as I am going to attend an interview this video helped me today
This is so much helpful as after learning different technologies, it is important to know how to integrate them and what are the alternatives. Thank you :)
wonderful tutorial, refreshed my memory on everything I had forgotten. This is how I like doing it with the embedded code in jsp and working directly with jdbc.
Navin, THANK YOU sooooo much! Watched every video, and must say you are really good at it. Perfect pace of training. Great content for professionals also - as you quickly touch the key points to give an idea. Thank you again!
in the end of the video you can also use urL Rewriting ( response.sendRedirect("showAlien.jsp?alien="+a1); ) Thank you sir for this amazing tutorial it was so helpful
ahhh!! I completed the playlist in just 5 days................thankyou very much..........plz make video series on complete EE project software....................
Hi Navin. your too good. Well explained. In process of migrating legacy apps and was to trying to understand JSP/Servlets, went to many other sites and they unnecessarily complicate things. Yours was simple and easy to follow. Thanks & Keep up the good work. Ron.
Your videos are amazing sir. I was confused on maven and how to write quality code for servlet development as I used to write everything is one servlet. Thank you for sharing this workflow. I really appreciate your work
Hi Sir, I created a maven project and I am unable to use taglib in jsp files. It shows me an error of "java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagLibraryValidator". I also added the dependencies in pom.xml. Please guide me Sir!
At 24:00 I get ClassNotFoundException instead of having the Servlet called. Sometimes I get 404 instead. Tomcat said my servlet is marked as unavailable. I search on the net and it seems it is when you have no doGet or doPost but I have both (doPost calling doGet). Any idea what I should do? It works now. Not sure why. I thought it was just a meme, but this kind of thing happens for real too. xD
Because the query ("select * from alien where aid=" + aid ) is suitable specially for integer value, if suppose aid is string value then the query will be (" select * from alien where aid=' "+ aid +" ' ")
Navin! Need some help, I did all the steps but when I tipe any number and click on submit, always come zero in each field and.. theres no zero in my database... I think the connection its not working but I can't see the problem, the url, user and password are corrects... Even when I tipe a number that doesn't exist in my database... come zero... any idea?
I'm having a problem following this tutorial, I cannot set eclipse to open localhost:8080/ServletJspDemo/index.jsp. It just opens as a start page localhost:8080/ServletJspDemo and it indeed shows the html, but when I submit the form I get a 404 error because it just redirects me to localhost:8080/getAlien[...], so I'm guessing I'm missing some setting, but I'd like not to simply hardcode the urls and do the things the right way... Please help!
Hey Navin, I have seen your all Servlet and JSP videos. Thanks for providing and explaining too simple way. But I have one question here, do we still need Javascript in JSP pages?. Because we don't work with forms only, we use menu, sidebar and etc. please explain and if possible provide short video on this. Thank you again...
Just completed the entire playlist and couldn't be more thankful! It was extremely helpful. :)
which playlist
I just finished the entire playlist and i can't be more thankful !
And here's playlist completed...I just wanna thank a legend named (Navin Reddy sir)..🙏🙏
This complete playlist has given me a clear picture of what servlets ,jsps are.. Thankyou so much sir for this wonderful playlist.This is really a go to series for all those who has started working directly on frameworks like spring and who has no idea of the actual basics!!!!
I selected the servlet part and completed it. I actually skipped most of the jsp and jstl part according to my need and I find the content of the servlet and login is still very complete. Thank you! Your tutorials are very helpful.
This guy should be honoured by giving some award!🎊🎊🏅🎖️
Explains every minute step even.
Naveen, You are doing an amazing job. Your videos are more helpful than live classes. Thanks a lot.
have been working on spring boot for last 2 years, had forgotten servlet and jsp.
Completed playlist overnight and feeling confident before going to job interviews. Thank you
I just came here to say thank you so much for sharing and explaining the knowledge that you have, you explain with so much patient and passion that I was able to understand completely. Keep up the good work.
You are an amazing teacher. I had searched a lot for the usage of Servlets Jsp and maven.
This video showed the clear.
Thank you sir
Navin, thanks a lot, earlier I used to have doubts like why different pages, connections, technologies are getting involved in delivering simple results, but now got clarified with examples in a way where even a beginner can also understand it. Thanks again.
thank you very much.
I lost in java and you bring me back.
thanks a lot.
Concepts are very clearly explained in simple ways.Perfect tutorial.
Ek hi dil hai kitni baar lootoge! Sir u are just amazing! Please keep making such new videos. Your videos are truly inspiring. Thank you :)
Completed the Playlist in Sept 2024 so thankful for all the content :)
How I have missed this awesome explanation till now. Till now I was only knowing JDBC connection from java without maven, servlets/JSP, spring. Today I learned how to do jdbc connection with maven without spring. Thank You, Sir...
Thank you for this great video.8 years back I was working in MVC web application.I had lots of questions as I am going to attend an interview this video helped me today
sir Due to your videos I am clearing my java module test in CDAC.Thanks a lot sir making all these videos
This is so much helpful as after learning different technologies, it is important to know how to integrate them and what are the alternatives. Thank you :)
Naveen, you are an amazing teacher.. having only knowledge and showing knowledge in such a way to educate others is a big task.. Great work ..
seriously You are good instructor,you know what your students want..
Finally....,l complete this series, sir you are explaining very well 👍🙏
wonderful tutorial, refreshed my memory on everything I had forgotten. This is how I like doing it with the embedded code in jsp and working directly with jdbc.
Navin, THANK YOU sooooo much! Watched every video, and must say you are really good at it. Perfect pace of training. Great content for professionals also - as you quickly touch the key points to give an idea. Thank you again!
Thank you Navin.. Your videos really helped me to step into the java world.. Now Im moving towards the Spring Boot.. Thank you so much..
I have completed the playlist in oct 2024.. Thanks for the content navin sir
Thank you, sir, I just completed the playlist...Much love from Indonesia!
in the end of the video you can also use urL Rewriting ( response.sendRedirect("showAlien.jsp?alien="+a1); )
Thank you sir for this amazing tutorial it was so helpful
You are such an awesome instructor. All my doubts and concepts are clear. Thanks a lot :)
very nice course sir .. i have seen all videos and now i learnt everything and helped in my work life. Thank you so much sir.
exactly what i've been looking for
Yeah, finished this playlist in 3 days
Completed the whole playlist. learn a lot and get interested in Java. thank you, sir. 😀
Sir Thank You for making this playlist, explanation was from basic to advanced .
You are doing great work sir.
Great job! Much love from Sri Lanka .
Thanks Navin. I really appreciate your time and effort to do this and all previous videos from which I am learning Java a lot. Keep it up
ahhh!! I completed the playlist in just 5 days................thankyou very much..........plz make video series on complete EE project software....................
Awesome video...it's like cheat sheet of a servlet,jsp and maven..thank you sir
your teaching style is awsmm...
Guys pls like the videos when you see as because sir's videos are awsome
Yes.
@@siddheshrumade2964
Yes
Is there any new concept in this video ?
Have u watched it ?
Juda ham ajoyib video darslar shu yerda.
Hi Navin. your too good. Well explained.
In process of migrating legacy apps and was to trying to understand JSP/Servlets, went to many other sites and they unnecessarily complicate things. Yours was simple and easy to follow. Thanks & Keep up the good work. Ron.
Your videos are amazing sir. I was confused on maven and how to write quality code for servlet development as I used to write everything is one servlet. Thank you for sharing this workflow. I really appreciate your work
Just completed the playlist. Thanks a lot! U have really done a great work.. Keep doing. Will remember you.
Thank you for the wonderful tutorial which got me to playback my Memory in web Application Development using JAVA
watching this makes me a very happy alien!
thanks man the lesson was super clear!!
greetings from sicily !
Thank you Navin Sir. You are the Best !!
Perfect package of the knowledge 😇😇✌✌
Very concise, yet complete!
I just love your teaching....great tutorial
Was very useful to get a clear idea of the technology. Thanks a lot
Easy to learn and easy to understand ..... great tutorial.
Hi Sir, I created a maven project and I am unable to use taglib in jsp files. It shows me an error of "java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagLibraryValidator". I also added the dependencies in pom.xml. Please guide me Sir!
Good job, Navin. You are awesome! Hello from Ukraine!
Done with your complete playlist and it was wonder watching it!!!
Thankyou so much!!
you are right I agree with youu ;-) :-)
you are johnny sins in programming world.He is also a good teacher and doctor
those who are getting timezone exception , try changing version of mysql connector to 5.1.39 in pom.xml
Done with the playlist. Thank you so much. Entha kanna am cheppagalanu..
Awesome Navin.....Excellent Explanation.......!!!
Good Package Sir. Got to Know a lot more information from your videos. Looking for more session from you. May God bless you.
Thanks a lot for these tutorials. Learnt a lot from this playlist :)
What did you refer as 'service class' in your MVC video? I don't remember you mentioning/creating it here.
Good one naveen sir....Plz make this kind of tutorial more
Thanku Navin sir for making such interesting video.
Thank you very much, your explanations are clear and comprehensible, awsome teacher :)
thanks sir the video was so insightful we really gained a lot
Thank you sir for providing quality education thanks a lot sir.
Hi Navin , you are doing very well job. thank you so much for your great video's
At 24:00 I get ClassNotFoundException instead of having the Servlet called. Sometimes I get 404 instead. Tomcat said my servlet is marked as unavailable. I search on the net and it seems it is when you have no doGet or doPost but I have both (doPost calling doGet).
Any idea what I should do?
It works now. Not sure why. I thought it was just a meme, but this kind of thing happens for real too. xD
Thank you navin sir.... i am looking for a web application with maven... So thank you sir
Sir You did not mention we have to install maven in our system. Please sir I wasted a lot of time for that
are you using a java bean 16:00 ?
Class.forName() is no longer required after JDBC v4.0
But it requires all the drivers to be present at the classpath
Super, it is very useful for me
32:15 better to use prepared statements here
Because the query ("select * from alien where aid=" + aid ) is suitable specially for integer value, if suppose aid is string value then the query will be (" select * from alien where aid=' "+ aid +" ' ")
Thank you Navin, awesome videos !
Sir kya apne koe roo project ka video banaya to please mujhe bata deejiye.
Apka vide dekhkar dil khus ho jata hai.
You need to record your face always, it helps a lot to understand with gestures!
Hi, I am unable to find the Targeted Runtime option in the properties of the project ....then how should I specify my runtime to tomcat
it is awesome video it clear all concept of servlet and jsp thank you
Literal life saver
a question please,
why have you created a java folder in main?
Navin! Need some help, I did all the steps but when I tipe any number and click on submit, always come zero in each field and.. theres no zero in my database... I think the connection its not working but I can't see the problem, the url, user and password are corrects... Even when I tipe a number that doesn't exist in my database... come zero... any idea?
Do you still suggest learning Servlet and JSP? I'm not expert but I know that for the view (of the MVC), it's common to use HTML with CSS and JS.
thank you so much, very well explained and extremely helpful!!
thank you so much sir to cover all concept with this video.
sir I am unable to insert values to selected column instead of whole table.kindly help me with the sql stmt.
Thank you for this wonderful tutorial!
amazing video, thanks for this knowledgable tutorial.
Sir is it good to use post method while passing data from page or use the get method encrypt the URL?
thank you for helping us out...these videos are really helpful
Thank you very much.
Your videos are amazing.
I'm having a problem following this tutorial, I cannot set eclipse to open localhost:8080/ServletJspDemo/index.jsp. It just opens as a start page localhost:8080/ServletJspDemo and it indeed shows the html, but when I submit the form I get a 404 error because it just redirects me to localhost:8080/getAlien[...], so I'm guessing I'm missing some setting, but I'd like not to simply hardcode the urls and do the things the right way... Please help!
please see the url pattern in web.xml matches the action attribute in index.jsp
sir there is a problem in my sql server connectivity . error: "ssl could not make secure connection to sql server"
This is excellent Demo.
Thanks a lot sir. Extremely helpful.
sir what was the need of getter and setter methods in this case can we merge alien and alienDao class
Hi Navin, can we learn String boot without learning servlets and jsp ? plss need quick response..
Hey Navin,
I have seen your all Servlet and JSP videos. Thanks for providing and explaining too simple way. But I have one question here, do we still need Javascript in JSP pages?. Because we don't work with forms only, we use menu, sidebar and etc. please explain and if possible provide short video on this.
Thank you again...