when creating a dynamic web project, web.xml is unchecked by default. But i would like to know how to make servletconfig and servletcontext without xml.
Helo Sir, I have an issue,....... after form is sumbitted when we refresh the page , the data re-submit in database as duplicates. (Servlet and Jsp) How to Solve this
Hello sir, when I am running server I am getting an error like this way "Server Tomcat v9.0 Server at localhost failed to start." Can you help me how to resolve it
Your lecture series is amazing....Learning a lot from you without any cost.....Thanks a lot for all of this Sir....
Navin sir, your way of teaching is just amazing. I wonder why so less views on these videos.
You are a legend, sir. Thank you very much for the educational content.
Thanks for the Lessons ...Great Videos .
Meeku Chala Vandanam
Thank you so much from Brazil :D
woooooww , it means using annotation will save lot of time and get rid of xml , Thanks a lot sir ji
Thank you so much sir!!!! I have understood servlet just cause of your help
Same here...
Your lecture is very good ,but for fun there is a small bug in 3:00 how 4+5= 81😂
these videos are golden
Crystal clear explanation
How about servlet context and servlet config? if we choose not to use xml, where are we going to define them? thank you.
good explanation
How can we add servletcontext using annotation
Yes I am enjoying this video.
Annotation is the best. Main motto of a programmer is to reduce the no of lines!
Thank you Navin Sir.
great explained
Thanks sir ! for this explanation.
telusko rocks
In case of using ServletContext or ServletConfig....we have to anyway use the servlet mapping and XML right??
yes, annotation is used only for mapping servlets not in case of context or config
we have an option of webInitParam annotation
ya, annotation used for mapping, servlets not in case of context or config
Hi Sir, One doubt how to use the servlet config and servlet context as annotation with using web.xml , is there any annotation for declaring them
yes @WebInitParam annotation is there
Great 👌
when creating a dynamic web project, web.xml is unchecked by default. But i would like to know how to make servletconfig and servletcontext without xml.
I had an error that states that "the-attribute-name-is-undefined-for-the-annotation-type-WebServlet",please help me
But what about Servlet Listeners, filter and init-parameters? How can we configure using annotations?
Helo Sir, I have an issue,....... after form is sumbitted when we refresh the page , the data re-submit in database as duplicates. (Servlet and Jsp) How to Solve this
u help me a lot
How can we handle the http error codes using annotation for configuration like,
400
/400.jsp
But how to use the Servlet Context & Config with the Annotation, sir?
Hello sir, when I am running server I am getting an error like this way "Server Tomcat v9.0 Server at localhost failed to start." Can you help me how to resolve it
Check your xml file properly, if you correct it or comment it properly then this msg will not be there..
In 2024 we are still enjoying your video.
Thank You
Sir, do you recommend to learn servlet&jsp in 2018?
Turab Eybaliyev, even if you will use in your practice JSF instead of JSP, it would be better to know how servlets/JSP work.
Дмитрий Иванов thanks
Servlet and jsp vs laravel which is better in job opportunity
j2ee is outdated, but I am still learning it as a starting point of making crud
How to comment ny selectiong that portion ?? let us know the shortcuts
nice
I'm having issues with my app in Apache Tomcat 10, it shows error 404. Anyone who could help me on this?
how we can use ServeletConfig with Annotation? Is there any solutions?
sir how to redirect from servlett to html page
like after login if its verified how to transfer to next page.
I would like to know answer to this as well
response.sendRedirect("yourpage.html")
u can use sendRedirect();
Tq sir
While u make a video on listeners in servlet
Kindly use a dark theme,🙏️😅️
im getting 404 error
Php or Java which one is best sir
I recommend Java
Names are misleading brother .....
Go for angular
i recommend java
I am first
Then how to use servlet context with out xml
you need web.xml for context and config, annotation is alternate only for mapping(servlet name and mapping)