datajs is a cross-browser JavaScript library that enables data-centric web applications by leveraging modern protocols such as JSON and OData and HTML5-enabled browser features. It's designed to be small, fast and easy to use.
0
votes
0answers
23 views
How call WebAPi in phonegap?
I am calling Web API by using Datajs and it is working in each browser but when i am calling this by Phonegap then i am getting error
Http Request failed.
function DefaultHandler() {
var ...
1
vote
1answer
75 views
OData Web API not supporting Chrome and Firefox
i have created a Web API with oData and calling by datajs so it is running fine for IE but not in other browsers.
The code is as below
my Controller class is
public class CompanyController: ...
0
votes
1answer
31 views
breeze handling of browser folder cache of json
I'm using breeze with datajs to fetch odata json results.
breeze.config.initializeAdapterInstances({ dataService: "OData" });
I want to ensure the returned json results are resident only in client ...
0
votes
0answers
55 views
Consuming Stackoverflow's OData
I've tried consuming OData using datajs . I've tried the snippet given on datajs documentation. Modified it a bit to consume stackoverflow OData.
Here's the snippet :
function fetchData(){
...
0
votes
1answer
31 views
DataJS Rendering Date as /Date(1363708765000)/
I am accessing the SharePoint 2010 List WCF data service via DataJS and getting back date fields as /Date(1363708765000)/ does anyone have any idea how I can process this to display a proper date?
...
0
votes
1answer
214 views
Add Multiple Items Such as an Array to Existing Kendo UI DataSource
I've been working on this for a few hours and cannot manage to find a way to get it to work properly. I'm looking for the proper way to add the contents of an array to an existing Kendo UI DataSource. ...
0
votes
1answer
67 views
DataJS library not loading in RequireJS
I am new to RequireJS, so this might be a stupid question!
I am using require-jquery.
I want to load the DataJS library as a module. It is a standalone library and does not depend on jQuery.
This ...
1
vote
2answers
260 views
Using JayData to filter Header Detail Table - Inner Join SQL, oData
Hello Am kinda new and using JayData and oData so please forgive my ignorance.
This is my object structure :
$data.Entity.extend('PlannerModel.vMasterPlanner', {
'Sequence_Number': { ...
0
votes
1answer
615 views
Asp.Net WebApi OData with DataJs throws an error
I just created a really simple ASP.Net WebApi project. I used NuGet to download the latest OData in WebAPI – RC release. I also download DataJs and Knockout via NuGet. All my dependencies are up to ...
0
votes
1answer
138 views
Datajs OData.read function not firing through PhoneGap
I'm trying to package up a mobile web application into an iOS app using PhoneGap and JQuery Mobile. The application uses Datajs to make OData requests to another site. I've set External Hosts to '*' ...
1
vote
1answer
115 views
Does the WCF Data Services Toolkit support CORS out of the box?
I'm trying to find a decent solution for cross-domain connections between WCF Data Services and datajs. JSONP works great for GET requests, but I can't POST anything. Does the WCF Data Services ...
0
votes
0answers
185 views
Error in odata.request method with “PUT” option
I want to perform update operation on my odata service data.
I have read many things about browser support for put and delete with ajax call.But in my code I can perform method:"DELETE" ...
0
votes
0answers
96 views
No Auth Header with DataJS Request
I am making calls to a WCF service using dataJS.
As shown in the code below, I pass through Username and Password, but when debugging or monitoring the request on Fiddler, I see no authorization ...
1
vote
1answer
357 views
Parsing OData metadata in JavaScript
Following the example provided here:
http://datajs.codeplex.com/wikipage?title=Metadata%20Generation%20Sample&referringTitle=Documentation
I retrieve metadata in the form:
...
1
vote
1answer
80 views
Downloading a document from a WCF Service to a web page
I am new to web development and I am looking for some advice on the best solution for this scenario.
I have a WCF service, and a page written using HTML5, javascript (knockout j's and dataJs)
I ...
0
votes
1answer
598 views
Unable to get value of the property 'parse': object is null or undefined
I'm trying to make a connection and download anything using oData format. The URL pointing to a service that I'm using returns a nice oData-ishly looking document. Now, I'd like to read in those ...
0
votes
1answer
105 views
No callback executed on `read` and an error received (exception thrown and not caught)
In CRM Dynamics I'm executing the following code. I've tried to put it inside a try-catch statement to catch the allegedly uncaught exception but it makes no difference. I'm guessing that it occurs ...
0
votes
1answer
171 views
How do I use an external Javascript library in CRM Dynamics?
I'll be doing some REST-ing and oData-ing so I got the executable from DataJS project. I've added the file datajs-1.0.3.min.js as a web resource and my own qwerty.js as another one. So, I've ended up ...
0
votes
0answers
251 views
WCF data services custom basic authentication
I have an WCF Data Service in .NET and I am consuming this service with datajs in Phonegap. I am trying to implement authentication as decribed here: http://goo.gl/0xQvC, and sending credentials with ...
0
votes
1answer
57 views
Can datajs read non-odata services
I have a wcf service hosted in sharepoint that retunrs a list of objects. Its a not a wcf data service, just a 'regular' wcf data service.
Can data js read dta from a 'regular' wcf data service?
0
votes
1answer
316 views
Get data from OData with datajs and save to sqlite in phonegap
I am developing an app in phonegap which get data from OData with datajs and save it to sqlite. datajs works fine, but when I try to save data to sqlite I get the error " E/Web Console(11533): ...
2
votes
1answer
172 views
How to do synchronous OData requests using datajs?
I have a list of URIs and while iterating over that list I send OData GET requests via OData.read().
My problem is that those calls are asynchronous and I want them to be synchronous.
Is there any ...
0
votes
1answer
371 views
odata datajs CRUD operation fails in IE (OData)
I have this code below, which adds a new "Activity" in my "activity" table/entity thru WCF Data Services. Now all is fine and dandy when I run this in Chrome and Firefox, but in IE10 it responds with ...
0
votes
2answers
772 views
Are Data.JS / NowJS / NodeJS production ready technologies?
I want to know which risks I expose to if I start developing web applications using frameworks built around NodeJS? Are they production ready?
Do you have any experiences to share regarding ...
2
votes
1answer
945 views
How to pass authentication header to OData Service
I am following authentication method described at http://blogs.msdn.com/b/astoriateam/archive/2010/07/21/odata-and-authentication-part-6-custom-basic-authentication.aspx
I am able to consume service ...
0
votes
1answer
377 views
Odata.read does not work in FF/Chrome (works in IE)
I wrote a small html/js as shown below:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html ...
0
votes
1answer
412 views
odata datajs batch paging
In the example below how/where do I specify $skip and $top parameters?
OData.request( {
requestUri: "http://ODataServer/FavoriteMovies.svc/$batch",
method: "POST",
data: { ...
6
votes
4answers
717 views
dynamic queries for oData endpoint in javascript
Ok, the title is a bit of a mouthful, but it states what I'm looking for. I have an oData endpoint, and I'm interested in seeing if there are any projects out there (preferably open source, maybe ...