Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 3

JSP :Java Server Page

Write the Coding in the Server side and his Validation

Advantages :
Write Once , Run Anywhere Properties
High Quality tool Support
Reuse of Components and tag Libaries
N-tier Architecture
Tags:
Script
Declarative
Comments
Expression
Directives:
Page
Include
taglib
Syntax :
<%
Pgm
%>

Global Dec:
<% ! Data types V.name %>
Script let:
<% code fragment%>
Expression :
<%=expression%>
Comment:
<%-- line--%>
in JSP Contains the following methods and Objects
<%@ page Attribute =value %>

Attribute :
Language =java
Import =pkg
Extends = class
Content type = type(text/css)
error page =page url
they control is transfer is that Error page
is errorpage =true

2)
<% include file=Path to file%>
<%@ taglib uri=urito tagLibary prefix=TagPrefix%>

You might also like