Categories


Exception Handling in JSP Pages

Raiting 5.00

Exceptional events can happen anywhere in any program. This article discusses how exceptional events can occur in a JSP page and how you can detect these exceptional events and to display to the user a more purposeful message.

Encapsulate reusable functionality in JSP tags

Raiting 5.00

From this article you can learn to encapsulate the common functionalities in JSP tags and put them to effective use. This article teaches you to use using the Servlet/JSP reference implementation, Tomcat to build, deploy, and use your own custom JSP tag.

Tag Conventions in JSP

Raiting 5.00

This article describes the tag conventions in Java Server Pages. Java Server Pages has two primary conventions: Scripting-Oriented Tags and XML-Based Tags. Scripting-Oriented Tags contain all information relevant to the tag within the individual tags themselves.

Building your first JSP custom Tag

Raiting 5.00

This tutorial assumes that you have no prior knowledge of JSP tags and teaches about what custom tags are, and how to build a JSP tag. It teaches you how to build a custom tag and pack it with useful functions and provide it to the end-user.

Examining Java Server Pages in detail

Raiting 5.00

In this article you will be taken on a tour of what the anatomy of a JSP page is and teaches how to use these elements. A JSP page consists of Directives, Scripting Elements, JSP Tags. JSP pages are Java Servlets as they are compiled in Java Servlet classes.

Filtering tricks for your Tomcat

Raiting 5.00

This is an article based on filtering provided by Tomcat 4. The article explains the ways to make productive use of filters in projects and also explains the filtering in Tomcat 4. Filtering is an important feature of Servlet 2.3 and can be implemented in all J2EE platforms.

Take control of your JSP pages with custom tags

Raiting 5.00

This is an article that explains the best way to combine custom tags and increase the reusability and flexibility of JSP technology by customizing JSP tags. Few of them are supported with examples too.

Configuring Slide with Catalina

Raiting 5.00

This is a piece of writing based on the use of Slide and Catalina, which are used for building applications with Servlets and JSP. Slide; mentioned in this article is a project with multiple modules tied together using WebDAV and Catalina is a servlet container.