| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ] |
| Components Extensions Frameworks | Libraries Links Tools |
- WebGalileo Java Web Components - [Clicks: 744]
WebGalileo Java Web Components allow to rapidly assemble dynamic server pages (JSP and others) with the help of highly customizable server-client side components. A developer can concentrate efforts on an implementation of a business process and not on complex user interface aspects. Components are : TabbedPanel, Toolbar, Menu (including Popup), Tree, Table.
http://www.javawebcomponents.com
- Struts Menu by Matt Raible, Scott Sayles - [Clicks: 293]
Web menuing framework for JSP and Struts based applications. Menus can be defined in an XML file and displayed through the use of JSP tags. Support for dynamic javascript menus is included.
http://sourceforge.net/projects/struts-menu/
- JSPWidget by Miles Sun - [Clicks: 15]
JSPWidget is a JSP Framework that provides event-driven,view state retained,server-side GUI controls to make JSP development as intuitive as in traditional client forms or in client-based Web applications.
http://edu.uuu.com.tw/jspwidget/ - Providers: Select Solutions by Franco Perez Parma, Gabriel Oscar Gallo, Guillermo Meyer, Nicolas de Amorrortu - [Clicks: 60]
Providers is a framework to be used with JSP to fill Select options in HTML. You can use it with Struts to replace html:options tag and use providers:options and fill the select without the need of creating a collection in an Action.
http://providers.sourceforge.net/
- <SQLTags:> - [Clicks: 15]
<SQLTags:> is a "JSP tag library" and "JSP tag generator" that provides easy access to a relational database fom JSP. Each table within the database is available to a JSP page as a custom tag.
http://www.sqltags.org/ - Display tag library - [Clicks: 29]
The display tag library is an open source suite of custom tags that provide high level web presentation patterns which will work in a MVC model, and provide a significant amount of functionality while still being simple and straight-forward to use.
http://displaytag.sourceforge.net - Google Tag Library by Erik C. Thauvin, Matt Croydon, Diego Doval - [Clicks: 18]
With the Google JSP Tag Library, developers and designers can easily incorporate Google queries, search results, cached pages and spelling suggestions into any web site or application.
http://google-taglib.sourceforge.net/ - Jakarta Taglibs - [Clicks: 119]
This project is an open-source repository for JSP custom tag libraries and associated projects, such as TagLibraryValidator classes and extensions to page-creation tools to support tag libraries.
[Jakarta Taglibs also hosts the development tree of the reference implementation (RI) for the JSP Standard Tag Library (JSTL).]
http://jakarta.apache.org/taglibs/index.html - JSP tools (Coldtags suite) - [Clicks: 26]
Probably the largest collection of custom JSP tags
http://www.servletsuite.com/jsp.htm - TagUnit : Bringing testing and test-driven development to JSP by Sam Dalton, Simon Brown - [Clicks: 10]
In the same way that JUnit allows us to write unit tests for Java classes, TagUnit allows us to unit test JSP custom tags, inside the container. In essence, TagUnit is a tag library for testing custom tags within JSP pages.
http://www.tagunit.org/tagunit/index.jsp
- jGuru FAQ - [Clicks: 28]
http://www.jguru.com/faq/JSP - jGuru Forum - [Clicks: 8]
http://www.jguru.com/forums/JSP
- Tag Library Documentation Generator 1.1 - [Clicks: 9]
Tag Library Documentation Generator is a utility for automatically generating javadoc-style documentation for JavaServer Pages (JSP) Technology Tag Libraries. It accepts a set of tag libraries as input, and generates a set of HTML files as output. It can also be used to generate tag library documenation for JavaServer Faces UI components. Included in the output is a full description of each defined tag library, the tags contained within those tag libraries, and how to use those tags.
https://taglibrarydoc.dev.java.net/