You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2009/10/08 23:39:41 UTC

svn commit: r823335 - in /myfaces/core/trunk: api/src/site/apt/index.apt impl/src/site/apt/index.apt pom.xml src/site/apt/index.apt src/site/fml/faq.fml src/site/site.xml src/site/xdoc/gettingstarted.xml src/site/xdoc/javadoc.xml

Author: lu4242
Date: Thu Oct  8 21:39:40 2009
New Revision: 823335

URL: http://svn.apache.org/viewvc?rev=823335&view=rev
Log:
MYFACES-2379 Create site for core 2.0.x

Modified:
    myfaces/core/trunk/api/src/site/apt/index.apt
    myfaces/core/trunk/impl/src/site/apt/index.apt
    myfaces/core/trunk/pom.xml
    myfaces/core/trunk/src/site/apt/index.apt
    myfaces/core/trunk/src/site/fml/faq.fml
    myfaces/core/trunk/src/site/site.xml
    myfaces/core/trunk/src/site/xdoc/gettingstarted.xml
    myfaces/core/trunk/src/site/xdoc/javadoc.xml

Modified: myfaces/core/trunk/api/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/site/apt/index.apt?rev=823335&r1=823334&r2=823335&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/site/apt/index.apt (original)
+++ myfaces/core/trunk/api/src/site/apt/index.apt Thu Oct  8 21:39:40 2009
@@ -1,9 +1,13 @@
  ------
- MyFaces Core 1.2: API
+ MyFaces Core 2.0: API
  ------
 
-MyFaces Core 1.2: API Project
+MyFaces Core 2.0: API Project
 
   The API submodule implements all of the classes that are defined in the specification.
   If you are looking for API documentation about the classes that your JSF application
   needs to use, then see the javadoc for this module.
+  
+    At the time this was written (October 2009) there is still no TCK or any official release of 
+  jsf 2.0, but we are working hard to keep the code in sync with JSR 314 spec. You can check the 
+  nightly builds {{{http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/core}here}}.

Modified: myfaces/core/trunk/impl/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/site/apt/index.apt?rev=823335&r1=823334&r2=823335&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/site/apt/index.apt (original)
+++ myfaces/core/trunk/impl/src/site/apt/index.apt Thu Oct  8 21:39:40 2009
@@ -1,8 +1,13 @@
  ------
- MyFaces Core 1.2: Impl
+ MyFaces Core 2.0: Impl
  ------
 
-MyFaces Core 1.2: Impl Project
+MyFaces Core 2.0: Impl Project
 
   The Impl submodule implements all of the "invisible" classes that are needed for a functioning
   JSF implementation but which are not part of the public api.
+
+  At the time this was written (October 2009) there is still no TCK or any official release of 
+  jsf 2.0, but we are working hard to keep the code in sync with JSR 314 spec. You can check the 
+  nightly builds {{{http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/core}here}}. 
+  
\ No newline at end of file

Modified: myfaces/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/pom.xml?rev=823335&r1=823334&r2=823335&view=diff
==============================================================================
--- myfaces/core/trunk/pom.xml (original)
+++ myfaces/core/trunk/pom.xml Thu Oct  8 21:39:40 2009
@@ -203,7 +203,7 @@
       <site>
         <id>apache-site</id>
         <name>Apache Website</name>
-        <url>scpexe://people.apache.org/www/myfaces.apache.org/core12/</url>
+        <url>scpexe://people.apache.org/www/myfaces.apache.org/core20/</url>
       </site>
     </distributionManagement>
 </project>

Modified: myfaces/core/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/src/site/apt/index.apt?rev=823335&r1=823334&r2=823335&view=diff
==============================================================================
--- myfaces/core/trunk/src/site/apt/index.apt (original)
+++ myfaces/core/trunk/src/site/apt/index.apt Thu Oct  8 21:39:40 2009
@@ -1,10 +1,10 @@
  ------
- Myfaces Core 1.2
+ Myfaces Core 2.0
  ------
 
-MyFaces Core 1.2 Project
+MyFaces Core 2.0 Project
 
