You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by dl...@apache.org on 2005/05/20 10:40:56 UTC

cvs commit: ws-wsrp4j/site/src/documentation/content/xdocs/gettingstarted faq.xml

dlouzan     2005/05/20 01:40:56

  Modified:    site/src/documentation/content/xdocs/gettingstarted faq.xml
  Log:
  Added information on integrating PlutoPortal/ProxyPortlet.
  
  Revision  Changes    Path
  1.2       +40 -3     ws-wsrp4j/site/src/documentation/content/xdocs/gettingstarted/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/site/src/documentation/content/xdocs/gettingstarted/faq.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- faq.xml	28 Jun 2004 18:13:37 -0000	1.1
  +++ faq.xml	20 May 2005 08:40:56 -0000	1.2
  @@ -30,13 +30,50 @@
       </faq>
       <!-- More faqs or parts here WRT documentation-->
       <faq id="name2">
  -      <question>How can I configure my own portlets?
  +      <question>How can I configure my own consumable portlets?
         </question>
         <answer>
           <p>
  -          Please refer to <link href="config.html">Configuring Portlets</link> for directions.   
  +          You can achieve this through the producer component. You'll have to
  +          implement your own JSR-168 portlet and then make it accesible through
  +          the WSRP4J producer.
  +        </p>
  +        <p>
  +          Please refer to
  +          <link href="config.html">Configuring Portlets</link> for
  +          directions.
  +        </p>
  +      </answer>
  +    </faq>
  +    <!-- More faqs or parts here -->
  +    <faq id="proxyportlet">
  +      <question>How can I configure the ProxyPortlet consumer component?</question>
  +      <answer>
  +        <p>
  +          Please refer to
  +          <link href="config.html">Configuring ProxyPortlet</link> for
  +          directions.
  +        </p>
  +      </answer>
  +    </faq>
  +    
  +    <faq id="plutoportal">
  +      <question>
  +        Can I use PlutoPortal/another portal to consume remote portlets?
  +      </question>
  +      <answer>
  +        <p>
  +          Yes, you can use it. Theoretically you can use whichever portal
  +          environment you like most, but PlutoPortal is the only tested by the
  +          WSRP4J team. We know there are successful efforts integrating
  +          ProxyPortlet with other portal environments, but they (still) aren't
  +          officially supported.
  +        </p>
  +        <p>
  +          Please refer to
  +          <link href="config.html">Configuring ProxyPortlet</link> for
  +          directions.
           </p>
         </answer>
       </faq>
  -  <!-- More faqs or parts here -->
   </faqs>