Contents tagged with: odata
Author:
Peter Aron Zentai June 13th, 2013
JaySvcUtil generates a fully working client environment from OData metadata document by creating the necessary client classes (types) and boilerplates required to access the service. If you are new to JaySvcUtil read the announcement post.
Up until now the metadata document ...
Read more
Dynamics CRM, jaysvcutil, odata
Author:
Gábor Dolla April 30th, 2013
Geography is an important aspect, just think of the many online apps that use various map services such as Google Maps, OSM, Bing Maps, Nokia Here, etc. OData V3 also has support for Geography and Geometry data types. In JayData ...
Read more
Geo, JSLQ, odata
Author:
Robert Bonay April 30th, 2013
Most of the OData examples and applications operate with EntitySets, which is a very flexible way for data collaboration if we want the client applications to implement the business logic. OData service operations, entity-level and entityset-level actions provide us the ...
Read more
JSLQ, odata
Author:
Robert Bonay April 3rd, 2013
After your very positive feedback to server-side JayData implementation we decided to help you to create OData-enabled endpoints with much less code by releasing the odata-server npm module.
OData-server module comes handy if want to create a node.js service with standard ...
Read more
MongoDB, node.js, odata, odata-server
Author:
Gábor Dolla October 16th, 2012
Update: it does work on windows from 1.2.4 !!!!
Using a remote datasource from the browser with jaydata is as easy as pie if your datasource speaks oData. Unfortunately database servers don’t but with jaydata it is possible to use a ...
Read more
examples, JayData examples, MongoDB, node.js, odata
Author:
Peter Aron Zentai September 18th, 2012
Context level functions are a powerful feature of Entity Framework, more so with OData exposing them with full metadata description. Leaning on this metadata JayData provides you with a super simple, JavaScript native way to invoke server side functions as ...
Read more
entity framework, JayData examples, metadata, odata
Author:
Peter Aron Zentai September 18th, 2012
There’s been quite a time since our previous release, JayData 1.1.1 back in July. In the meantime we relentlessly worked on completing the vision of high level, abstract data management in JavaScript – on every device and in every tiers. ...
Read more
JayData providers, MongoDB, odata, promise, release notes
Author:
Peter Aron Zentai September 17th, 2012
This is a backgrounder on optimistic concurrency support. This feature is automatically applied, you don’t have to switch anything on to use it.
OData has support for detecting conflicting entity changes via the ETag HTTP header values. This feature can be ...
Read more
JayData examples, odata
Author:
Peter Aron Zentai September 17th, 2012
Supported in: JayData Community, JayData Pro, JayStorm
The JayData client environment is built up from Entity and EntityContext classes that describe metadata and also behavior. Until now such an environment could be generated from an OData metadata endpoint using JaySvcUtil.exe. While ...
Read more
entity framework, hybrid application, northwind, odata
Author:
Robert Bonay August 2nd, 2012
Rainer Wittmann published his HTML5 app tutorial: The Ferrari meets JayData, which queries SharePoint 2013 and 2010 services using the OData provider of JayData. You can find the live examples and the source code in his blogpost. Congrats Rainer!
Read more
html5, metro, odata, SharePoint