Extracted the policy driven classes into their own library for now "wsf_policy_driven.ecf"

Updated the restbucksCRUD example to demonstrate both approaches.
This commit is contained in:
2013-08-20 17:27:57 +02:00
parent 07f71dfc4e
commit 2651171294
17 changed files with 870 additions and 398 deletions

View File

@@ -46,6 +46,7 @@
<library name="uri_template" location="..\library\text\parser\uri_template\uri_template-safe.ecf" readonly="false"/>
<library name="wizard" location="..\tools\ise_wizard\ewf_ise_wizard-safe.ecf" readonly="false"/>
<library name="wsf" location="..\library\server\wsf\wsf-safe.ecf" readonly="false"/>
<library name="wsf_policy_driven" location="..\library\server\wsf\wsf_policy_driven-safe.ecf" readonly="false"/>
<library name="wsf_all" location="..\library\server\wsf\connector\all-safe.ecf" readonly="false"/>
<library name="wsf_cgi" location="..\library\server\wsf\connector\cgi-safe.ecf" readonly="false"/>
<library name="wsf_extension" location="..\library\server\wsf\wsf_extension-safe.ecf" readonly="false"/>