<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to StartGuideForStrutsApp</title><link>https://sourceforge.net/p/jharksworkflow/wiki/StartGuideForStrutsApp/</link><description>Recent changes to StartGuideForStrutsApp</description><atom:link href="https://sourceforge.net/p/jharksworkflow/wiki/StartGuideForStrutsApp/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 11 Mar 2013 01:44:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jharksworkflow/wiki/StartGuideForStrutsApp/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage StartGuideForStrutsApp modified by mrizzo99</title><link>https://sourceforge.net/p/jharksworkflow/wiki/StartGuideForStrutsApp/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v20
+++ v21
@@ -1,4 +1,4 @@
-This guide is relevant to **1.2.x** versions of Struts.  The Jharks Workflow Survey Engine v0.0.5 build is compatible with the 1.2.x versions of Struts.
+This guide is relevant to **1.2.x** versions of Struts.  The Jharks Workflow Survey Engine build is compatible with the 1.2.x versions of Struts.

 1 Download the Jharks **workflow-.jar** and include in your applications library dependencies.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrizzo99</dc:creator><pubDate>Mon, 11 Mar 2013 01:44:26 -0000</pubDate><guid>https://sourceforge.netc2f8399e260cd487e37303d3b40534b2309205d6</guid></item><item><title>WikiPage StartGuideForStrutsApp modified by mrizzo99</title><link>https://sourceforge.net/p/jharksworkflow/wiki/StartGuideForStrutsApp/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v19
+++ v20
@@ -217,23 +217,23 @@

 8 Add a JharksWorkflowSurveyResources.properties to WEB-INF/classes directory within your web application.

-###################################
-# Configure the database schema that contains the Jharks Workflow Survey Engine
-# related database tables. If this value is left blank then it is assumed the
-# the database user configured in the application org.jharks.datasource is the
-# same database user as the database user that owns the schema were the Jharks
-# related tables exist.  If there is a value populated then queries within Jharks
-# will reference the specified schema to access database objects. 
-###################################
-database.schema = quality
-
-###################################
-# Set the workflow.resource.bundles.db.backed to true if you want to retrieve
-# the Jharks resource bundles used for text insertion and internationalization
-# from the database instead of the classpath.  Note: you will need to populate
-# the WORKFLOW_RESOURCE_BUNDLE database table appropriately to use this feature. 
-###################################
-workflow.resource.bundles.db.backed = true
+    ###################################
+    # Configure the database schema that contains the Jharks Workflow Survey Engine
+    # related database tables. If this value is left blank then it is assumed the
+    # the database user configured in the application org.jharks.datasource is the
+    # same database user as the database user that owns the schema were the Jharks
+    # related tables exist.  If there is a value populated then queries within Jharks
+    # will reference the specified schema to access database objects. 
+    ###################################
+    database.schema = quality
+
+    ###################################
+    # Set the workflow.resource.bundles.db.backed to true if you want to retrieve
+    # the Jharks resource bundles used for text insertion and internationalization
+    # from the database instead of the classpath.  Note: you will need to populate
+    # the WORKFLOW_RESOURCE_BUNDLE database table appropriately to use this feature. 
+    ###################################
+    workflow.resource.bundles.db.backed = true

 9 **Depends** If the property workflow.resource.bundles.db.backed = false in the JharksWorkflowSurveyResources file then the Jharks Workflow Survey Engine is coded to leverage a ResourceBundles placed in the classpath WEB-INF/classes.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrizzo99</dc:creator><pubDate>Mon, 11 Mar 2013 01:44:04 -0000</pubDate><guid>https://sourceforge.net847b07af3abfb377ca36d4727c4e689dd6181f45</guid></item><item><title>WikiPage StartGuideForStrutsApp modified by mrizzo99</title><link>https://sourceforge.net/p/jharksworkflow/wiki/StartGuideForStrutsApp/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -149,7 +149,7 @@
        
      

-The one value you will need to specify/change in the above snippet is the jndiName of tje org.jharks.dataSource bean.  You need to appropriately create a datasource within your application server for your web application.  The jndi name you configure for that datasource within your application server must be the value you use within the spring configuration for jharks.
+The one value you will need to specify/change in the above snippet is the jndiName of the org.jharks.dataSource bean.  You need to appropriately create a datasource within your application server for your web application.  The jndi name you configure for that datasource within your application server must be the value you use within the spring configuration for jharks.

 You also must add in the ehcache configuration for jharks.  Either add the following entry to your existing ehcache configuration file

@@ -238,4 +238,4 @@

 9 **Depends** If the property workflow.resource.bundles.db.backed = false in the JharksWorkflowSurveyResources file then the Jharks Workflow Survey Engine is coded to leverage a ResourceBundles placed in the classpath WEB-INF/classes.

-10 The infrastucture and integration should be in place to now start building Jharks surveys within your Struts based web application. Now you just need to learn how to create your first Jharks Workflow Definition xml file and define the content (questions for each Survey page).
+10 The infrastructure and integration should be in place to now start building Jharks surveys within your Struts based web application. Now you just need to learn how to create your first Jharks Workflow Definition xml file and define the content (questions for each Survey page).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrizzo99</dc:creator><pubDate>Mon, 11 Mar 2013 01:40:58 -0000</pubDate><guid>https://sourceforge.netd8e772b977e005f41a405b054924d764cce8a80c</guid></item><item><title>&lt;pre&gt;--- v17 
+++ v18 
@@ -215,6 +215,27 @@
 
 7 Add the workflow.xsd schema definition to WEB-INF/classes directory wthin your web application.
 
