Blogposts categorized with:
Author:
Viktor Lazar May 31st, 2012
An RSS provider is a very simple use case to demonstrate how to implement a new custom provider and how to use the refactored model binder class. An RSS provider is read-only and not filterable or orderable. Just a plain ...
Read more
JayData examples, JayData providers, model binder, rss
Author:
Peter Aron Zentai May 31st, 2012
It’s been a month since the new version of both OData protocol and it’s Microsoft implementation the WCF Data Service 5.0 have been released. I am pleased to announce that support for the new goodies found in OData 3.0 has ...
Read more
odata, release, WCF
Author:
Szabolcs Czinege May 31st, 2012
As of v1.0.4, JayData supports embedded queries on WebSQL/SQLite provider. This allows you to form more complex selections, still only using clean JSLQ syntax. As additional advantage, you can avoid the need to handle additional asynchrony in your code, as ...
Read more
JSLQ, SQLite, WebSQL
Author:
Robert Bonay May 31st, 2012
We are happy to see that more and more hybrid mobile developers recognize the importance of easy, cross-platform data management. Now PhoneGap developers can find JayData on PhoneGap.com.
Hopefully even more colleagues will retrieve and update local and cloud data with ...
Read more
hybrid app, hybrid application, PhoneGap
Author:
Viktor Lazar May 31st, 2012
With the JayData Knockout.js module you can achieve fully dynamic queries. A dynamic query is a really useful and easy-to-use tool for you to develop HTML5 applications in no time.
Imagine a code where you have to only write queries once ...
Read more
dynamic queries, JayData examples, knockout.js, northwind, odata
Author:
Peter Aron Zentai May 31st, 2012
We are in the process of creating the JayData provider developer walkthroughs until they are available this is the first of two posts that give you a little insider info – so that you can better understand the workings of ...
Read more
featured post, JavaScript, JSLQ
Author:
Hajnalka Battancs May 30th, 2012
If you do not wish to use a central datastore, just persist data on the client itself for your application, JayData will come to your aid with the built-in SQLite / WebSQL or IndexedDb provider.
JayData is a cross-platform, cross-provider, cross-layer ...
Read more
JSLQ, single page application, SQLite, WebSQL
Author:
Hajnalka Battancs May 30th, 2012
Database management on the client-side is not always enough for your needs and contains some security issues. But with the power of node.js, you can use the JavaScript Language Query (JSLQ) even on the server-side. You can combine the features of ...
Read more
examples, node.js
Author:
Robert Bonay May 30th, 2012
Node.js Northwind application example with JayData, Express and jQuery template engine. Download example
Content:
- Application overview
- Using JayData in MVC
- Northwind context definition and views
- Browser demonstration
http://www.youtube.com/watch?v=V9VDgYlFsX8
Read more
examples, JayData, mvc, node.js, northwind
Author:
Robert Bonay May 30th, 2012
Check out this example to see how easy to render a list of categories from the Northwind sample database published as an OData endpoint.
http://www.youtube.com/watch?v=uaVSGYFe0s0
Read more
examples, JayData, northwind