aa Contact Us aa Home aa About Us aa Sign Up aa Free JSP Books aa JSP Books



JSP SCRIPLETS

   
WEB TIER
Subcategories


JSP Tutorials

JSP Tag LIBS

JSP and Java Beans

JSP and JDBC

JSP and Servlets

JSP and TOMCAT

JSP and STRUTS

Java Server Faces

Portlets

Jakarta Velocity

JSP Appls Downloads

Tag Libs Downloads

Eclipse

Linux

Databases

Web Development

JSP Certification

JSP Web Hosting

JSP Sites

JAVA NETWORK
aa JavaOlympus
aa J2EEOlympus
aa JSPOlympus
aa J2meOlympus













Using Scripting Elements JSP, like ASP, is scripting language independent. Java is the default, and part of the JSP specification says that any spec-compliant JSP container must support Java scripting. Java is an excellent language to use. Nevertheless, other useful scripting languages are available and may be more familiar to the majority of JSP adopters. The most likely alternative to Java for the initial adopters of JSP is JavaScript. JavaScript is very similar to Java in its core syntax, is much simpler overall than Java, and is already known by thousands of Web programmers.
Presenting Application Pages with JavaServer Pages This chapter describes how to use JavaServer Pages (JSPs) as page templates in an iPlanet Application Server web applications
Setting Up JSP Tags and Scriptlets for Campaigns Campaigns require a minimal set of JSP tags and scriptlets to support their services. In some cases, you might have already added the required JSP tags to implement other Campaign Manager for WebLogic services.
JSPs Scripting Elements
Scriptlets
JSP Scripting Elements

    JSP
Introduction

Architecture

JSP Environment

JSP Directives

JSP Syntax

JSP Standard Tags

JSP Scripting Elements

JSP Custom Tags

JSP Templates

JSP and JavaBeans

JSP and Forms

JSP and JDBC

JSP and Cookies

JSP Debugging

JSP and Sessions

JSP and Servlets

JSP as Web Services

Wireless JSP

JSP and JMS

JSP and EJB

JSP TagLibs

JSP and XML

JSP and XSLT

JSP Design Patterns

JSP Design Strategies

JSP and EMail

JSP Testing

JSP Performance