Author:
Hajnalka Battancs February 11th, 2013
JayData is a cross-platform, cross-provider, cross-layer Javascript data access library designed to streamline your data operations in mobile applications, web applications and in nodeJS serverside code.
And this is how you can get it to work:
First, include the jaydata.js library file.
Or...
Then, ...
Read more
Author:
Peter Aron Zentai December 28th, 2012
The JayData Handlebars module adds a number of Handlebars helpers that you can use in your templates to display and work with data. Read this post for the details on how to use Handlebars templates in JayData.
The {{renderEntity}} helper
This helper ...
Read more
Author:
Peter Aron Zentai December 10th, 2012
ASP.NET Web API vs OData
With the 1.2.6 release, JayData provides an ASP.NET Web API specific data provider to let you connect not only to OData enabled endpoints but simple ASP.NET Web API backed REST services too. Out of the box ...
Read more
ASP.NET
Author:
Peter Aron Zentai December 9th, 2012
This post is a part of the series “How to use ASP.NET Web API with JayData”. The content below should be trivial for most experienced MVC 4 and EntityFramework developers and as such it’s meant to be a jumpstart for ...
Read more
ASP.NET
Author:
Peter Aron Zentai November 27th, 2012
We have a new adapter module that supports closer integration with the Handlebar template engine. With this you can have your online or offline data converted to HTML in a matter of seconds. Beyond simple HTML rendering the Handlebars module ...
Read more
Author:
Gábor Dolla November 21st, 2012
Starting from JayData version 1.2.4 you can use JayData on windows as producer (server) and consumer (client) with nodejs.
In this blogpost we already documented how to use JayData as an oData server with mongoDB, the procedure on windows is the ...
Read more
node.js
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:
Peter Aron Zentai October 30th, 2012
Read the full story here
Read more
html5, hybrid application, jaysvcutil, TypeScript
Author:
Peter Aron Zentai October 28th, 2012
This document is a part of a series detailing the creation of an offline/online data application client. In this post we show how to create an online data endpoint with Entity Framework and Visual Studio 2012 that can be used ...
Read more
entity framework
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