Blog
Author:
Robert Bonay April 10th, 2013
JayData Server is here for you if you want to set up your own OData endpoint in node.js environment with MongoDB or SQLite support. Why wouldn’t you extend your JayData skillset to the server-side?
JayData Server can be accessed using JayData ...
Read more
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:
Robert Bonay March 28th, 2013
Kendo UI and JayData integration has been presented at the official Kendo UI blog to demonstrate the unified data management syntax for OData, ASP.NET WebAPI, WebSQL and IndexedDB datasources in Kendo UI environment. Read our guest post - Introducing JayData ...
Read more
Kendo UI
Author:
Peter Aron Zentai March 22nd, 2013
JayData is a unified data access layer for JavaScript developers.
JayData provides a common coding experience over a number of different data APIs like WebSQL, IndexedDB or OData. With a single API to master you can spare a lot of time ...
Read more
Author:
Gábor Dolla March 14th, 2013
This feature is only available in the Pro version of WebSQL/SQLite and IndexedDb providers.
You can download your Pro provider from jaystack.com after a simple registration. For commercial usage you can either evaluate it for 30 days for free or you ...
Read more
Indexed DB, JayData Pro, JayData providers, pro provider, WebSQL
Author:
Peter Aron Zentai March 6th, 2013
Define a database on the device, create its schema, write an item and query data back. This should be as simple a thing as adding two numbers together.
With JayData
With JayData this is almost the case, it is 3 lines.
Without JayData
Without ...
Read more
Author:
Gábor Dolla February 28th, 2013
This feature is only available in the Pro version of WebSQL and IndexedDb provider.
You can download your Pro provider from jaystack.com after a simple registration. For commercial usage you can either evaluate it for 30 days for free or you ...
Read more
Indexed DB, JayData Pro, JayData providers, MongoDB, pro provider, WebSQL
Author:
Peter Aron Zentai February 22nd, 2013
This post is a part of a series, find more here:
Part 1: How to sync from offline to online
Part 1b: How to create an OData endpoint with Visual Studio
I have recently created a sample app that synchronizes tables ...
Read more
online-offline sync
Author:
Robert Bonay February 21st, 2013
Do you want to reduce or simplify your code by adding default values to your objects? Since JayData 1.2.7 you can do it both with $data.define() and $data.Entity.extend().
Setting default values with $data.define()
Setting default values with $data.Entity.extend()
Avoiding default values
In case you ...
Read more
default values, html5, JSLQ, type system
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