Author: afedosik
Date: 2007-12-06 11:32:58 -0500 (Thu, 06 Dec 2007)
New Revision: 5217
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-337 recommendation for using Seam in these chapters
is added.
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml
===================================================================
---
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml 2007-12-06
15:33:44 UTC (rev 5216)
+++
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml 2007-12-06
16:32:58 UTC (rev 5217)
@@ -9,6 +9,12 @@
</keywordset>
</chapterinfo>
<title>Developing a simple JSP web application</title>
+
+ <note>
+ <title>Note:</title>
+ <para>We highly recommend developing in <property>Seam</property>.
This chapter is for users who for some reason cannot use Seam.</para>
+ </note>
+
<para>In this chapter you'll find out how to create a simple JSP application
using the JBoss Developer Studio. The application will show a classic "Hello
World!" on the page.</para>
<para>We'll assume that you have already launched JBoss Developer Studio
and
also that the Web Development perspective is the current perspective. (If not, make it
active by selecting <emphasis><property>Window > Open Perspective
> Web Development</property></emphasis> from the menu bar or by
selecting <emphasis><property>Window > Open Perspective >
Other...</property></emphasis> from the menu bar and then selecting Web
Development from
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml
===================================================================
---
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml 2007-12-06
15:33:44 UTC (rev 5216)
+++
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml 2007-12-06
16:32:58 UTC (rev 5217)
@@ -10,6 +10,12 @@
</keywordset>
</chapterinfo>
<title>RAD development of a simple JSF application</title>
+
+ <note>
+ <title>Note:</title>
+ <para>We highly recommend developing in
<property>Seam</property>. This chapter is for users who for some reason
cannot use Seam.</para>
+ </note>
+
<para>In this chapter you will see how to create a simple JSF application
being based on <property>"RAD"</property> philosophy. We
will create the familiar Guess Number application. The scenario is the following. You are
asked to guess a number between 0 and 100. If the guess is correct, a success page is
displayed with a link to play again. If the guess is incorrect, a message is printed
notifying the user that a smaller or a larger number should be entered and the game
continues.</para>
<para>We'll show you how to create such an application from scratch,
along the way demonstrating powerful features of JBoss Developer Studio such as project
templating, Visual Page Editor, code completion and others. You will design the
JSF application and then run the application from inside JBoss Developer Studio using the
bundled JBoss server.</para>