JavaBeat

  • Home
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)
  • Privacy

JSP API

January 21, 2014 by Krishna Srinivasan Leave a Comment

Java EE Tutorials JSP Tutorials Recommended Books for Java Server Pages (JSP) This tutorial lists down the API’s used in the Java Server Pages (JSP) programming. API stands for Application Programming Interface that allows programmers for building software applications in java. JSP API is categorized into following packages: Packages Description javax.el It provides classes and interfaces […]

Filed Under: Java EE Tagged With: JSP Tutorials

JSP Redirect

January 20, 2014 by Krishna Srinivasan Leave a Comment

Java EE Tutorials JSP Tutorials Recommended Books for Java Server Pages (JSP) Redirect is used to move or redirect response to another resource. The resource may be servlet , jsp or html file. In this tutorial we will see an example of how to redirect in JSP. We can do PageRedirect using the sendRedirect() method, which […]

Filed Under: Java EE Tagged With: JSP Tutorials

JSP Implicit Objects

January 17, 2014 by Krishna Srinivasan Leave a Comment

Java EE Tutorials JSP Tutorials Recommended Books for Java Server Pages (JSP) Implicit objects are java objects that are created by container when JSP page is being translated to servlet and are accessible to Java scriptlets or expressions in JSP pages based on scope of particular object type. There are 9 implicit objects which are […]

Filed Under: Java EE Tagged With: JSP Tutorials

JSP Directives

January 17, 2014 by Krishna Srinivasan Leave a Comment

Java EE Tutorials JSP Tutorials Recommended Books for Java Server Pages (JSP) Directives specifies translation time instruction to JSP engine. There are three types of directives: page directive include directive taglib directive JSP Page Directive This directive can be used to specify any of a number of page-dependent attributes such as scripting language to use, […]

Filed Under: Java EE Tagged With: JSP Tutorials

JSP Actions

January 16, 2014 by Krishna Srinivasan Leave a Comment

Java EE Tutorials JSP Tutorials Recommended Books for Java Server Pages (JSP) JSP actions are XML syntax tags used to control servlet engine.The Action tags are used to control the flow between pages and to use Java Bean. We can insert file, forward one page to another page or we can create HTML page for […]

Filed Under: Java EE Tagged With: JSP Tutorials

JSP Syntax

January 16, 2014 by Krishna Srinivasan Leave a Comment

Java EE Tutorials JSP Tutorials Recommended Books for Java Server Pages (JSP) This tutorial explains the basic elements used in the JSP pages. Following table lists these JSP elements with syntax. JSP Tag Description Syntax Directive Specifies translation time instruction to JSP engine. There are there types of directives: page,include and taglib directives. <%@Directives%>, <%@page..%>, […]

Filed Under: Java EE Tagged With: JSP Tutorials

Create JSP Page in Eclipse

January 16, 2014 by Krishna Srinivasan Leave a Comment

Java EE Tutorials JSP Tutorials Recommended Books for Java Server Pages (JSP) Simple JSP Example using Eclipse Let us write a simple JSP code using Eclipse IDE and execute it using a web application server (Tomcat). Tools Used We are using the following tools to write and execute our JSP code: Java 7 Eclipse IDE […]

Filed Under: Java EE Tagged With: Eclipse, JSP Tutorials

JSP Architecture + Lifecycle

January 15, 2014 by Krishna Srinivasan Leave a Comment

Java EE Tutorials JSP Tutorials Recommended Books for Java Server Pages (JSP) Java Server Pages are part of a 3-tier architecture. A server(generally referred to as application or web server) supports the Java Server Pages. This server will act as a mediator between the client browser and a database. The following diagram shows the JSP architecture. […]

Filed Under: Java EE Tagged With: JSP Tutorials

Introduction to JSP

January 13, 2014 by Krishna Srinivasan Leave a Comment

Java EE Tutorials JSP Tutorials Recommended Books for Java Server Pages (JSP) What is JSP? Java Server Pages or as is normally called JSP is a Java based technology that simplifies the developing of dynamic web sites. It is a technology developed by Sun Microsystems, back in 1999. JSP pages are HTML pages with embedded […]

Filed Under: Java EE Tagged With: JSP Tutorials

  • « Previous Page
  • 1
  • 2

Follow Us

  • Facebook
  • Pinterest
JavaBeat

FEATURED TUTORIALS

Servlet Life Cycle: Explanation

Servlet Life Cycle: Explanation

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

The Java 6.0 Compiler API

Copyright © by JavaBeat · All rights reserved

This website uses cookies to ensure you get the best experience on our website. Learn more.