Free Webmaster
Resources
hscripts
Webmaster Resources, Free Scripts, Web Tools,  Home  ||  Scripts  ||  Purchase  ||  Tutorials  ||  Images  ||  Tools  ||  Snippets 
    Invite Friends     Feedback     Subscribe     Link To Us     Support    Templates
Espanol Francais 中文 Deutsch Portuguese Japanese தமிழ் Forums Web Hosting Internet Stats Easy Calculation FUN Games
Google Bookmark Stumbleupon Bookmark Digg Bookmark bookmark this page Facebook Bookmark

JSP Tutorial
Introduction Introduction
Installing JDK-Windows Installing JDK-Windows
Installing JDK-Linux Installing JDK-Linux
Installing Tomcat Installing Tomcat
Simple Program in JSP Simple Program in JSP
Pre-defined Variables Pre-defined Variables
Syntax of Tags Syntax of Tags
JSP Expression Language JSP Expression Language
JSP EL Operators JSP EL Operators
EL Implicit Variables EL Implicit Variables
Scopes Scopes
Using Arrays Using Arrays
Methods Methods
JSP Elements JSP Elements
Including Beans Including Beans
JSTL Tags JSTL Tags
Custom Tags Custom Tags
Session Session in JSP
Handling Cookies Handling Cookies
JSP Application Structure JSP Application Structure
Configuring web.xml Configuring web.xml
Tomcat Configuration Tomcat Configuration
JSP Examples JSP Examples
Forums Ask Your Doubts
Feedback Feedback






outsourced web hosting support

Introduction to JSP - JavaServer Pages


Topic
What is JSP?
Introduction on Java Server Pages.



Introduction

JSP-JavaServer Pages, is a server side programming language. It is an object oriented language that uses the servlets technology of Java. JSP provides the flexibility to handle large amount of dynamic data, databases with performance and stability.

It has the ability to integerate with HTML very easily to enhance the presentation of a page. JSP pages helps to differentiate the design from the programming logic of a web page. Since it is plaform independent it can be used with any server.

To use Java Server Pages both JDK and Tomcat server has to be installed. Next we will see how to install JDK and Tomcat.


Index of JavaServer Pages Tutorial
1) Introduction2) Installing JDK-Windows3) Installing JDK-Linux
4) Installing Tomcat5) Simple JSP Program6) Variables in JSP
7) Syntax of JSP Tags8) Directives9) Page Directive
10) Include Directive11) Taglib Directive12) Standard JSP Tags
13) Custom JSP Tags14) JSP Scriptlets15) JSP Expression
16) JSP Elements17) Methods in JSP18) Expresion Language
19) Arithmetic Operators20) Logical Operators21) Relational Operators
22) Empty Operator23) Implicit Variables24) JSTL
25) CORE Tags26) <c:remove>,<set:>27) <c:choose>
28) <c:forEach>29) <c:forTokens>30) <c:if>
31) <c:import>32) <c:redirect>33) <c:url>
34) <c:catch>35) <c:out>36) Function Tags
37) fn:contains()38) fn:containsIgnoreCase39) fn:endsWith()
40) fn:escapeXml()41) fn:indexOf()42) fn:join()
43) fn:length()44) fn:replace()45) fn:split()
46) fn:startsWith()47) fn:substring()48) fn:substringAfter()
49) fn:substringBefore()50) fn:toLowerCase()51) fn:toUppercase()
52) fn:trim()53) Database Tags54) Formatting Tags
55) XML Tags56) Using Beans in JSP57) Syntax of web.xml
58) Welcome-File59) Session Configuration60) Error-Page
61) URL Mapping62) Session Handling63) Cookies in JSP
64) Application Structure65) Tomcat Configuration66) Example 1
67) Example 268) Feedback


Installing JDK in Windows




A Note
JSP(Java Server Pages) is one of the most used Server Side Programming Language in the world. Simple introduction, basic program codes with examples. Begin coding your own JSP scripts with this online tutorial. Hope you enjoy this tutorial. Do send your feedback or suggestions on this JavaServer Pages tutorial. This is a copyright content.


privacypolicy     licence     sitemap
© 2004-2010 HIOX INDIA