Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Share Post: Reddit Facebook
Giveaway [Udemy] Develop Java MVC web apps using MyBatis, Servlets and JSP
#1
Develop Java MVC web apps using MyBatis, Servlets and JSP | Udemy

Quote:Description
Servlets and JSP
A Java servlet is a Java software component that extends the capabilities of a server. Although servlets can respond to many types of requests, they most commonly implement web containers for hosting web applications on web servers and thus qualify as a server-side servlet web API. Such web servlets are the Java counterpart to other dynamic web content technologies such as PHP and ASP.NET.
A Java servlet processes or stores a Java class in Java EE that conforms to the Java Servlet API, a standard for implementing Java classes that respond to requests. Servlets could in principle communicate over any client–server protocol, but they are most often used with HTTP. Thus "servlet" is often used as shorthand for "HTTP servlet". Thus, a software developer may use a servlet to add dynamic content to a web server using the Java platform. The generated content is commonly HTML, but may be other data such as XML and more commonly, JSON. Servlets can maintain state in session variables across many server transactions by using HTTP cookies, or URL mapping.
To deploy and run a servlet, a web container must be used. A web container (also known as a servlet container) is essentially the component of a web server that interacts with the servlets. The web container is responsible for managing the lifecycle of servlets, mapping a URL to a particular servlet and ensuring that the URL requester has the correct access rights.
The Servlet API, contained in the Java package hierarchy javax.servlet, defines the expected interactions of the web container and a servlet.

https://www.udemy.com/course/develop-jav...10310BCC1B
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Giveaway [Udemy] Programming for beginners with : C++ | C# | Java | Python baziroll 0 507 11-20-2021 , 01:28 PM
Last Post: baziroll
  Giveaway [Udemy] Complete Java Programming Certification Beginner to Advance baziroll 0 497 10-10-2021 , 10:12 PM
Last Post: baziroll
  Giveaway [Udemy] ABC of Java (A Perfect Java course for beginner's) baziroll 0 466 10-10-2021 , 10:12 PM
Last Post: baziroll
  Giveaway [Udemy] Core Java + Hand-on Programming baziroll 0 424 10-08-2021 , 07:24 PM
Last Post: baziroll
  Giveaway [Udemy] Diploma in Java Programming Certification baziroll 0 409 10-05-2021 , 04:54 PM
Last Post: baziroll

Forum Jump:


Users browsing this thread: 1 Guest(s)