A JSPProvider is a content provider that can use JavaServer Pages
(JSPs) to create the content for a channel on the desktop.
A provider is responsible for providing the HTML content
for a channel as well as defining the various attributes for a
channel (title, description, etc.) and optionally implementing edit
functionality (one or more edit pages and the logic for processing
changes to the channel).
JavaServer Pages is a alternative technology for defining web
pages that provides several
advantages over Java servlet development. |