Blogposts categorized with: JayData examples
Author:
Robert Bonay June 12th, 2013
JayData supports relationships since the first version, but it worths a short post to cover this feature.
If your application does more than saving and retrieving key-value pairs for configuration, you might arrive to a point when you want to manage ...
Read more
navigation properties, relationship
Author:
Gábor Dolla February 13th, 2013
Kendo UI is a great framework for web and mobile application development. It’s built upon jQuery, it has many nice widgets, clean structures, a great cloud based development environment (Icenium), great user support. It costs some money so it better ...
Read more
JayData examples, Kendo UI
Author:
Peter Aron Zentai November 4th, 2012
The JayData ItemStore API is an ideal data library for most client data solutions, where information has to be stored on the client on a durable manner. For example persisting the cart in an E-Shop or recording unsaved form data ...
Read more
html5, ItemStore Api, JayData examples, JayData providers
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
As of version 1.2 JayData provides EntityContext and EntitySet scoped events regarding operations happening inside the environment. This way you can be notified about any data change the user is about to submit (or has submitted) and these events also ...
Read more
EntityContext, events, JayData examples, Notification
Author:
Peter Aron Zentai September 18th, 2012
We are happy to announce our first complex user control: a data bound grid solution for knockoutjs developers. While the documentation is still on the way, let me share just a couple of photos and some of the feature highlights.
Works ...
Read more
html5, hybrid application, Indexed DB, JayData examples, jayGrid, knockout.js, metadata
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
Singleton insert / POST to a collection
Request details:
Update an entity / MERGE
Request details:
Delete an entity / DELETE
Request details:
Read more
CRUD, hybrid application, JayData examples
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