- 1,251 categories
- 40,829 scripts
- Servlets are Java programs running on a web server that produce results viewed remotely on a web server. Servlets has the same purpose that CGI or PHP had in the past. We shall describe how Servlets works with some examples. You will also learn about...
- This article examines Java Servlets in detail and discusses HttpServlet, ServletConfig and ServletContext classes and issues like Servlet preloading and initialization parameters.
- This is an introductory tutorial on Java Server Pages by devshed. It explains the history and basics of JSP documents, and also illustrates variables, includes and the String object.
- A brief introduction to writing your own first Java Server Pages (JSP). Covers several different editions of &"Hello, World!&" example. This article is the first excerpt of a full series from the book, Web Development with JavaServe...
- This article describes the overall servlet architecture and what you need to develop your application with servlets. Also presented are several code examples to show you how to use the Servlet API, and compare it with CGI and proprietary server APIs ...
- Servlet''s portability makes them a powerful alternative to CGIs. This tutorial describes what Servlets are, What you need to run servelts, How to run them, and includes some basic code that can be used in place of a CGI program.
- The author notes &"This document explains the concepts of Java Servlets and provides a step-by-step tutorial for writing HTTP Servlets with complete source code for the example Servlets. The tutorial and the other chapters cover all facets o...
- This article describes advantages and disadvantages of Servlets vs CGI, How a Servlet works, and Where a Servlet can be used for.
- Written primarily for those currently developing on the server in JavaScript, this article explains the basics of working with Java on the server through Sun''s Java Servlet API. It includes a brief overview of servlets and their role in server-...
- In this 5-page tutorial, you''ll learn how to write, compile, and serve a simple servlet. Also, includes other servlet-related resources.
Page: