Jason Agujo wrote:
> im trying to learn how to handle http
> here is the scenario:
> 
> www.mysite.com performs an HTTParty.post to www.2ndsite.com
> www.2ndsite.com processes the data
> www.2ndsite.com will post back to www.mysite.com the resulting data
> 
> here are the questions that i have:
> is there any difference in the way to handle the incoming data? (im
> used mainly to internal object to object communication, so my worry is
> iba yung way of handling the data)
> can you guys suggest literature to read on how to learn on about this
> issue.

This is why man invented web services. Rails does a fine job of 
providing REST web services. You should start there. Also look at web 
services provides by some of the more popular web applications such as 
Basecamp, Lighthouse, PivotalTracker, etc.

http://developer.37signals.com/basecamp/
http://www.pivotaltracker.com/help/api
http://help.lighthouseapp.com/faqs/api
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to