<?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 : where do the business logics locate? where is the BOS</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : where do the business logics locate? where is the BOS</description>
  <pubDate>Sun, 19 May 2013 21:06:16 -700</pubDate>
  <lastBuildDate>Fri, 06 Mar 2009 08:22:38 -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=1113</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>where do the business logics locate? where is the BOS : In the new version of DevForce...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1113&amp;PID=3992#3992</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=449" rel="nofollow">smi-mark</a><br /><strong>Subject:</strong> 1113<br /><strong>Posted:</strong> 06-Mar-2009 at 8:22am<br /><br />In the new version of DevForce EF (Released yesterday) you don't need AppHelper anymore, a basic application at the bare minimum will consist of:<br><br>Server:<br><br>ServerModel (This is your Entity Framework edmx project)<br>DomainModel (DevForce EF's generated model)<br><br>Client: (You do not need the ServerModel in the client if running n-tier)<br>DomainModel <br>UI Project / Web Project<br><br><br>Business logic goes inside the DomainModel.<br>]]>
   </description>
   <pubDate>Fri, 06 Mar 2009 08:22:38 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1113&amp;PID=3992#3992</guid>
  </item> 
  <item>
   <title>where do the business logics locate? where is the BOS :                 I have downloaded...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1113&amp;PID=3991#3991</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=454" rel="nofollow">monkeyking</a><br /><strong>Subject:</strong> 1113<br /><strong>Posted:</strong> 05-Mar-2009 at 10:41pm<br /><br /><table ="tableBorder" style="table-layout: fixed;" align="center" cellpadding="3" cellspacing="1"><t><tr ="msgableRow" style="height: 200px; min-height: 200px;"><tr ="msgableRow" style="height: 200px; min-height: 200px;"><td ="msgLineDevider" valign="top">   <!-- Start Member Post -->   <!-- google_ad_secti&#111;n_start -->   <div ="msg">   I have downloaded Devforce EF and try to use it, but still feel uncertain abt the framework.<br><br>forexample, we want to put business logic in the server side, so bothwinform client and webpage client can use the same business logic inthe server side, i'm a bit confusing which project folders will be usedin the server side that the business logics can locate. currently wehave the projects of domain model, apphelper, ado.net entity frameworkand UI, so which project is the proper place to put business logics andcan be used in the serverside for both pc clients and web clients.<br><br><br>thx for replying Mark<br>   </div>   <!-- google_ad_secti&#111;n_end -->   <!-- End Member Post -->  </td></tr></tr></t></table>]]>
   </description>
   <pubDate>Thu, 05 Mar 2009 22:41:25 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1113&amp;PID=3991#3991</guid>
  </item> 
  <item>
   <title>where do the business logics locate? where is the BOS : In an N-Tier solution the business...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1113&amp;PID=3969#3969</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=449" rel="nofollow">smi-mark</a><br /><strong>Subject:</strong> 1113<br /><strong>Posted:</strong> 04-Mar-2009 at 8:49am<br /><br />In an N-Tier solution the business logic exists on both sides (client and server), if you are really concerned about "bad" data getting in, further security can be performed on the server side only. The BOS uses the same model that the UI uses, you reference the model in the app.config/ideblade.ibconfig on the server side. IdeaBlade provides methods of using the BOS, as a console app, IIS service or windows service. To set one up quickly just make a BOS folder, copy in the ServerConsole.exe from the DevForce directory, and your dll files (DomainModel and ServerModel) and adjust the ProbeAssemblyNames in the config to reference that DomainModel so that the BOS knows about it.<br>]]>
   </description>
   <pubDate>Wed, 04 Mar 2009 08:49:25 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1113&amp;PID=3969#3969</guid>
  </item> 
  <item>
   <title>where do the business logics locate? where is the BOS : when i watch the tutorials, i...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1113&amp;PID=3968#3968</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=454" rel="nofollow">monkeyking</a><br /><strong>Subject:</strong> 1113<br /><strong>Posted:</strong> 04-Mar-2009 at 7:03am<br /><br />when i watch the tutorials, i think the business logics are in the client side, aren't they? so the domain folder is in the client side and the modification will made on the entities.<br><br>by the way, does the BOS contain business logic? where can i see the BOS in my solution, which project is the BOS? <br>]]>
   </description>
   <pubDate>Wed, 04 Mar 2009 07:03:12 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1113&amp;PID=3968#3968</guid>
  </item> 
 </channel>
</rss>