Search results
Cross-domain communications with JSONP, Part 1: Combine ... - IBM
Search result description:Feb 24, 2009 ... In the previous example, you used a static file (ticker.js) to dynamically insert
JavaScript into a Web page. Although it returns a JSONP reply, ...
JAX-RS and JSONP - IBM
Search result description:Mar 7, 2011 ... The problem is that it needs to support JSONP and I've had trouble to find
examples on IBM Help Center. Can anyone point me in the right ...
Maqetta GridX Configuration Wizard (Maqetta: Visual Authoring of ...
Search result description:Jun 28, 2012 ... JSON with Padding (JSONP) is used to allow access to cross-domain resources.
Two sample services are provided by Maqetta to make it easy ...
Cross-domain communications with JSONP, Part 2: Building ... - IBM
Search result description:Mar 3, 2009 ... In the previous article of this series, we introduced JSONP (JSON with ... A more
involved example of a YQL query to retrieve vegetarian ...
An introduction to Ajax - IBM
Search result description:Jun 14, 2011 ... Listing 5 provides a simple JSONP example. As you can see, it avoids XHR
entirely and simply appends a script with a callback argument.
What I need to make NON-JSONP Ajax request using javascript - IBM
Search result description:Feb 13, 2011 ... I would like to know How to make NON-JSONP Ajax request using javascript to
my own server? and if it possible ... Please give example.
Integrating a business process application in IBM Business Process ...
Search result description:Listing 5 shows the code for two methods in the sample Java application that use
the getter methods on the JSON object to read the data returned from the IBM ...
Create REST applications with the Slim micro-framework - IBM
Search result description:Dec 11, 2012 ... The new object is then exported to an array and returned to the client as a JSON
packet. Figure 5 displays an example POST request and ...
Improve cross-domain communication with client-side solutions - IBM
Search result description:Jun 28, 2011 ... For example, JSONP exploits the fact that web pages can dynamically load
scripts from any source. However, JSONP has two main restrictions: ...
Using the REST APIs in IBM Business Process Manager V7.5
Search result description:Aug 31, 2011 ... A client can specify the requested media type for the response by using the
Accept HTTP header. For example: "Accept: application/json" ...
Use Apache Wink with the Jackson JSON processor - IBM
Search result description:Apr 20, 2010 ... JSON.org and Jettison, the default providers for JSON synchronization, have
some problems. For example, their array representation and ...
Getting started with Backbone - IBM
Search result description:Dec 13, 2011 ... Listing 2 shows an example of a Backbone router. .... state (characterized by the
hash map of attributes) to the server through REST JSON APIs.
Enabling JSONP on BPM 7.5.1 - IBM
Search result description:Dec 21, 2011 ... For example: GET /rest/bpm/wle/v1/task/...?accept=application/x-
javascript&callback=mycallback. Does someone know how to enable JSONP?
developerWorks : WebSphere : WebSphere Application Server : JAX ...
Search result description:Mar 7, 2011 ... The problem is that it needs to support JSONP and I've had trouble to find
examples on IBM Help Center. Can anyone point me in the right ...
Mastering Ajax, Part 10: Using JSON for data transfer - IBM
Search result description:Mar 27, 2007 ... The string looks a little odd (you'll see some examples in just a moment), but it's
easily interpreted by JavaScript, and JSON allows you to ...