<?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 : oData samples without Web API or EF</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : Community Forum : oData samples without Web API or EF</description>
  <pubDate>Fri, 10 Apr 2026 19:14:18 -700</pubDate>
  <lastBuildDate>Tue, 13 Nov 2012 09:37:10 -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=3793</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>oData samples without Web API or EF : Absolutely, to switch to using...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3793&amp;PID=15186#15186</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1524" rel="nofollow">jtraband</a><br /><strong>Subject:</strong> 3793<br /><strong>Posted:</strong> 13-Nov-2012 at 9:37am<br /><br />Absolutely, to switch to using an OData service simply initialize breeze with the correct adapter. For OData this would look like<br><br>breeze.core.config.initializeAdapterInstance("dataService", "OData");<br><br>Make sure you make this call before creating your first EntityManager and remember to use an OData uri as the service name.<br><br>This provides full OData query support.&nbsp; OData saves have not yet been implemented although they are on the near term roadmap.&nbsp; If you really need OData save functionality, you might want to vote for it on our <b>Breeze User Voice&nbsp;<a href="https://breezejs.uservoice.com/forums/173093-breeze-feature-suggesti&#111;ns" target="_blank">https://breezejs.uservoice.com/forums/173093-breeze-feature-suggestions</a></b>. We take that venue seriously in making decisions about what to do next.<br><br>Note: we changed the "plugin/adapter" model with v 0.70 of Breeze.&nbsp; Older versions use a now obsolete method<br><br>breeze.core.config.setProperties( {<br>&nbsp;&nbsp;&nbsp; remoteAccessImplementation: breeze.entityModel.remoteAccess_odata<br>});<br>]]>
   </description>
   <pubDate>Tue, 13 Nov 2012 09:37:10 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3793&amp;PID=15186#15186</guid>
  </item> 
  <item>
   <title>oData samples without Web API or EF : I haven&amp;#039;t seen any examples...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3793&amp;PID=15184#15184</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1584" rel="nofollow">jpirok</a><br /><strong>Subject:</strong> 3793<br /><strong>Posted:</strong> 13-Nov-2012 at 6:23am<br /><br />I haven't seen any examples of using this framework that don't use Web API.&nbsp; <br><br>How would I use breeze against an odata service using only the server's metadata to define the model?&nbsp; <br>Will the context still be able to handle crud operations to a non web api service? <br><br>I have seen <br><br>&nbsp;&nbsp;&nbsp; // service name is route to the Web API controller<br>&nbsp;&nbsp;&nbsp; var serviceName = 'api/CarBones';<br><br>&nbsp;&nbsp;&nbsp; /*** dataservice proper ***/<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; // manager (aka context) is the service gateway and cache holder<br>&nbsp;&nbsp;&nbsp; var manager = new entityModel.EntityManager(serviceName);<br><br>Can I do something like replacing the serviceName with an oData uri and then continue using breeze as usual?<br><br>&nbsp;&nbsp;&nbsp; var serviceName = "http://localhost:1234/Northwind.svc"<br><br>Thanks for your help!<br>]]>
   </description>
   <pubDate>Tue, 13 Nov 2012 06:23:54 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3793&amp;PID=15184#15184</guid>
  </item> 
 </channel>
</rss>