#4 Servlet and JSP Tutorial | Creating Web Project in Eclipse
Telusko Telusko
2.43M subscribers
464,066 views
3.2K

 Published On Jan 11, 2018

Check out our courses:

Spring and Microservices Weekend Live Batch : https://bit.ly/spring-live-weekend
Coupon: TELUSKO10 (10% Discount)

Master Java Spring Development : https://bit.ly/java-spring-cloud

Complete Servlet and JSP playlist : https://goo.gl/pKFeSv

Once Eclipse and Tomcat is configured lets create a web project in Eclipse.

In this video we will see :
How to create a new project
Create Dynamic Web Project
What is Target Runtime
Understanding the folders in project
Web-INF folder and web.xml file
Java resources folder
Hello Wrold program
Running the project
Changing default web browser to run project

A servlet is a Java programming language class that is used to extend the capabilities of servers that host applications accessed by means of a request-response programming model. Although servlets can respond to any type of request, they are commonly used to extend the applications hosted by web servers. For such applications, Java Servlet technology defines HTTP-specific servlet classes.

The javax.servlet and javax.servlet.http packages provide interfaces and classes for writing servlets. All servlets must implement the Servlet interface, which defines life-cycle methods. When implementing a generic service, you can use or extend the GenericServlet class provided with the Java Servlet API. The HttpServlet class provides methods, such as doGet and doPost, for handling HTTP-specific services.

Java and Spring Framework For beginners with Spring Boot : - http://bit.ly/3LDMj8D

Java Tutorial for Beginners (2023) :- http://bit.ly/3yARVbN

Editing Monitors :
https://amzn.to/2RfKWgL
https://amzn.to/2Q665JW
https://amzn.to/2OUP21a.


Check out our website: http://www.telusko.com

Follow Telusko on Twitter:   / navinreddy20  

Follow on Facebook:
Telusko :   / teluskolearn.  .
Navin Reddy :   / navintelusko  

Follow Navin Reddy on Instagram:   / navinreddy20  

Subscribe to our other channel:
Navin Reddy : https://www.youtube.com/channel/UCxmk...
Telusko Hindi :
https://www.youtube.com/channel/UCitz...


Donation:
PayPal Id : navinreddy20
Patreon : navinreddy20
http://www.telusko.com/contactus

show more

Share/Embed