OData meets TypeScript–with a little help from JayData
Read the full story here
Read the full story here
We are happy to announce our first complex user control: a data bound grid solution for knockoutjs developers. While the documentation is still on the way, let me share just a couple of photos and some of the feature highlights. Works ...
Singleton insert / POST to a collection Request details: Update an entity / MERGE Request details: Delete an entity / DELETE Request details:
Supported in: JayData Community, JayData Pro, JayStorm The JayData client environment is built up from Entity and EntityContext classes that describe metadata and also behavior. Until now such an environment could be generated from an OData metadata endpoint using JaySvcUtil.exe. While ...
I’ve posted my Using JayData in Titanium to access remote OData service tutorial, which explains the creation of an Appcelerator Titanium mobile app step-by-step. In case you are considering using JayData with Titanium, please return to the updated blogpost to resolve ...
In the last post, I went through the basics of creating a PhoneGap project for iOS, and now as promised, I will go through the basics of Objective-C programming, and JS debugging inside PhoneGap. Objective-C boot camp Assuming that you come from ...
UPDATE: this blogpost has been updated to use the latest version of JayData (1.1.1). The example project has been moved to a separate GitHub repo: https://github.com/jaydata/titanium-odata-client. Feel free to fork it and improve the app with your ideas. As we are ...
In the first part, I looked at why it makes sense to build hybrid applications, and addressed some of the pitfalls you need to avoid in order to keep your application responsive, and get the maximum out of the hardware. This ...
In the last few weeks, I have worked on the iOS version of a hybrid mobile application. It was an epub-based book reader we created for both Android and iOS, with support for rudimentary DRM and shoplike functions (ie. downloading ...
JayData seamlessly integrates into Sencha Touch 2 through the JayData Sencha module. You only have to modify the proxy on your Sencha data store to use the JayData proxy and define a queryable as the data source. Using remoteFilter, remoteSort ...