<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Getting Started Guide</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Getting Started Guide</description>
  <pubDate>Tue, 14 Apr 2026 19:17:10 -700</pubDate>
  <lastBuildDate>Fri, 26 Oct 2007 15:05:24 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=523</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Getting Started Guide : Well, you can get the model for...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=523&amp;PID=1805#1805</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=97" rel="nofollow">Bill Jensen</a><br /><strong>Subject:</strong> 523<br /><strong>Posted:</strong> 26-Oct-2007 at 3:05pm<br /><br />Well, you can get the model for your application defined any way you want to.&nbsp; <DIV>&nbsp;</DIV><DIV>Typically, however, if a model already exists it contains many class definitions, each with a namespace statement.&nbsp; It's easier to use the wizard to construct the new application (and the common and quasi-common classes)&nbsp;to reference that namespace rather than changing all the entity classes.</DIV>]]>
   </description>
   <pubDate>Fri, 26 Oct 2007 15:05:24 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=523&amp;PID=1805#1805</guid>
  </item> 
  <item>
   <title>Getting Started Guide : Would it be easier to just rename...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=523&amp;PID=1792#1792</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=172" rel="nofollow">thamaluk</a><br /><strong>Subject:</strong> 523<br /><strong>Posted:</strong> 26-Oct-2007 at 11:44am<br /><br />Would it be easier to just rename that database and insure that the objects in the Common and QuasiCommon folders exist in the renamed database ?]]>
   </description>
   <pubDate>Fri, 26 Oct 2007 11:44:07 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=523&amp;PID=1792#1792</guid>
  </item> 
  <item>
   <title>Getting Started Guide : The IdeaBlade CAB Application...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=523&amp;PID=1785#1785</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=97" rel="nofollow">Bill Jensen</a><br /><strong>Subject:</strong> 523<br /><strong>Posted:</strong> 26-Oct-2007 at 9:56am<br /><br />The IdeaBlade CAB Application Wizard always copies the sample model of the tutorial database into the solution for the newly-created application.&nbsp; It adjusts the namespace in which the model is defined based on the value specified for the Model Namespace (default suggested value is "companyname.appname.Model").&nbsp; It (and the Visual Studio item wizards that will be used later) also adjusts components that refer to the model&nbsp;use this namespace.<DIV>&nbsp;</DIV><DIV>This capability would be used if&nbsp;you have a model project already defined (perhaps&nbsp;in another DevForce solution) within a different namespace.&nbsp; You would then remove the sample Model project from the wizard-generated solution and replace it with your existing Model project.</DIV><DIV>&nbsp;</DIV><DIV>Some additional surgery on the existing model will be required:</DIV><DIV>&nbsp;</DIV><DIV>1.&nbsp; All model classes must inherit, directly or indirectly from IdeaBlade.Common.EntityModel.CommonEntity.&nbsp; We recommend using an intermediate BaseEntity class like the one in the sample model.</DIV><DIV>&nbsp;</DIV><DIV>2.&nbsp; The classes in the Common and QuasiCommon folders need to be present in the model.</DIV><DIV>&nbsp;</DIV><DIV>3.&nbsp; There must be&nbsp;an entity that implements the IUser interface and you may need to adjust the login code to perform authentication and authorization using your model information.</DIV><DIV>&nbsp;</DIV><DIV>Feel free to ask additional questions--we're exploring the ins and outs of this process too.</DIV><DIV>&nbsp;</DIV><DIV>Hope this helps.</DIV><DIV>&nbsp;</DIV><DIV>Bill Jensen</DIV>]]>
   </description>
   <pubDate>Fri, 26 Oct 2007 09:56:57 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=523&amp;PID=1785#1785</guid>
  </item> 
  <item>
   <title>Getting Started Guide : I would like to create a new Cabana...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=523&amp;PID=1780#1780</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=172" rel="nofollow">thamaluk</a><br /><strong>Subject:</strong> 523<br /><strong>Posted:</strong> 25-Oct-2007 at 1:54pm<br /><br /><DIV><FONT size=2>I would like to create a new Cabana application using a database,&nbsp;other than the example that comes from DevForce.&nbsp; In the Getting Started Guide on page 2 under the heading "Creating a New CAB Application" point 6 states </FONT><FONT size=3>"<SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA">You may specify a namespace containing the DevForce data model for your application<SPAN style="mso-spacerun: yes">".</SPAN></SPAN></FONT></DIV><DIV><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA"><SPAN style="mso-spacerun: yes"></SPAN></SPAN>&nbsp;</DIV><DIV><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA"><SPAN style="mso-spacerun: yes">I don't understand were would this namespace come from ?</SPAN></SPAN></DIV><DIV><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA"><SPAN style="mso-spacerun: yes"></SPAN></SPAN>&nbsp;</DIV><DIV><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA"><SPAN style="mso-spacerun: yes">Doesn't the process of creating the CAB application create&nbsp; the namespace ?</SPAN></SPAN></DIV><DIV><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA"><SPAN style="mso-spacerun: yes"></SPAN></SPAN>&nbsp;</DIV><DIV><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA"><SPAN style="mso-spacerun: yes">I have a namespace in a different &nbsp;solution, do I use that one some how ?</SPAN></SPAN></DIV><DIV><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA"><SPAN style="mso-spacerun: yes"></SPAN></SPAN>&nbsp;</DIV><DIV><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA"><SPAN style="mso-spacerun: yes">thanks for your help</SPAN></SPAN></DIV>]]>
   </description>
   <pubDate>Thu, 25 Oct 2007 13:54:14 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=523&amp;PID=1780#1780</guid>
  </item> 
 </channel>
</rss>