|
|
| Miscellaneous [+] Favor-It | |
| |
 |
| | Sort By:
|
With this code you can call a JSP page and capture the output. You can use it for example use a JSP page to format an email message or a file. No need to edit code if you want to change the content, just the JSP page. Code: JSP 1.2 |
One of the main advantages of JavaServer Pages is the ability to generate dynamic content. JSPs generate dynamic HTML pages by using Java control structures like for loops and if statements... Author: Stephanie Kaminaris Code: JSP 1.2 |
The JSP tutorial presented here covers the most useful JSP programming constructs. The tutorial is focused on being practical and simple, therefore not all details have been covered. Author: JSP Tutorial Code: JSP 1.2 |
|  | |
The JSP engine ignores a hidden comment, and does not process any code within hidden comment tags. A hidden comment is not sent to the client, either in the displayed JSP page or the HTML page source. Author: Sun Microsystems Code: JSP 1.2 |
A comment marks text or lines that the JSP container should ignore. A comment is useful when you want to comment out part of your JSP page. The JSP container does not process anything within <%-- and --%> or within <!-- and -->. Author: Sun Code: JSP 2.0 |
This article aims at presenting how to create a servlet that sends a zip file to the user. We create here a html page with a form where you can enter an url. The servlet will get the content of this url, create a zip file with it, and send you the file. Author: BERTHOU Raymond Code: JSP 1.1 |
This article describes the steps for combining the features of HomeSite and JRun and to create a JSP Integrated Development Environment (IDE). Author: unknown Code: JSP 1.2 |
|  | |
Kawa Enterprise Edition Tutorials are meant to be read sequentially. How to use the JSPTool with Session beans for building JSP and testing it with JSWDK Server. Author: unknown Code: JSP 1.2 |
You can put client's browser a cookie in JSP easily. Following example displays how to create cookie and set target browser. Author: Dotnetindex Code: JSP 2.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|