Author: nbelaevski
Date: 2010-06-01 19:42:29 -0400 (Tue, 01 Jun 2010)
New Revision: 17460
Modified:
root/examples/core-demo/trunk/readme.txt
root/examples/richfaces-showcase/trunk/readme.txt
Log:
https://jira.jboss.org/browse/RFPL-607
Modified: root/examples/core-demo/trunk/readme.txt
===================================================================
--- root/examples/core-demo/trunk/readme.txt 2010-06-01 23:32:05 UTC (rev 17459)
+++ root/examples/core-demo/trunk/readme.txt 2010-06-01 23:42:29 UTC (rev 17460)
@@ -1,5 +1,5 @@
-The core-demo application: application is main test application used in daily development
for testing purposes. It's more "rich" than showcase application
-from functionality coverage point of view, but the cases not intended to be implemented
in user-friendly or meaningfull way.
+'core-demo' application is an application used for testing purposes in daily
development. It's "richier" than showcase application
+from functionality coverage point of view, but the cases are not intended to be
implemented in user-friendly or meaningful way.
1 Building and Running the application
@@ -11,21 +11,22 @@
- Apache Tomcat 6.0
- JDK 1.6
-1.2 Optional Additional Software
+1.2 Optional additional Software
- Eclipse IDE + JBoss Tools (to explore and run the application in IDE).
-- You're free to use any other IDE also but we're not checked an application in
other environments.
+- You're free to use any other IDE also but we haven't tested an application in
other environments.
+
1.3 Building the application
To build the project you need to navigate to the /examples/core-demo and run
-mvn clean install
+mvn clean package
-When you see the BUILD SUCCESSFUL message you can deploy the application on the server.
You can deploy it on the server by copying the wae file from target to
+When you see the BUILD SUCCESSFUL message you can deploy the application on the server.
You can deploy it on the server by copying .war file from 'target' folder to
the TOMCAT_HOME/webapps folder. Then, launch the startup.sh or startup.bat script from
TOMCAT_HOME/bin/ directory to start the server.
-In order to explore, run and deploy the application in Eclipse IDE you could use of the
next options:
+In order to explore, run and deploy the application in Eclipse IDE you can use one of the
following options:
* Just import as maven project if using m2eclipse plugin.
@@ -33,9 +34,9 @@
mvn clean install eclipse:clean eclipse:eclipse
- comand and just import as existent project.
+ comand and just import as existing project.
-More details you can find in the RichFaces Getting Started Guide (visit documentation
page at
http://jboss.org/richfaces)
+You can find more details in the RichFaces Getting Started Guide (visit documentation
page at
http://jboss.org/richfaces)
Modified: root/examples/richfaces-showcase/trunk/readme.txt
===================================================================
--- root/examples/richfaces-showcase/trunk/readme.txt 2010-06-01 23:32:05 UTC (rev 17459)
+++ root/examples/richfaces-showcase/trunk/readme.txt 2010-06-01 23:42:29 UTC (rev 17460)
@@ -1,5 +1,5 @@
-The richFaces-showcase application: showcase application intended to show RichFaces
components in Action. It contains set of small use-cases implemented for every component.
-Except basic samples - use-cases for demo choosen from most popular questions at user
forums - so you will be able to find much usefull information there and will be able
+'richfaces-showcase' is an application intended to show RichFaces components in
action. It contains set of small use-cases implemented using RichFaces components.
+Except basic samples - use-cases for demo choosen from most popular questions at user
forums - so you will be able to find much useful information there and will be able
just to re-use some code to implement the same cases for your applications.
@@ -14,18 +14,19 @@
1.2 Optional Additional Software
- Eclipse IDE + JBoss Tools (to explore and run the application in IDE).
-- You're free to use any other IDE also but we're not checked an application in
other environments.
+- You're free to use any other IDE also but we haven't tested an application in
other environments.
1.3 Building the application
To build the project you need to navigate to the /examples/richfaces-showcase and run
-mvn clean install
+mvn clean package
-When you see the BUILD SUCCESSFUL message you can deploy the application on the server.
You can deploy it on the server by copying the wae file from target to the
TOMCAT_HOME/webapps folder. Then, launch the startup.sh or startup.bat script from
TOMCAT_HOME/bin/ directory to start the server.
+When you see the BUILD SUCCESSFUL message you can deploy the application on the server.
You can deploy it on the server by copying .war file from 'target' folder to
+the TOMCAT_HOME/webapps folder. Then, launch the startup.sh or startup.bat script from
TOMCAT_HOME/bin/ directory to start the server.
-In order to explore, run and deploy the application in Eclipse IDE you could use of the
next options:
+In order to explore, run and deploy the application in Eclipse IDE you can use one of the
following options:
* Just import as maven project if using m2eclipse plugin.
@@ -35,7 +36,7 @@
comand and just import as existent project.
-More details you can find in the RichFaces Getting Started Guide (visit documentation
page at
http://jboss.org/richfaces)
+You can find more details in the RichFaces Getting Started Guide (visit documentation
page at
http://jboss.org/richfaces)