-  This project provides an implementation of the JavaServer Faces 1.2 (JSF 1.2) specification.
+  This project provides an implementation of the JavaServer Faces 2.0 (JSF 2.0) specification.
 
     * The API submodule implements all of the classes that are defined in the specification. 
       If you are looking for API documentation about the classes that your JSF application
@@ -22,11 +22,13 @@
 
 Requirements
 
-  JSF 1.2 requires java 1.5 or later, JSP 2.1, JSTL 1.2 and a Java Servlet 2.5 implementation.
+  JSF 2.0 requires java 1.6 or later, JSP 2.1, JSTL 1.2 and a Java Servlet 2.5 implementation.
 
 Specifications
 
-  MyFaces implements {{{http://www.jcp.org/en/jsr/detail?id=252}Java Specification Request 252}}
+  MyFaces implements {{{http://www.jcp.org/en/jsr/detail?id=314}Java Specification Request 314}}
   Each major release of MyFaces is certified against the Sun TCK to ensure compliance.
-
-  The JSF 1.2 specification was issued on 11 May 2006.
+  
+  At the time this was written (October 2009) there is still no TCK or any official release of 
+  jsf 2.0, but we are working hard to keep the code in sync with JSR 314 spec. You can check the 
+  nightly builds {{{http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/core}here}}. 

Modified: myfaces/core/trunk/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/src/site/fml/faq.fml?rev=823335&r1=823334&r2=823335&view=diff
==============================================================================
--- myfaces/core/trunk/src/site/fml/faq.fml (original)
+++ myfaces/core/trunk/src/site/fml/faq.fml Thu Oct  8 21:39:40 2009
@@ -5,16 +5,16 @@
       <question>What is MyFaces?</question>
       <answer>
         <p>
-          MyFaces Core 1.2 is a Open Source Implementation of the JavaServer Faces 1.2 specification.
-          See <a href="http://jcp.org/en/jsr/detail?id=252">JSR 252</a>.
+          MyFaces Core 2.0 is a Open Source Implementation of the JavaServer Faces 2.0 specification.
+          See <a href="http://jcp.org/en/jsr/detail?id=314">JSR 314</a>.
         </p>
       </answer>
     </faq>
     <faq id="2">
-      <question>Does MyFaces Core 1.2 work with Tomcat 5.5?</question>
+      <question>Does MyFaces Core 2.0 work with Tomcat 5.5?</question>
       <answer>
         <p>
-          No, JSF1.2 requires Tomcat 6.0 or later.
+          No, JSF2.0 requires Tomcat 6.0 or later.
         </p>
       </answer>
     </faq>

Modified: myfaces/core/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/src/site/site.xml?rev=823335&r1=823334&r2=823335&view=diff
==============================================================================
--- myfaces/core/trunk/src/site/site.xml (original)
+++ myfaces/core/trunk/src/site/site.xml Thu Oct  8 21:39:40 2009
@@ -22,7 +22,7 @@
   - starts with the project's url is converted into a relative url. Other
   - urls are left unaltered.
   -->
-<project name="MyFaces Core JSF-1.2">
+<project name="MyFaces Core JSF-2.0">
     <bannerLeft>
         <name>Apache MyFaces</name>
         <src>img/banners/MyFaces_logo.jpg</src>
@@ -58,9 +58,12 @@
             <item name="Core JSF-1.1"   href="http://myfaces.apache.org/core11/index.html" collapse="true">
               <item name="dummy"        href="dummy"/>
             </item>
-            <item name="Core JSF-1.2"   href="http://myfaces.apache.org/core12/index.html" collapse="false">
-              <item name="API"          href="http://myfaces.apache.org/core12/myfaces-api/index.html"/>
-              <item name="Impl"         href="http://myfaces.apache.org/core12/myfaces-impl/index.html"/>
+            <item name="Core JSF-1.2"   href="http://myfaces.apache.org/core12/index.html" collapse="true">
+              <item name="dummy"        href="dummy"/>
+            </item>
+            <item name="Core JSF-2.0"   href="http://myfaces.apache.org/core20/index.html" collapse="false">
+              <item name="API"          href="http://myfaces.apache.org/core20/myfaces-api/index.html"/>
+              <item name="Impl"         href="http://myfaces.apache.org/core20/myfaces-impl/index.html"/>
             </item>
             <item name="Trinidad"       href="http://myfaces.apache.org/trinidad/index.html"/>
             <item name="Tobago"         href="http://myfaces.apache.org/tobago/index.html"/>
@@ -71,11 +74,11 @@
         </menu>
         
         <menu name="Documentation" inherit="top">
-            <item name="Getting Started" href="http://myfaces.apache.org/core12/gettingstarted.html"/>
-            <item name="MyFaces and RI"  href="http://myfaces.apache.org/core12/risamples.html"/>
-            <item name="Tomcat Config"   href="http://myfaces.apache.org/core12/tomcat.html"/>
-            <item name="Javadocs"        href="http://myfaces.apache.org/core12/javadoc.html"/>
-            <item name="FAQ"             href="http://myfaces.apache.org/core12/faq.html"/>
+            <item name="Getting Started" href="http://myfaces.apache.org/core20/gettingstarted.html"/>
+            <item name="MyFaces and RI"  href="http://myfaces.apache.org/core20/risamples.html"/>
+            <item name="Tomcat Config"   href="http://myfaces.apache.org/core20/tomcat.html"/>
+            <item name="Javadocs"        href="http://myfaces.apache.org/core20/javadoc.html"/>
+            <item name="FAQ"             href="http://myfaces.apache.org/core20/faq.html"/>
         </menu>
 
         <menu ref="reports" inherit="top"/>

Modified: myfaces/core/trunk/src/site/xdoc/gettingstarted.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/src/site/xdoc/gettingstarted.xml?rev=823335&r1=823334&r2=823335&view=diff
==============================================================================
--- myfaces/core/trunk/src/site/xdoc/gettingstarted.xml (original)
+++ myfaces/core/trunk/src/site/xdoc/gettingstarted.xml Thu Oct  8 21:39:40 2009
@@ -75,7 +75,7 @@
       See <a href="risamples.html">the detailed instructions</a>.
       </p>
     </section>
-    <section name="Using MyFaces Core JSF 1.2 for your own web application">
+    <section name="Using MyFaces Core JSF 2.0 for your own web application">
       <p>
       First, check the <a href="../compatibility.html">compatibility list</a> 
       to find out if your servlet container is supported.

Modified: myfaces/core/trunk/src/site/xdoc/javadoc.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/src/site/xdoc/javadoc.xml?rev=823335&r1=823334&r2=823335&view=diff
==============================================================================
--- myfaces/core/trunk/src/site/xdoc/javadoc.xml (original)
+++ myfaces/core/trunk/src/site/xdoc/javadoc.xml Thu Oct  8 21:39:40 2009
@@ -28,13 +28,14 @@
         </section>
         <section name="TLD Links">
             <ul>
-                <li><a href="myfaces-impl/tlddoc/index.html">Core: Impl</a></li>
+                <li><a href="myfaces-impl/tlddoc/index.html">Core: Tlddoc for Jsp.</a></li>
+                <li><a href="myfaces-impl/tlddoc-facelets/index.html">Core: Tlddoc for Facelets.</a></li>
             </ul>
         </section>
         <section name="Links to Sun's RI docu">
             <ul>
-                <li><a href="http://java.sun.com/j2ee/javaserverfaces/1.2/docs/api/index.html">Javadoc (API)</a></li>
-                <li><a href="http://java.sun.com/j2ee/javaserverfaces/1.2/docs/tlddocs/index.html">TLD</a></li>
+                <li><a href="http://java.sun.com/j2ee/javaserverfaces/2.0/docs/api/index.html">Javadoc (API)</a></li>
+                <li><a href="http://java.sun.com/j2ee/javaserverfaces/2.0/docs/tlddocs/index.html">TLD</a></li>
             </ul>
         </section>
     </body>