Search Type: Posts; User: debraph
Search: Search took 0.01 seconds.
-
23 Nov 2011 3:32 AM
Jump to post Thread: REST Web service - JSON type by debraph
- Replies
- 1
- Views
- 708
... Excuse me I forgot adding the MIME type in my .htaccess file.
When I put AddType application/json json I receive the following error :
And when I put AddType application/javascript json I... -
23 Nov 2011 2:34 AM
Jump to post Thread: REST Web service - JSON type by debraph
- Replies
- 1
- Views
- 708
Hello,
I made a small application that consume the Twitter REST API to print the last #hello tweets.
Here is my store code :
Ext.regStore('TweetsStore', {
model: 'Tweet',
proxy: {
... -
22 Nov 2011 7:39 AM
- Replies
- 4
- Views
- 1,130
Ok I understand,
For now I have try my service with the chrome app "Client Rest Simple", and it works.
I can put my URL, the headers Accept: application/json, and I get a valid JSON.
So in my... -
21 Nov 2011 11:02 PM
- Replies
- 4
- Views
- 1,130
So you think the problem is the the web service does not respond a json message?
Is my store correct? -
21 Nov 2011 2:50 AM
- Replies
- 4
- Views
- 1,130
hello,
I try to do a simple MVC application with remote resources, contained in a JSON file.
I have :
My model :
Ext.regModel("Alert", { fields: [
{name: "Id", type: "int"}, -
17 Nov 2011 12:27 PM
- Replies
- 2
- Views
- 858
Thank you for your answer
-
17 Nov 2011 12:42 AM
- Replies
- 2
- Views
- 858
hello,
I just want to know why with the offline example (http://www.sencha.com/learn/taking-sencha-touch-apps-offline/) we can access to a remote web service directly in the JS, without any PHP or...
Results 1 to 7 of 7