-8 Jharks Workflow Survey Engine is coded to leverage a ResourceBundle by the name ApplicationResources.  Make sure to create the file ApplicationResources.properties and any localized versions to the WEB-INF/classes directory within your web application.  
-
-9 The infrastucture and integration should be in place to now start building Jharks surveys within your Struts based web application. Now you just need to learn how to create your first Jharks Workflow Definition xml file and define the content (questions for each Survey page).
+8 Add a JharksWorkflowSurveyResources.properties to WEB-INF/classes directory within your web application.
+
+###################################
+# Configure the database schema that contains the Jharks Workflow Survey Engine
+# related database tables. If this value is left blank then it is assumed the
+# the database user configured in the application org.jharks.datasource is the
+# same database user as the database user that owns the schema were the Jharks
+# related tables exist.  If there is a value populated then queries within Jharks
+# will reference the specified schema to access database objects. 
+###################################
+database.schema = quality
+
+###################################
+# Set the workflow.resource.bundles.db.backed to true if you want to retrieve
+# the Jharks resource bundles used for text insertion and internationalization
+# from the database instead of the classpath.  Note: you will need to populate
+# the WORKFLOW_RESOURCE_BUNDLE database table appropriately to use this feature. 
+###################################
+workflow.resource.bundles.db.backed = true
+
+
+9 **Depends** If the property workflow.resource.bundles.db.backed = false in the JharksWorkflowSurveyResources file then the Jharks Workflow Survey Engine is coded to leverage a ResourceBundles placed in the classpath WEB-INF/classes.
+
+10 The infrastucture and integration should be in place to now start building Jharks surveys within your Struts based web application. Now you just need to learn how to create your first Jharks Workflow Definition xml file and define the content (questions for each Survey page).
&lt;/pre&gt;</title><link>https://sourceforge.net/p/jharksworkflow/wiki/StartGuideForStrutsApp/</link><description>&lt;pre&gt;--- v17 
+++ v18 
@@ -215,6 +215,27 @@
 
 7 Add the workflow.xsd schema definition to WEB-INF/classes directory wthin your web application.
 
-8 Jharks Workflow Survey Engine is coded to leverage a ResourceBundle by the name ApplicationResources.  Make sure to create the file ApplicationResources.properties and any localized versions to the WEB-INF/classes directory within your web application.  
-
-9 The infrastucture and integration should be in place to now start building Jharks surveys within your Struts based web application. Now you just need to learn how to create your first Jharks Workflow Definition xml file and define the content (questions for each Survey page).
+8 Add a JharksWorkflowSurveyResources.properties to WEB-INF/classes directory within your web application.
+
+###################################
+# Configure the database schema that contains the Jharks Workflow Survey Engine
+# related database tables. If this value is left blank then it is assumed the
+# the database user configured in the application org.jharks.datasource is the
+# same database user as the database user that owns the schema were the Jharks
+# related tables exist.  If there is a value populated then queries within Jharks
+# will reference the specified schema to access database objects. 
+###################################
+database.schema = quality
+
+###################################
+# Set the workflow.resource.bundles.db.backed to true if you want to retrieve
+# the Jharks resource bundles used for text insertion and internationalization
+# from the database instead of the classpath.  Note: you will need to populate
+# the WORKFLOW_RESOURCE_BUNDLE database table appropriately to use this feature. 
+###################################
+workflow.resource.bundles.db.backed = true
+
+
+9 **Depends** If the property workflow.resource.bundles.db.backed = false in the JharksWorkflowSurveyResources file then the Jharks Workflow Survey Engine is coded to leverage a ResourceBundles placed in the classpath WEB-INF/classes.
+
+10 The infrastucture and integration should be in place to now start building Jharks surveys within your Struts based web application. Now you just need to learn how to create your first Jharks Workflow Definition xml file and define the content (questions for each Survey page).
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrizzo99</dc:creator><pubDate>Thu, 14 Apr 2011 19:43:23 -0000</pubDate><guid>https://sourceforge.net96ab56ea1075c6cffe915e0073dff8eae187cac3</guid></item><item><title>&lt;pre&gt;--- v16 
+++ v17 
@@ -26,7 +26,7 @@
 
 The **validate** attribute should be set to false.
 
-The **scope** attribute should be set to false.
+The **scope** attribute should be set to request.
 
 Then you basically need to configure two forwards for the action mapping by the standard Jharks names jharksDynamicSurveyPage and jharksWorkflowEndView.  The example demonstrates these pointing to two tile resources, but these can be just jsp resources as well.  That will all depend on whether your are using Tiles within your application or not.  
 
&lt;/pre&gt;</title><link>https://sourceforge.net/p/jharksworkflow/wiki/StartGuideForStrutsApp/</link><description>&lt;pre&gt;--- v16 
+++ v17 
@@ -26,7 +26,7 @@
 
 The **validate** attribute should be set to false.
 
-The **scope** attribute should be set to false.
+The **scope** attribute should be set to request.
 
 Then you basically need to configure two forwards for the action mapping by the standard Jharks names jharksDynamicSurveyPage and jharksWorkflowEndView.  The example demonstrates these pointing to two tile resources, but these can be just jsp resources as well.  That will all depend on whether your are using Tiles within your application or not.  
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrizzo99</dc:creator><pubDate>Thu, 14 Apr 2011 15:20:19 -0000</pubDate><guid>https://sourceforge.net116a27080f342989f1967f996991af66a2f98ac6</guid></item></channel></rss>