New topic: 

how to use WE to build a web-service?

<http://forums.realsoftware.com/viewtopic.php?t=41308>

         Page 1 of 1
   [ 4 posts ]                 Previous topic | Next topic          Author  
Message        sonoffreedom          Post subject: how to use WE to build a 
web-service?Posted: Fri Nov 04, 2011 10:22 am                         
Joined: Fri Oct 14, 2011 3:08 pm
Posts: 72                how to use WE to build a web-service?

i want to know whether WE can implement this function?      
_________________
Love make love,Love IT
-------------------------
iMac 510 + Macbook air 234 + Macbook 466
Realstudio 2011R3
i am building a great web project - iOSZone,build by RS Web edition!  
                             Top                 BrunoFrechette          Post 
subject: Re: how to use WE to build a web-service?Posted: Fri Nov 04, 2011 
10:33 am                                 
Joined: Fri Jan 12, 2007 10:59 am
Posts: 74
Location: Victoriaville, QC, Canada                Funny, there was a great 
short article on this by Paul Lefebvre in the latest edition of the excellent 
RealStudio Developer!  

I don't want to shamelessly reproduce the article, but to get you started, look 
at App.SpecialhandleURL

Quote: This event allows your web application to handle specific URLs 
differently. These URL are ones that are within the path “/special”.

ps: I have no affiliation with RealStudio Developer, but it's a great tool for 
developers : http://www.rsdeveloper.com/      
_________________
Bruno Fréchette
PJJ Productions inc.
RealStudio Web & Desktop on OSX  
                             Top                 sonoffreedom          Post 
subject: Re: how to use WE to build a web-service?Posted: Fri Nov 04, 2011 
10:38 am                         
Joined: Fri Oct 14, 2011 3:08 pm
Posts: 72                BrunoFrechette wrote:Funny, there was a great short 
article on this by Paul Lefebvre in the latest edition of the excellent 
RealStudio Developer!  

I don't want to shamelessly reproduce the article, but to get you started, look 
at App.SpecialhandleURL

Quote: This event allows your web application to handle specific URLs 
differently. These URL are ones that are within the path “/special”.

ps: I have no affiliation with RealStudio Developer, but it's a great tool for 
developers : http://www.rsdeveloper.com/

sorry i don't know your means...      
_________________
Love make love,Love IT
-------------------------
iMac 510 + Macbook air 234 + Macbook 466
Realstudio 2011R3
i am building a great web project - iOSZone,build by RS Web edition!  
                             Top                 swort          Post subject: 
Re: how to use WE to build a web-service?Posted: Fri Nov 04, 2011 4:17 pm       
                  
Joined: Mon May 31, 2010 5:35 am
Posts: 1639
Location: Netherlands                sonoffreedom wrote:BrunoFrechette 
wrote:Funny, there was a great short article on this by Paul Lefebvre in the 
latest edition of the excellent RealStudio Developer!  

I don't want to shamelessly reproduce the article, but to get you started, look 
at App.SpecialhandleURL

Quote: This event allows your web application to handle specific URLs 
differently. These URL are ones that are within the path “/special”.

ps: I have no affiliation with RealStudio Developer, but it's a great tool for 
developers : http://www.rsdeveloper.com/

sorry i don't know your means...

You have to do some code inside the "App.HandleSpecialURL" event.
Here is some info: 
http://docs.realsoftware.com/index.php/WebApplication.HandleSpecialURL

The "Request" Parameter which you get from the Event, is the complete request 
that the client makes to your server.
You can manipulate it in many ways, and show custom HTML, JSON, XML or whatever 
you like.

I use it many times and it works...      
_________________
SWORT™
- Windows Vista, Windows XP, Linux Ubuntu 10.04 LTS and iMac OSX 27"
- REAL Studio Enterprise(latest) and WEB Edition(latest)
- Plugins (almost all)
For Dutch User Groups ask me to enter!
"Build what the people needs, don't build what you think should be build" - The 
Creator  
                             Top            Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 4 posts ]      
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

[email protected]

Reply via email to