Blog
Author:
Robert Bonay June 26th, 2013
This tutorial will introduce the OData capabilities of the JayData library and gives you all the necessary information to succeed with your OData service via JavaScript. After going through the concept, we will implement a Northwind product editor – full ...
Read more
odata, online-offline, online-offline sync, sync
Author:
Robert Bonay June 16th, 2013
This document supposed to explain all the capabilities of JayData related to event handlers. All the statements are valid in the entire JayData ecosystam (JayData library, JayData Server, JayData Server Pro).
JayData provides a rich set of tools to build application ...
Read more
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:
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:
Peter Aron Zentai May 28th, 2013
One year of existence
In the past year JayData has gone through a lot of improvements – in a huge part driven by you – dear visitor. For example, the added support for some key OData 3.0 features like GEO data ...
Read more
Author:
Gábor Dolla May 22nd, 2013
JayData has been supporting blobs for some time but so far binary data was converted to base64 strings. From 1.3 we improved blob handling and now blob is a binary stream. The new internal converter subsystem allows easy conversion from ...
Read more
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:
Gábor Dolla April 30th, 2013
This feature is only available in JayData Pro version and works with local providers only.
You can download JayData Pro 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, SQLite, WebSQL
Author:
Peter Aron Zentai April 18th, 2013
Querying is one of the most important aspects of a good data management library. JayData was always very strong at this with using natural JavaScript expressions as vehicles to transfer the developer intention into storage specific things.
Good old JSLQ
So to ...
Read more
html5, JSLQ