dlestrat    2005/03/07 20:30:03

  Modified:    portals-bridges/library/project/dependencies
                        myfaces-deps.xml
  Added:       portals-bridges/jsf/xdocs index.xml navigation.xml
  Removed:     
portals-bridges/myfaces/src/java/org/apache/portals/bridges/myfaces
                        PortletExternalContextImpl.java
                        FacesContextFactoryImpl.java
                        RequestParameterMap.java SessionMap.java
                        RequestHeaderValuesMap.java ApplicationMap.java
                        NullEnumeration.java AbstractAttributeMap.java
                        NullIterator.java RequestMap.java
                        PortletViewHandlerImpl.java
                        RequestParameterValuesMap.java
                        EnumerationIterator.java InitParameterMap.java
                        PortletFacesContextImpl.java RequestHeaderMap.java
                        FacesPortlet.java
               portals-bridges/myfaces project.properties .cvsignore
                        project.xml locator.ent
               portals-bridges/myfaces/src/java/META-INF faces-config.xml
  Log:
  Update myfaces dependencies to 1.0.9.
  Move JSF bridge.
  Add documentation.
  
  Revision  Changes    Path
  1.1                  jakarta-jetspeed-2/portals-bridges/jsf/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
  Copyright 2004 The Apache Software Foundation
  
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
  
      http://www.apache.org/licenses/LICENSE-2.0
  
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
  <document>
    <properties>
      <title>About Apache Portals JSF Bridge</title>
      <authors>
        <person name="David Le Strat" email="[EMAIL PROTECTED]"/>
      </authors>
    </properties>
    <body>
      <section name="About Apache Portals JSF Bridge">
        <p>
          The JSF Bridge allows <a 
href="http://java.sun.com/j2ee/javaserverfaces/";>Java Server Faces</a> to be run
          as <a href="http://www.jcp.org/en/jsr/detail?id=168";>JSR-168</a> 
compliant Portlets with very little change
          made to the JSF application.
        </p>
        <p>
          Existing or new JSF Applications can be transparently deployed as 
Portlet Application or
          Web Application.<br/>
        </p>
        <p>
          For examples of how to use the JSF bridge, please go to the 
          <a href="/multiproject/jsf-demo/index.html">JSF Portlet Demo</a> 
application which J2's JSF Portlet Bridge.
        </p>
        <p>
          J2's portlet bridge provides a generic JSF portlet that can be 
extended by your custom application or configured
          in <i>portlet.xml</i> in order to run a JSF application.
        </p>
        <p>
          The <i>&lt;init-param&gt;</i> element of the <i>portlet.xml</i> can 
be configured to support multiple view when using
          <i>org.apache.portals.bridges.jsf.FacesPortlet</i> as a portlet class.
        </p>
        <p>
        <table>
                <tr> 
                    <th>&lt;init-param&gt;</th>
                    <th>Description</th>
                </tr>
          <tr> 
              <td>ViewPage</td>
              <td>The default page in view mode.</td>
          </tr>
          <tr> 
              <td>EditPage</td>
              <td>The default page in edit mode.</td>
          </tr>
          <tr> 
              <td>HelpPage</td>
              <td>The default page in help mode.</td>
          </tr>
          <tr> 
              <td>CustomPage</td>
              <td>The default page in custom mode.</td>
          </tr>
          </table>
        </p>
      </section>
    </body>
  </document>
  
  
  1.1                  
jakarta-jetspeed-2/portals-bridges/jsf/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <!--
  Copyright 2004 The Apache Software Foundation
  
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
  
      http://www.apache.org/licenses/LICENSE-2.0
  
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
  <project>
    <body>
        <links>
          <item name="Jetspeed 2" href="../../index.html"/>
        </links>
    </body>
  </project>
  
  
  
  1.3       +2 -2      
jakarta-jetspeed-2/portals-bridges/library/project/dependencies/myfaces-deps.xml
  
  Index: myfaces-deps.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portals-bridges/library/project/dependencies/myfaces-deps.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- myfaces-deps.xml  2 Dec 2004 00:53:37 -0000       1.2
  +++ myfaces-deps.xml  8 Mar 2005 04:30:03 -0000       1.3
  @@ -1,6 +1,6 @@
       <dependency>
         <groupId>portals-bridges</groupId>
  -      <artifactId>portals-bridges-myfaces</artifactId>
  +      <artifactId>portals-bridges-jsf</artifactId>
         <version>0.1</version>
         <properties>
           <war.bundle>true</war.bundle>
  @@ -9,7 +9,7 @@
        <dependency>
                <groupId>myfaces</groupId>
            <artifactId>myfaces</artifactId>
  -     <version>1.0.8-PATCHED</version>
  +     <version>1.0.9</version>
            <properties>
                        <war.bundle>true</war.bundle>
                </properties>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to