- Replacing Your CGIs with Java Servlets
Servlets 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.
http://www.zdnet.com/devhead/stories/articles/0,4413,1600265,00.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Servlet Essentials
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 of Servlet programming from a simple "Hello World" Servlet to advanced Servlet features like session tracking and Cookies. There are also appendices on compiling and running Servlets. The reader is assumed to have some basic knowledge of HTML and Java programming."
http://www.novocode.com/doc/servlet-essentials/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Servlets and JSP
Servlets are Java technologys answer to CGI programming; JSP is a technology that lets users mix regular, static HTML with dynamically-generated HTML. This tutorial discusses the basics of Java Servlets and JSP, as well as the advantages of using each of these technologies.
Price: Free
http://serverwatch.internet.com/articles/servlets/index.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Servlets trail
The Servlets trail teaches you about servlets, the bodies of code that run inside servers, and extend their functionality. Topics include: Overview of Servlets, Client Interaction, The Life Cycle of a Servlet, Saving Client State, Servlet Communication, Utilities for Running Servlets, and Running Servlets.
Price: Free
http://dione.zcu.cz/java/docs/tutorial/servlets/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Using Java Server Pages (JSP)
This is a short introductory article on JavaServer Pages. It talks about the features of JSP, a simple example, and includes some useful JSP related-links.
http://www.webmapping.org/vcgdocuments/vcgTutorial/tutorial/using_jsp.htm
(Rating: 0.00 Votes: 0)
Rate It
Review It
- What are JavaServer Pages\?
The usefulness of static HTML has run its course and web sites whose sole content is comprised of static HTML pages are now often dismissed as "brochureware." The real world is dynamic and web pages that want to reflect this must be capable of accommodating this dynamism. It is possible, however, to deliver dynamic data content to otherwise static HTML pages by leveraging the power of Java and JavaServer Pages (JSP). This introductory tutorial explains The Definition of a JavaServer Page along with a simple form-based article listing application.
http://www.ddj.com/articles/1999/9912/9912k/9912k.htm
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Writing Your First JSP
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 JavaServer Pages.
http://www.webreview.com/2001/01_12/developers/index04.shtml
(Rating: 0.00 Votes: 0)
Rate It
Review It
|