Author: sabrashevich
Date: 2007-06-30 07:59:14 -0400 (Sat, 30 Jun 2007)
New Revision: 2231
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/master.xml
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedForCreatingaJSFApplication.xml
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforCreatingaStrutsApplication.xml
Log:
new links to resources
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/master.xml
===================================================================
--- trunk/documentation/GettingStartedGuide/docs/userguide/en/master.xml 2007-06-29
20:26:48 UTC (rev 2230)
+++ trunk/documentation/GettingStartedGuide/docs/userguide/en/master.xml 2007-06-30
11:59:14 UTC (rev 2231)
@@ -5,7 +5,7 @@
[<!ENTITY GettingStartedWithRHDS SYSTEM
"modules/GettingStartedWithRHDS.xml">
<!ENTITY GettingStartedGuideforJSFwithHibernate SYSTEM
"modules/GettingStartedGuideforJSFwithHibernate.xml">
<!ENTITY AjaxCRUDApplicationWithSeamAndRichFaces SYSTEM
"modules/AjaxCRUDApplicationWithSeamAndRichFaces.xml">
-<!ENTITY BusinessProcessAndRulesApplication SYSTEM
"modules/BusinessProcessAndRulesApplication.xml">
+<!--<!ENTITY BusinessProcessAndRulesApplication SYSTEM
"modules/BusinessProcessAndRulesApplication.xml">-->
<!ENTITY GettingStartedGuideforJavaServerFaces SYSTEM
"modules/GettingStartedGuideforJavaServerFaces.xml">
<!ENTITY GettingStartedForCreatingaJSFApplication SYSTEM
"modules/GettingStartedForCreatingAJSFApplication.xml">
<!ENTITY GettingStartedGuideforCreatingaStrutsApplication SYSTEM
"modules/GettingStartedGuideforCreatingaStrutsApplication.xml">
@@ -31,7 +31,7 @@
&GettingStartedWithRHDS;
&GettingStartedGuideforJSFwithHibernate;
&AjaxCRUDApplicationWithSeamAndRichFaces;
-&BusinessProcessAndRulesApplication;
+<!--&BusinessProcessAndRulesApplication;-->
&GettingStartedForCreatingaJSFApplication;
&GettingStartedGuideforCreatingaStrutsApplication;
&GettingStartedStrutsValidationExamples;
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedForCreatingaJSFApplication.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedForCreatingaJSFApplication.xml 2007-06-29
20:26:48 UTC (rev 2230)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedForCreatingaJSFApplication.xml 2007-06-30
11:59:14 UTC (rev 2231)
@@ -21,7 +21,7 @@
the way demonstrating some of the powerful features of Red Hat Developer Studio. You will
design the
JSF application and then run the application from inside Red Hat Developer Studio.
We'll assume that you have already launched Eclipse with Red Hat Developer
Studio installed and
-also that the Red Hat Developer Studio perspective is the current perspective. (If not,
make it active by
+also that the Red Hat Developer Studio perspective is the current one. (If not, make it
active by
selecting Window > Open Perspective > Red Hat Developer Studio from the menu bar or
by selecting Window/
Open Perspective/Other... from the menu bar and then selecting Red Hat Developer Studio
from
the Select Perspective dialog box.)</para>
@@ -355,4 +355,17 @@
<para>This is the equivalent of launching the browser and typing
http://localhost:8080/jsfHello into your
browser. Our JSF application should now appear.</para>
</section>
+
+ <section id="OtherRelevantResourcesOnTheTopic3">
+<?dbhtml filename="OtherRelevantResourcesOnTheTopic3.html"?>
+<title>Other relevant resources on the topic</title>
+<para>JSF on Sun: <ulink
url="http://java.sun.com/javaee/javaserverfaces/">JavaServer Faces
Technology</ulink></para>
+<para>Core JSF: <ulink
url="http://www.horstmann.com/corejsf/">Core
JavaServer Faces</ulink></para>
+<para>API: <ulink
url="http://java.sun.com/javaee/javaserverfaces/1.1/docs/api/index.h...
API</ulink></para>
+<para>JSF Tags: <ulink
url="http://www.horstmann.com/corejsf/jsf-tags.html">JSF Core
Tags</ulink></para>
+<para>HTML Tags Reference: <ulink
url="http://www.exadel.com/tutorial/jsf/jsftags-guide.html">JSF HTML Tags
Reference</ulink></para>
+<para>JSF Central: <ulink
url="http://www.jsfcentral.com/">JSF
Central - Your JavaServer Faces Community</ulink></para>
+<para>FAQ: <ulink
url="http://wiki.java.net/bin/view/Projects/JavaServerFacesSpecFaq&q...
FAQ</ulink></para>
+<para>Download: <ulink
url="http://java.sun.com/javaee/javaserverfaces/download.html"&...
Faces Technology - Download</ulink></para>
+</section>
</chapter>
\ No newline at end of file
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforCreatingaStrutsApplication.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforCreatingaStrutsApplication.xml 2007-06-29
20:26:48 UTC (rev 2230)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforCreatingaStrutsApplication.xml 2007-06-30
11:59:14 UTC (rev 2231)
@@ -490,4 +490,15 @@
</itemizedlist>
<para>The browser should appear with the application started.</para>
</section>
+
+ <section id="OtherRelevantResourcesOnTheTopic4">
+<?dbhtml filename="OtherRelevantResourcesOnTheTopic4.html"?>
+<title>Other relevant resources on the topic</title>
+<para>Apache Struts: <ulink
url="http://struts.apache.org/">Struts
Technology</ulink></para>
+<para>Struts 2: <ulink
url="http://struts.apache.org/2.x/">Apache
Struts 2</ulink></para>
+<para>Get Started: <ulink
url="http://struts.apache.org/2.x/docs/home.html">Struts Getting
Started</ulink></para>
+<para>Struts on IBM: <ulink
url="http://www.ibm.com/developerworks/library/j-struts/">St... - An
open-source MVC implementation</ulink></para>
+<para>FAQ: <ulink
url="http://struts.apache.org/2.x/docs/faqs.html">Struts
FAQ</ulink></para>
+<para>Download: <ulink
url="http://struts.apache.org/download.cgi#struts206">Release of Apache
Struts</ulink></para>
+</section>
</chapter>
\ No newline at end of file