Author:
Daniel Jozsef June 25th, 2012
In the last few weeks, I have worked on the iOS version of a hybrid mobile application. It was an epub-based book reader we created for both Android and iOS, with support for rudimentary DRM and shoplike functions (ie. downloading ...
Read more
html5, hybrid app, hybrid application, ios, PhoneGap
Author:
Janos Roden June 21st, 2012
In this example you can learn how to use a custom Ruby on Rails data source with JayData, without the need to write an own provider. You can download this Rails and JayData projects and setup your local development environment.
Ruby ...
Read more
examples, RoR, YQL
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 June 6th, 2012
We are pleased to announce that we are releasing version 1.0.5 – the newest of our biweekly releases. It has new features and bug fixes, here are the highlights. You can get JayData 1.0.5 from http://jaydata.org/download or from http://jaydata.codeplex.com/releases/view/89056
New features
Sencha ...
Read more
release
Author:
Peter Aron Zentai June 6th, 2012
Quicksteps to create a web sql database with pure JavaScript (with exactly ZERO sql statements)
1. Get JayData and jQuery and include in an html page. Whatever is the editor of your choice it’ll work (the beauty of the client side).
2. ...
Read more
JayData examples, JSLQ, SQLite, WebSQL
Author:
Janos Roden June 1st, 2012
The documentation has two main requirements:
It has to work with the Visual Studio IntelliSense while developing JayData
The build process must be able to generate a HTML output
VS11 supports the classic /// code comment in JavaScript, but there is ...
Read more
documentation