Download List

Projeto Descrição

JSP Prize Tags is a JSP tag library. The primary tags are the Tree Tag, Tabbed Pane Tag, and AJAX Tags. The Tree Tag makes it easy to implement tree controls in your JSP pages. The Tabbed Pane Tag makes it easy to implement tabbed panes in your JSP pages. You can put any JSP code inside a tab, and even include other JSPs inside a tab. The AJAX Tags make it easy to turn your links and forms into AJAX links and forms, which reload in a table cell or div tag instead of the whole page. Also included are the icon tag, the alternate tag (for alternating content on the page, such as the background color of table rows or an ad rotator), laying calendar events in a table, and more.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-05-13 14:02
3.4.0

Esta é a versão estável da 3.3.4-beta que foi lançado em março. A notícia principal é a adição de Daos Tree à Tag Tree, tornando mais fácil para criar árvores dinâmico, com conteúdo ler de um sistema de arquivo, um banco de dados ou outras fontes de dados.
This is the stable release of the 3.3.4-beta that
was released in March. The primary news is the
addition of Tree Daos to the Tree Tag, making it
easier to create dynamic trees, with content read
from either a file system, a database, or other
data sources.

2006-11-20 16:06
3.2.0

Esta versão é a versão estável do 3.1.10-beta. Possui mais fácil (ou pelo menos alternativas) de personalização de imagens nó e uma interface ITreeDao o que o torna muito mais fácil construir árvores dinamicamente (preguiçosa).
Tags: Major feature enhancements
This version is the stable release of 3.1.10-beta.
It features easier (or at least alternative)
customization of node images and an ITreeDao
interface which makes it much easier to build
trees dynamically (lazily).

2006-10-18 16:34
3.1.9-beta

Esta versão contém uma interface ITreeDao novo. Com esta interface, agora é muito mais fácil de construir árvores de forma dinâmica. Basta implementar a interface e definir uma instância da implementação na instância ITree. A árvore vai fazer o resto em si. Árvore Tag inclui dois DAOs árvore já: um FileDao e um Usuários DatabaseDao. Pode usar esses DAOs diretamente ou usar o código-fonte de inspiração para uma aplicação personalizada.
Tags: Major feature enhancements
This version contains a new ITreeDao interface.
With this interface, it is now a lot easier to
build trees dynamically. Just implement the
interface and set an instance of the
implementation on the ITree instance. The tree
will do the rest itself. Tree Tag includes two
tree DAOs already: a FileDao and a DatabaseDao.
Users can either use these DAOs directly or use
the source code as inspiration for a custom
implementation.

2006-09-05 09:24
3.0.0

Esta versão estável adiciona uma simples Ajax Tag-lib, o que torna fácil de usar Ajax em seus aplicativos da web. Ele também adiciona uma interface ITreeDao que o torna muito mais fácil criar árvores dinâmica com a Tag Árvore. Com a implementação deste método de dois interface e configuração de uma instância da implementação na instância ITree, a árvore será capaz de construir-se dinamicamente.
Tags: Major feature enhancements
This stable release adds a simple Ajax Tag-lib, which makes it easy to use Ajax in your Web applications. It also adds an ITreeDao interface that makes it much easier to create dynamic trees with the Tree Tag. By implementing this two-method interface and setting an instance of the implementation on the ITree instance, the tree will be able to build itself dynamically.

2006-07-31 19:25
2.9.9

Esta versão adiciona uma biblioteca AJAX Tag. Basta enrolar o normal "a" e "forma" elementos de Tags AJAX, e eles serão convertidos em links AJAX e formulários automaticamente.
Tags: Major feature enhancements
This release adds an AJAX Tag library. Simply wrap the normal "a" and "form" elements in the AJAX Tags, and they will be converted to AJAX links and forms automatically.

Project Resources