<?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 : Architecture with services</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Architecture with services</description>
  <pubDate>Wed, 15 Apr 2026 04:34:28 -700</pubDate>
  <lastBuildDate>Mon, 01 Aug 2011 19:30:18 -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=2856</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>Architecture with services :   The same DevForce domain model...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2856&amp;PID=11336#11336</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 2856<br /><strong>Posted:</strong> 01-Aug-2011 at 7:30pm<br /><br />The same DevForce domain model supports multiple client platforms, so let me describe a few components of the architecture and you can see what works best for you:<div><ol><li>DevForce exposes a generic WCF query service that takes an arbitrarily complex LINQ expression and returns serialized entities back to the client over the internet. This services supports any of the .NET platforms - WPF, Silverlight, Mono, and Windows Phone 7 (Mango).</li><li>For non-.NET platforms, you can query for DevForce entities by using OData, an open XML service supported by the major platforms including Objective-C, Java, JavaScript, PHP, Ruby, and .NET. You can see the full list here (<a href="http://www.odata.org/developers/odata-sdk" target="_blank">http://www.odata.org/developers/odata-sdk</a>). We have a tutorial here (<a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/odata-enable" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/odata-enable</a>).</li><li>If you want to define the query on the server instead of composing it on the client, you can use Named Queries in DevForce to do this (<a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/specialized-named-query" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/specialized-named-query</a>). These named queries can be accessed using the EntityManager for .NET clients, or using OData for all other clients.</li></ol><div>The named queries sound a lot like what you described, so definitely take a look at that. Hope this helps!</div></div><div><br></div><span style="font-size:10px"><br /><br />Edited by ting - 01-Aug-2011 at 7:32pm</span>]]>
   </description>
   <pubDate>Mon, 01 Aug 2011 19:30:18 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2856&amp;PID=11336#11336</guid>
  </item> 
  <item>
   <title>Architecture with services :   We are currently investigating...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2856&amp;PID=11332#11332</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1185" rel="nofollow">GeertvanHorrik</a><br /><strong>Subject:</strong> 2856<br /><strong>Posted:</strong> 01-Aug-2011 at 2:31am<br /><br />We are currently investigating the right architecture for our software. We want to create a service that contains methods like we are used to using RIA services. Then, this service can be accessed by different types of client (WPF, Silverlight, WP7, iPhone, etc).<div></div><div></div>Now we implement a Repository (say customer) where all the queries are located in. How can we move the logic of this repository to the server as a service so we don't have to write the same query logic for each target device or framework?<div>&nbsp;</div><div>Thanks in advance!</div>]]>
   </description>
   <pubDate>Mon, 01 Aug 2011 02:31:10 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2856&amp;PID=11332#11332</guid>
  </item> 
 </channel>
</rss>