Special

Introducing the “Welcome to Xojo” Bundle!

New to Xojo and looking for guidance? We've put together a terrific bundle to welcome you! Xojo Bundle

This bundle includes six back issues of the magazine -- all of year 21 in printed book and digital formats -- plus a one-year subscription (beginning with 22.1) so you'll be learning all about Xojo for the next year. It's the perfect way to get started programming with Xojo. And you save as much as $35 over the non-bundle price!

This offer is only available for a limited time as supplies are limited, so hurry today and order this special bundle before the offer goes away!

Article Preview


Buy Now

Issue 10.1 ('Reporting')
Instant purchase and download via GumRoad!

COLUMN

Easy Web Services

Creating a Web API

Issue: 10.1 (November/December 2011)
Author Bio: Paul Lefebvre has been using Real Studio for 9 years. His company, LogicalVue Software, specializes in creating database applications using Real Studio. Paul also runs the RBDevZone community site and is a founding member of the Association of REALbasic Professionals.
Article Description: No description available.
Article Length (in bytes): 6,585
Starting Page Number: 81
Article Number: 10012
Resource File(s):

Download Icon 10012.zip Updated: 2011-11-01 12:14:20

Related Web Link(s):

http://127.0.0.1
http://127.0.0.1
http://127.0.0.1
http://en.wikipedia.org/wiki/Representational_state_transfer
http://www.twilio.com

Excerpt of article text...

In issue 9.4, I commented that it would be really useful if Real Studio Web Edition could return simple data back to the client without embedding its JavaScript framework. It turns out this capability was added in Real Studio 2011 Release 2 with the App.HandleSpecialURL event.

App.SpecialHandleURL

This event allows your web application to handle specific URLs differently. These URL are ones that are within the path "/special". For example, when running locally, URLs that look like this would be handled by SpecialHandleURL:

http://127.0.0.1:8080/special/123

...End of Excerpt. Please purchase the magazine to read the full article.