Author: thomas.heute(a)jboss.com
Date: 2010-01-14 05:40:55 -0500 (Thu, 14 Jan 2010)
New Revision: 1284
Modified:
portal/trunk/docs/reference-guide/en/modules/portlets/WebUI.xml
portal/trunk/docs/user-guide/en/modules/terms/Portal_concept.xml
Log:
Comments about WebUI
Modified: portal/trunk/docs/reference-guide/en/modules/portlets/WebUI.xml
===================================================================
--- portal/trunk/docs/reference-guide/en/modules/portlets/WebUI.xml 2010-01-14 10:32:08
UTC (rev 1283)
+++ portal/trunk/docs/reference-guide/en/modules/portlets/WebUI.xml 2010-01-14 10:40:55
UTC (rev 1284)
@@ -11,10 +11,10 @@
with any web technology used by the portlet deployed. Using a particular
technology
would have make it more difficult for a user to use a different version (newer or
older)
of the same technology. If one choose to create WebUI portlets, here is some
documentation.
+ In general we recommend to use JSF as the framework of choice to develop new
portlets.
</para>
<para>
- In its concepts, the WebUI framework is similar to JSF as
- it is a component tree based framework. The key aspects of WebUI
+ The WebUI framework is a component tree based framework. The key aspects of WebUI
are :
</para>
<itemizedlist>
Modified: portal/trunk/docs/user-guide/en/modules/terms/Portal_concept.xml
===================================================================
--- portal/trunk/docs/user-guide/en/modules/terms/Portal_concept.xml 2010-01-14 10:32:08
UTC (rev 1283)
+++ portal/trunk/docs/user-guide/en/modules/terms/Portal_concept.xml 2010-01-14 10:40:55
UTC (rev 1284)
@@ -11,6 +11,7 @@
<para>
The Portal provides a graphical aggregation of enterprise content and business
applications with flexible management and personalization options.
</para>
+ <!--
<para>
Portal has two main components:
</para>
@@ -33,6 +34,7 @@
</listitem>
</varlistentry>
</variablelist>
+ -->
</section>