Jakarta Servlet: Difference between revisions

Content deleted Content added
remove useless circular ref; Webopedia basically copies Wikipedia content so this is really no reference at all
Tag: references removed
Line 3:
[[File:JSPLife.png|thumb|400px|Life of a [[JavaServer Pages|JSP]] file]]
 
A '''Java servlet''' is a [[Java (programming language)|Java]] [[software component]] that extends the capabilities of a [[server (computing)|server]]. Although servlets can respond to any types of requests, they most commonly implement [[web container]]s for hosting [[web application]]s on [[web server]]s and thus qualify as a server-side servlet [[web API]].<ref>{{citeweb Such web servlets are the [[Java (software platform)|Java]] counterpart to other [[dynamic web page|dynamic web content]] technologies such as [[PHP]] and [[ASP.NET]].
| accessdate = 2011-04-27
| ___location = http://www.webopedia.com/
| publisher = WEBOPEDIA| title = servlet
| quote =Java Servlet is server side technologies to extend the capability of web servers by providing support for dynamic response and data persistence.| url = http://www.webopedia.com/TERM/S/servlet.html}}</ref> Such web servlets are the [[Java (software platform)|Java]] counterpart to other [[dynamic web page|dynamic web content]] technologies such as [[PHP]] and [[ASP.NET]].
 
== Introduction ==