You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/02/15 21:45:11 UTC

svn commit: r378087 - in /myfaces/tomahawk/trunk/core/src/site: apt/index.apt xdoc/index.xml

Author: schof
Date: Wed Feb 15 12:45:09 2006
New Revision: 378087

URL: http://svn.apache.org/viewcvs?rev=378087&view=rev
Log:
Fixes MYFACES-1124 (Patch by James Holmes)

Added:
    myfaces/tomahawk/trunk/core/src/site/apt/index.apt
Removed:
    myfaces/tomahawk/trunk/core/src/site/xdoc/index.xml

Added: myfaces/tomahawk/trunk/core/src/site/apt/index.apt
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/core/src/site/apt/index.apt?rev=378087&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/core/src/site/apt/index.apt (added)
+++ myfaces/tomahawk/trunk/core/src/site/apt/index.apt Wed Feb 15 12:45:09 2006
@@ -0,0 +1,59 @@
+ ------
+ Apache MyFaces - Tomahawk
+ ------
+
+MyFaces Tomahawk
+
+	See also the component section of our {{{http://wiki.apache.org/myfaces/MyFacesComponents}WIKI}}
+	(might be more complete than the information here).
+
+	MyFaces provides a series of JSF components that go beyond the JSF specification.  These components are 100% compatible
+	with the Sun JSF 1.1 Reference Implementation (RI) or any other JSF 1.1 compatible implementation.  Of course the custom
+	components can also be used with the Apache MyFaces JSF implementation.
+
+Extended Components and Other "Goodies"
+
+	In addition to custom components not found in the JSF specification, the MyFaces components bundle also includes an
+	"extended" version of some of the default components. These are basically components that exist in either the core or
+	html tag libraries but additional functionality has been addded that goes beyond the specification.
+
+	* Example: \<t:inputText\> - This is similar to the \<h:inputText\> component but it provides additional attributes
+	such as <<<forceId>>>.  When this attribute is <<<true>>> the HTML generated will used the id
+	specified by the <code>id</code> attribute instead of the one normally generated by following the JSF specification.
+
+	[]
+
+	* Converters - MyFaces components project contains several custom objects that do not implement <<<UIComponent>>>.
+	 Some of these include objects that implement the <<<Converter>>> interface.
+
+	[]
+
+	* Tiles Support - MyFaces provides a custom solution to allow the use of Tiles and JSF together.
+
+	[]
+
+Requirements and Setup
+        
+	* Put the <<<tomahawk.jar>>> in your <<<WEB-INF/lib>>> directory (or in the classpath of your
+	application server.)
+
+	[]
+
+* Note
+
+	If you are using the MyFaces implementation you can choose to use the <<<myfaces-all.jar>>> instead.  It is basically
+	a single jar file containing the JSF 1.1 API, JSF 1.1 Implementation and the MyFaces custom components.
+
+	* Install the {{{extensionsFilter.html}MyFaces Extensions filter}}
+
+	[]
+
+	* Add the following to your JSP page in order to use one of the MyFaces custom components:\
+	<<<\<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"\>>>>
+
+	[]
+
+	* That's it! You're good to go. Please see additional documentation for specific issues regarding the MyFaces API and
+	implementation packages.
+
+	[]
\ No newline at end of file