Contents tagged with: odata
Author:
Robert Bonay July 27th, 2012
I’ve posted my Using JayData in Titanium to access remote OData service tutorial, which explains the creation of an Appcelerator Titanium mobile app step-by-step.
In case you are considering using JayData with Titanium, please return to the updated blogpost to resolve ...
Read more
examples, hybrid application, JayData examples, odata, titanium
Author:
Robert Bonay July 17th, 2012
The Netflix browser example app using OData became some kind of standard in this blog for JayData examples to present the benefits developing HTML5 applications. We are glad to share Rainer Wittmann’s great blogpost about how to use the OData ...
Read more
html5, JayData examples, metro, netflix, odata, win8, Windows 8
Author:
Robert Bonay July 12th, 2012
UPDATE: this blogpost has been updated to use the latest version of JayData (1.1.1). The example project has been moved to a separate GitHub repo: https://github.com/jaydata/titanium-odata-client. Feel free to fork it and improve the app with your ideas.
As we are ...
Read more
appcelerator, hybrid application, JayData examples, netflix, odata, titanium, tutorial
Author:
Robert Bonay June 20th, 2012
Functions with IQueryable return value were supported in previous JayData versions, JayData 1.1.0 supports the following return values:
Return value
further querying
primitives (int, string)
no
object known by the context
no
IQueryable<primitiveType>
no
IQueryable<knownType>
yes
ICollection<primitiveType>
no
ICollection<knownType>
no
Accessing service methods defined with WebGet attributes are supported, but methods implemented with WebInvoke aren’t.
Server-side ...
Read more
JayData examples, odata, WCF
Author:
Robert Bonay June 18th, 2012
Example to use some()
Example to use every()
Note: this feature is limited to OData provider.
Read more
odata
Author:
Viktor Lazar June 7th, 2012
JayData seamlessly integrates into Sencha Touch 2 through the JayData Sencha module. You only have to modify the proxy on your Sencha data store to use the JayData proxy and define a queryable as the data source. Using remoteFilter, remoteSort ...
Read more
html5, hybrid app, hybrid application, netflix, odata
Author:
Peter Aron Zentai May 31st, 2012
It’s been a month since the new version of both OData protocol and it’s Microsoft implementation the WCF Data Service 5.0 have been released. I am pleased to announce that support for the new goodies found in OData 3.0 has ...
Read more
odata, release, WCF
Author:
Viktor Lazar May 31st, 2012
With the JayData Knockout.js module you can achieve fully dynamic queries. A dynamic query is a really useful and easy-to-use tool for you to develop HTML5 applications in no time.
Imagine a code where you have to only write queries once ...
Read more
dynamic queries, JayData examples, knockout.js, northwind, odata
Author:
Robert Bonay May 30th, 2012
JayData provides a convenient way to access an oData service.
http://www.youtube.com/watch?v=PeCdvwgeWdo
Read more
demo, html5, JavaScript, JayData, odata
Author:
Robert Bonay May 30th, 2012
Basic tutorial on how to filter/query data with JayData using filter predicates.
http://www.youtube.com/watch?v=CzViB8OJi9M
Read more
Ajax, demo, html5, JayData, mobileapps, odata