Author: matzew
Date: Fri Aug 25 00:03:15 2006
New Revision: 436686
URL: http://svn.apache.org/viewvc?rev=436686&view=rev
Log:
fixing documentation. translated adf => trinidad, added disclaimer
Added:
incubator/adffaces/trunk/trinidad/src/site/xdoc/disclaimer.xml (with
props)
Modified:
incubator/adffaces/trunk/trinidad/src/site/site.xml
incubator/adffaces/trunk/trinidad/src/site/xdoc/FAQ.xml
incubator/adffaces/trunk/trinidad/src/site/xdoc/index.xml
Modified: incubator/adffaces/trunk/trinidad/src/site/site.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/src/site/site.xml?rev=436686&r1=436685&r2=436686&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/src/site/site.xml (original)
+++ incubator/adffaces/trunk/trinidad/src/site/site.xml Fri Aug 25 00:03:15 2006
@@ -10,6 +10,7 @@
<menu name="">
<item name="Overview" href="release.html"/>
+ <item name="Disclaimer" href="disclaimer.html"/>
<item name="Release Notes" href="release.html#Release Notes" />
<item name="Javadoc" href="trinidad-api/apidocs/index.html" />
<item name="Tag Documentation" href="trinidad-api/tagdoc.html" />
Modified: incubator/adffaces/trunk/trinidad/src/site/xdoc/FAQ.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/src/site/xdoc/FAQ.xml?rev=436686&r1=436685&r2=436686&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/src/site/xdoc/FAQ.xml (original)
+++ incubator/adffaces/trunk/trinidad/src/site/xdoc/FAQ.xml Fri Aug 25 00:03:15
2006
@@ -17,6 +17,9 @@
<li>
<a href="#3. Development">Development</a>
</li>
+ <li>
+ <a href="#4. Status">Status</a>
+ </li>
</ul>
</p>
</section>
@@ -24,13 +27,13 @@
<section name="1. Setup">
-<subsection name="1.1. Does ADF Faces depend on any particular implementation
of JSF?">
+<subsection name="1.1. Does Apache Trinidad depend on any particular
implementation of JSF?">
<p>
No. If there is an Oracle-specific implementation
-of JSF, ADF Faces will be optimized to run best on that implementation,
-but we believe it is important that ADF Faces run on any implementation
-of the JSF 1.1 specification (or later). ADF Faces can be used
+of JSF, Apache Trinidad will be optimized to run best on that implementation,
+but we believe it is important that Apache Trinidad run on any implementation
+of the JSF 1.1 specification (or later). Apache Trinidad can be used
with either the Sun Reference Implementation 1.1_01 or MyFaces 1.0.8
(or later).
</p>
@@ -41,22 +44,22 @@
Please see the platform section on the <a href="installation.html#Platform
Information">installation</a> page for information on how to deploy to
JDeveloper, standalone OC4J, and Tomcat.
</p>
<p>
-Although ADF Faces is "vanilla" JSF we have not been able to run with Java
Studio Creator Build 04.06.2. We are working with Sun to resolve the issues in
Java Studio Creator.
+Although Apache Trinidad is "vanilla" JSF we have not been able to run with
Java Studio Creator Build 04.06.2. We are working with Sun to resolve the
issues in Java Studio Creator.
</p>
<p>We have done some limited testing on IBM WebSphere Studio Application
Developer 5.1.2. We have been able to run using .jsp, but not .jspx. If you are
running the demo WAR please make sure the file names in faces-config.xml
reflect any updated file names.
</p>
</subsection>
</section>
<section name="2. Architecture">
-<subsection name="2.1. Can I use standard Faces tags with ADF Faces?">
+<subsection name="2.1. Can I use standard Faces tags with Apache Trinidad?">
<p>
-Yes; all standard Faces tags can be used with ADF Faces. You can even use
<h:form> instead of <af:form> without losing any ADF Faces
functionality.
+Yes; all standard Faces tags can be used with Apache Trinidad. You can even
use <h:form> instead of <af:form> without losing any Apache
Trinidad functionality.
</p>
</subsection>
-<subsection name="2.2. Why would I use ADF Faces instead of standard Faces?">
+<subsection name="2.2. Why would I use Apache Trinidad instead of standard
Faces?">
<p>
Good question. Here's a list of some of the advantages
@@ -69,40 +72,31 @@
<li>Rich DHTML/AJAX client-side renderers </li>
<li>Provide more efficient implementations of client-side state saving
(reduced per-component size) </li>
<li>Rich set of components, validators, and converters</li>
- <li>ADF Faces tags often offer more features than the standard tags; for
example,
+ <li>Apache Trinidad tags often offer more features than the standard tags;
for example,
all input components offer built-in label and message display support (
- For more information on the differences between the ADF Faces tags and the
+ For more information on the differences between the Apache Trinidad tags and
the
standard Faces tags, please see the <a href="spec-diff.html">following
document</a>).</li>
<li>Client-side converters/validators - JavaScript enabled converters and
validators that attempt to catch and display errors on the client</li>
- <li>ADF Faces tags can be used inside of the <af:forEach> tag (it is,
unfortunately, not possible to support standard tags inside
<af:forEach>).</li>
+ <li>Apache Trinidad tags can be used inside of the <af:forEach> tag
(it is, unfortunately, not possible to support standard tags inside
<af:forEach>).</li>
<li><i>Accessibility - support similar to <a
href="http://helponline.oracle.com/jdeveloper/help/state/content/vtTopicId./navSetId.jdeveloper/vtTopicFile.jdeveloper%7Cuixhelp%7Cuixdevguide%7Caccessibility%7Ehtml/navId.4/">ADF
UIX Accessibility</a></i> </li>
- <li><i>Bidirectional language support - ADF Faces components automatically
render themselves appropriately for bidirectional languages. Users can also use
the "start" and "end" constants described in <a
href="http://helponline.oracle.com/jdeveloper/help/state/content/vtTopicId./navSetId.jdeveloper/vtTopicFile.jdeveloper%7Cuixhelp%7Cuixdevguide%7Cinternational%7Ehtml/navId.4/">ADF
UIX Bidirectional Language Support</a></i></li>
+ <li><i>Bidirectional language support - Apache Trinidad components
automatically render themselves appropriately for bidirectional languages.
Users can also use the "start" and "end" constants described in <a
href="http://helponline.oracle.com/jdeveloper/help/state/content/vtTopicId./navSetId.jdeveloper/vtTopicFile.jdeveloper%7Cuixhelp%7Cuixdevguide%7Cinternational%7Ehtml/navId.4/">ADF
UIX Bidirectional Language Support</a></i></li>
<li>Partial Page Rendering (PPR) - support similar to <a
href="http://helponline.oracle.com/jdeveloper/help/state/content/vtTopicId./navSetId.jdeveloper/vtTopicFile.jdeveloper%7Cuixapps%7Chtmlhelp%7Ccreateui%7Cadd%7Ctable%7Cuix_atabppr%7Ehtml/navId.4/">ADF
UIX PPR overview</a></li>
<li><i>Skinning - support similar to <a
href="http://helponline.oracle.com/jdeveloper/help/state/content/navSetId.jdeveloper/navId.4/vtAnchor.laf/vtTopicFile.jdeveloper%7Cuixhelp%7Cuixdevguide%7Ccustomization%7Ehtml/">ADF
UIX Look and Feel</a> </i></li>
<li><i>ADF integration </i>- including support for JSR227 (Data
binding)</li>
</ol>
</subsection>
-<subsection name="2.3. What is the relationship between Fusion ADF Faces and
10.1.3 ADF Faces?">
- <ol>
- <li>Fusion ADF Faces implements the highly interactive BLAF+
specification.</li>
- <li>Fusion ADF Faces uses a DHTML/AJAX architecture model.</li>
- <li>Fusion ADF Faces components render on the client by default.</li>
- <li>Both run the Java Server Faces lifecycle.</li>
- </ol>
-
-</subsection>
-<subsection name="2.4. What is the relationship between ADF Faces and ADF
UIX?">
+<subsection name="2.3. What is the relationship between Apache Trinidad and
ADF UIX?">
<p>
-ADF Faces is a significant evolution of the ADF UIX code. The
+Apache Trinidad is a significant evolution of the ADF UIX code. The
proprietary API (<code>UINode</code>, <code>RenderingContext</code>, etc.)
of ADF UIX has been replaced with the standard JSF API, and we've added
many features to our components that take advantage of the JSF architecture.
In making this change, we've also overhauled nearly all our component
names and attribute names to fit in closely with JSF naming conventions.
-ADF UIX and ADF Faces can be installed in a single web application
+ADF UIX and Apache Trinidad can be installed in a single web application
without conflicts.
</p>
</subsection>
@@ -130,7 +124,7 @@
<subsection name="3.4. I'm seeing the error '"af:commandButton" must
have value or image attributes.'">
<p>
-You are using JSF 1.0 (this is a bug in the JSF 1.0 RI) and ADF Faces requires
JSF 1.1.
+You are using JSF 1.0 (this is a bug in the JSF 1.0 RI) and Apache Trinidad
requires JSF 1.1.
</p>
</subsection>
<subsection name="3.5. I'm seeing the error 'method assert(boolean) not found
in class [XXX]'">
@@ -154,7 +148,7 @@
You may be missing the "setXyz()" function matching the
"getXyz()" function that is controlling your field's value, or
you might have mispelled its name. This makes that property
-read-only. When ADF Faces detects that an input
+read-only. When Apache Trinidad detects that an input
field is using a read-only model property, it automatically
switches the field to read-only mode, which is why it looks
like plain text. For what it's worth, if you tried the same model
@@ -165,6 +159,13 @@
</subsection>
</section>
-
+<section name="4. Status">
+<subsection name="4.1. What is the status of the Apache Trinidad Podling?'">
+
+<p>
+Apache Trinidad is an effort undergoing incubation at The Apache Software
Foundation (ASF), sponsored by the Apache MyFaces PMC. Incubation is required
of all newly accepted projects until a further review indicates that the
infrastructure, communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects. While incubation status
is not necessarily a reflection of the completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed by the ASF.
+</p>
+</subsection>
+</section>
</body>
</document>
Added: incubator/adffaces/trunk/trinidad/src/site/xdoc/disclaimer.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/src/site/xdoc/disclaimer.xml?rev=436686&view=auto
==============================================================================
--- incubator/adffaces/trunk/trinidad/src/site/xdoc/disclaimer.xml (added)
+++ incubator/adffaces/trunk/trinidad/src/site/xdoc/disclaimer.xml Fri Aug 25
00:03:15 2006
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<document>
+ <properties>
+ <title>Disclaimer</title>
+ </properties>
+
+ <body>
+ <section name="Contents">
+ <p>
+ <ul>
+ <li>
+ <a href="#Disclaimer">Disclaimer</a>
+ </li>
+ </ul>
+ </p>
+ </section>
+
+ <section name="Disclaimer">
+ <p>
+ Apache Trinidad is an effort undergoing incubation at The Apache
Software Foundation (ASF), sponsored by the Apache MyFaces PMC. Incubation is
required of all newly accepted projects until a further review indicates that
the infrastructure, communications, and decision making process have stabilized
in a manner consistent with other successful ASF projects. While incubation
status is not necessarily a reflection of the completeness or stability of the
code, it does indicate that the project has yet to be fully endorsed by the ASF.
+ </p>
+ </section>
+ </body>
+</document>
\ No newline at end of file
Propchange: incubator/adffaces/trunk/trinidad/src/site/xdoc/disclaimer.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/adffaces/trunk/trinidad/src/site/xdoc/disclaimer.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified: incubator/adffaces/trunk/trinidad/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/src/site/xdoc/index.xml?rev=436686&r1=436685&r2=436686&view=diff
==============================================================================
--- incubator/adffaces/trunk/trinidad/src/site/xdoc/index.xml (original)
+++ incubator/adffaces/trunk/trinidad/src/site/xdoc/index.xml Fri Aug 25
00:03:15 2006
@@ -27,8 +27,10 @@
<section name="Overview">
<p>
Apache Trinidad is based on Java Server Faces (JSF).
- We've done our best to solidify
- APIs, but we must warn developers that APIs may change after this
release.
+ Apache Trinidad is an effort undergoing incubation at The Apache
Software Foundation (ASF), sponsored by the Apache MyFaces PMC. Incubation is
required of all newly accepted projects until a further review indicates that
the infrastructure, communications, and decision making process have stabilized
in a manner consistent with other successful ASF projects. While incubation
status is not necessarily a reflection of the completeness or stability of the
code, it does indicate that the project has yet to be fully endorsed by the ASF.
+ </p>
+ <p>
+ <img src="http://incubator.apache.org/images/apache-incubator-logo.png"/>
</p>
</section>