Categories

Updated: 10/12/2000

Building Your Own JSP Components

Adapted from a chapter of the book Web Development with JavaServer Pages, this article is written for developers who want to create their own Beans for use as JSP components, and for interested web designers who want to understand how these components are implemented behind the scenes. It is not necessary to understand the details of Beans development to work with JSP. As component architectures go, the interface between JSP and Beans is quite simple.
Similar Scripts for "Building Your Own JSP Components"

FileManagement

The FileManagement Bean Suite contains components that make file operations possible without hand-coding programming. Application assemblers can copy, move, delete, and search for files during the application run-time. With FileManagement 2.0, beans ...

JSP Applications

A JSP application collects pages, scripts and Java Beans into a self-contained web application. Applications are just generalized virtual hosts, only based on the URL instead of the host name. This tutorial discusses how a JSP application works, Work...

Introduction to Java Server Pages

This is a sample chapter from ''Professional Java Server Programming''. It covers JSP, servlets, Java Beans and database connectivity using JDBC.

Firefly

Firefly is a Java servlet and JSP-based database-driven system for dynamically generating internet or intranet sites. It allows any authorised user to manage a section or add content to a page without any knowledge of HTML, handles all navigation m...

Professional JSP

Professional JavaServer Pages covers a wide variety of areas including design and architecture, JSPs and their relation to J2EE (Servlets, EJBs, JDBC etc) as well as extensive coverage of the tag extension mechanism that allows you to customize the t...
©2003-2008 jCay.com