Blog
Author:
Viktor Lazar September 5th, 2017
In the brand new version of odata-v4-server (0.2.0) OData standard Type Definitions and Enums are now supported. Type Definitions are type aliases which are mapping your custom type implementations to standard OData Edm types. The best use case currently are MongoDB ObjectIDs. ...
Read more
Author:
Viktor Lazar February 23rd, 2017
Last time, we created a little example server to demonstrate computed properties. Now, we will extend that example with basic authentication using the popular Passport module and using the example server as an express.js router middleware.
Include Passport
First, we need to ...
Read more
authentication, express.js, JayStackODatav4Server, odata, passport
Author:
Viktor Lazar February 9th, 2017
With the latest version of the JayStack OData V4 Server library, you can even more easily create computed properties on your entity models as before. If you are not yet familiar with the basic concepts of the odata-v4-server module, consider ...
Read more
computed properties, JayData, JayStackODatav4Server
Author:
Viktor Lazar November 28th, 2016
JayStack OData v4 Server tutorial
Introduction
In this tutorial, we will create an OData v4 service using JayStack OData v4 Server and will use a MongoDB database as data storage. We will use TypeScript here, but you can use ES6 too to ...
Read more
JayData, JayStackODatav4Server, MongoDB, tutorial
Author:
Robert Bonay November 22nd, 2016
There are numerous possibilities to configure JayData at global or provider level. Global settings can be accessed via $data.defaults. Here is a table with current defaults and possible values of settings in JayData 1.5.10.
Read more
Author:
Robert Bonay November 22nd, 2016
JaySvcUtil is a command line tool that downloads an OData service definition ($metadata) and creates a full featured JayData / JavaScript client environment by generating the necessary boilerplate code for you. All you need to do is to include the ...
Read more
Author:
Hajnalka Battancs October 14th, 2016
Follow this tutorial to create your first HTML5 five application with JayData as a convenient client library for an oData service. You will need Visual Studio 2010 or Visual Studio 11 to complete this walkthrough, all editions are supported. We ...
Read more
examples, html5, odata
Author:
Hajnalka Battancs October 13th, 2016
Hybrid mobile applications are all the rage nowadays. A hybrid application is essentially an app that is installed and run as a native application but uses HTML5 and Javascript to render its UI and perform part or all of its business ...
Read more
featured post, html5, hybrid app
Author:
Robert Bonay September 12th, 2016
Latest release
JayData 1.5.6
Highlighted features:
OData provider: support for inherited types
Publish your OData endpoint with enherited types using ASP.NET WebAPI 2 and consume it with JayData 1.5.6. You can read and write inherited types, use include() and map() operators, entity.getType() returns the ...
Read more
reference, release notes
Author:
Robert Bonay March 11th, 2016
There is no question: our goal is to build the the best OData v4 JavaScript tool, ever. There are a lot things to improve, but we release our next Community Technology Preview to show our latest results.
How to try the ...
Read more
odata, odatav4