Blog
Author:
Viktor Lazar April 30th, 2012
Planets is an app prototype, demonstrating HTML5 – CSS3 - JavaScript features and using the JayData JavaScript Language Query (JSLQ) framework to store the application data in the browser’s local database.
The right tools for your needs
Choosing the right tools is ...
Read more
CSS3, html5, JayData examples, JSLQ, WebSQL
Author:
Viktor Lazar April 30th, 2012
CRUD (Create-Read-Update-Delete) applications are common on the web. Because of that, it helps a lot if you have a good database management framework in your hands. JayData is the best if you want to develop a client-side web application and ...
Read more
CRUD, html5, JayData examples, odata
Author:
Peter Aron Zentai April 29th, 2012
Update: we've created JaySvcUtil for node, which is our recommended tool to generate JavaScript data model from OData v4 endpoints. Read this article below only if you would like to generate data model from OData v2/v3 endpoints.
JaySvcUtil.exe is a command line ...
Read more
html5, odata, WCF
Author:
Daniel Jozsef April 27th, 2012
Why SQL is no longer enough
With the growing prominence of cloud storage and computing, we have seen a rise in the number of standard or vendor-specific languages and protocols for on-line data querying. In the world of today's computing, maybe ...
Read more
facebook, html5, node.js, odata, YQL
Author:
Hajnalka Battancs April 26th, 2012
How can I get the current user's public personal data through FQL api?
How can I get the current user's friends list?
How to create a full cycle Facebook application with cloudbased data backend?
Facebook provider examples here: http://jaydata.org/examples?tags=facebook
Read more
facebook, FQL, JayData examples, JayData providers, provider
Author:
Hajnalka Battancs April 25th, 2012
Our form validator extensions will allow you to apply the constraints defined on the model to validate forms through jQuery validators.
Example: http://jaydata.org/examples/General/FormValidation
Read more
html5, JayData examples, jQuery, validation
Author:
Hajnalka Battancs April 23rd, 2012
With the Yahoo Query Language (YQL) you can query the content of the world wide web. News and RSS feeds, pure HTML content and Geo data, almost everything is queryable through the YQL provider. Here you can find some samples ...
Read more
examples, JayData examples, JayData providers, provider, YQL
Author:
Robert Bonay April 18th, 2012
We were talking about Expressions and ExpressionsVisitors earlier. ExpressionVisitors are a robust and encapsulated way to define expression tree processing logic created as a new JavaScript class, ready to be used by other parts of the system or to be ...
Read more
Author:
jorsolya April 17th, 2012
The JayData JavaScript Language Query API makes heavy use of language expressions as the means of intercepting storage agnostic developer intention and translating it to storage specific query actions. During the long journey while this JavaScript Language Query expression
gets converted ...
Read more
html5
Author:
Daniel Jozsef April 15th, 2012
I wrote this guide for JavaScript developers who are new to serverside coding. As clients have gotten smarter and smarter, especially with the extensions heralded by HTML5, we have finally reached the level where one can code an immersive, complex ...
Read more
html5, JayData examples, odata, serverside, WCF