From what I''ve read (manual site, AWDWR), I don''t see the ability to easily re-use your ActionController methods in your ActionWebServices. The problem I''m finding is that the AWS methods require arguments in their definition whereas the ActionController methods get theirs from the post/get (params). I must be missing something obvious, no? If I''m not, then I can really see why ActiveResource/REST are more attractive... -- Ed Hickey Developer Litmus Media 816-533-0409 ehickey-A4HEbNdjHgMmlAP/+Wk3EA@public.gmane.org A Member of Think Partnership, Inc www.ThinkPartnership.com Amex ticker symbol: THK --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Ed Hickey wrote:> I must be missing something obvious, no? If I''m not, then I can really > see why ActiveResource/REST are more attractive...AWS and ARes aren''t the same thing: AWS (the "SOAP interface") is candidate for deprecation and ARes (the "REST interface") won''t be included in the Rails 1.2 core yet but is available from SVN. ARes is what integrates nicely with RESTful controllers and is probably you''re looking for. - Roderick -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 1/16/07, Roderick van Domburg <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > Ed Hickey wrote: > > I must be missing something obvious, no? If I''m not, then I can really > > see why ActiveResource/REST are more attractive... > > AWS and ARes aren''t the same thing: AWS (the "SOAP interface") is > candidate for deprecation and ARes (the "REST interface") won''t be > included in the Rails 1.2 core yet but is available from SVN.I know. I didn''t mean to make it sound like they were the same. I was saying that, in my experience with AWS, I am beginning to understand why an ARes/REST implementation would be a simpler route than AWS. ARes is what integrates nicely with RESTful controllers and is probably> you''re looking for.That''s what it''s looking like. It just seems odd that rails, with it''s emphasise on DRY would make you rewrite code in you AWS. Thanks, ed --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Ed Hickey wrote:> That''s what it''s looking like. It just seems odd that rails, with it''s > emphasise on DRY would make you rewrite code in you AWS.Indeed - I misread you original post. What can I say? I agree with you :-) and it''s good to see that Rails is evolving towards REST. Looking forward to the core inclusion of ARes. - Roderick -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---