All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jsftoolkit.doc.Home.wiki.txt Maven / Gradle / Ivy

Go to download

The core classes for the JSF Toolkit Component Framework. Includes all framework base and utility classes as well as component kick-start/code-generation and registration tools. Also includes some classes for testing that are reused in other projects. They cannot be factored out into a separate project because they are referenced by the tests and they reference this code (circular dependence).

The newest version!
The JSF Toolkit is a full-cycle component creation, management, and delivery framework for JSF 1.2.  The JSF-Tk seeks to be a model for the implementation of components with the goals of interoperability and AJAX framework independence, while simultaneously integrating seamlessly and automatically with the developer's chosen framework and JSF implementation.  

We are also developing an AJAX component set based upon the [http://dojotoolkit.org/ Dojo Toolkit] and [http://script.aculo.us scriptaculous].

A series of introductory lessons is below. You can also browse the [javadoc/ javadocs].

== Component Creation Framework ==

 * [[Setting Up|Lesson 0 - Setting up your project]]
 * [[CodeGen|Lesson 1 - Components from HTML]]
 * [[CustomComponentCode|Lesson 2 - Moving on: Adding additional component behavior.]]
 * [[CustomRendererCode|Lesson 3 - Extending HtmlRenderer]]
 * [[ConfigurationUpdater|Lesson 4 - Automatically registering components]]
 * [[Build Integration|Lesson 5 - Integrating Code Generation into your build process.]]

== Component Metadata, Base Classes and Interfaces ==

 * [[ComponentInfo]] - Specifying component metadata
 * [[HtmlRenderer]] - Template based code generation
 * [[RequiresResources]] - Dynamic resource inclusion

== Distribution ==

 * [[Distribution|Packaging a library as individual component jars]]

== Downloads & Maven ==

See the [[Downloads]] Area.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy