Hits Today: 1 Total: 847 | Updated: 5/24/2006 | |
 | This tutorial helps you to understand:
HTTP Response Syntax; HTTP Response Header Lines; jsp:directive.page Elements; Setting Header Lines Directly in JSP Pages; Generating Non-HTML Entity Body; etc. Author: Herong Yang Code: JSP 1.2 |
Hits Today: 1 Total: 4662 | Updated: 4/29/2001 | |
 | One important fact about JSP one should always keep in mind is: every JSP is internally converted into a servlet. So even if it looks simple it it is probably going to put more 'load' on your m/c. Author: Harshal Deo Code: JSP 1.2 |
Hits Today: 1 Total: 4393 | Updated: 9/20/2001 | |
 | If you put a value containing double quotes in the Name field of the userinfo2.jsp page, it doesn't work right. Example, try "Prince, "the artist"" and you'll see what I mean. Only "Prince," appears in the Name field, and the Birth Date field is not shown Author: Hans Bergsten Code: JSP 1.2 | |  | |
Hits Today: 2 Total: 5153 | Updated: 11/10/2001 | |
 | Java Server Pages, or JSPs, share some general syntax with Microsoft's ASP and the free-software PHP. They allow a mix of HTML and code; the code is executed on the server side, and the HTML plus the code results are printed as the HTML. Author: Ian Darwin Code: JSP 1.2 |
Hits Today: 1 Total: 7535 | Updated: 12/5/2001 | |
 | One of the main advantages of JavaServer Pages is the ability to generate dynamic content. Many Web sites depend on the ability to generate tables dynamically, which consists of controlling the TR and TD tags within a TABLE. This article shows how. Author: Stephanie Kaminaris Code: JSP 1.2 |
Hits Today: 2 Total: 5652 | Updated: 12/19/2001 | |
 | The abstract class javax.servlet.Servlet is designed for those who wish to structure an entire web server around the servlet notion. For example... Author: Ian Darwin Code: JSP 1.2 |
Hits Today: 1 Total: 3809 | Updated: 12/21/2001 | |
 | JavaServer Pages (JSP) shares some general syntax with Microsoft's ASP (Application Server Pages) and the free-software PHP (Programmable Hypertext Processor). Author: Ian Darwin Code: JSP 1.2 | |  | |
Hits Today: 1 Total: 4217 | Updated: 12/30/2001 | |
 | This article gives an introduction to the Translator pattern and describes how to use the Translator pattern in a JSP technology and servlet environment. You will be able to successfully implement the pattern using the code examples provided. Author: Donald S Bell Code: JSP 1.2 |
|