Hi Sean,

I'm just about to write a dynamic generalized façade to my service layer for
RESTful access, so when you said
> This is why I have always written remote facades by hand
It piqued my curiosity as to whether there were reasons you chose to write
by hand. However, it looks like you did write (and attach) a generalized
solution which I'll check out and if I have any questions I'll ping you
offline as this is OT.

FWIW I think the confusion came from me reading "written remote facades by
hand" to mean you wrote a custom remote façade for each cfc or project
whereas I'm guessing you were distinguishing writing your own generalized
solution from just using the remote bean proxy in CS out of the box.

Thanks for the link!

Best Wishes,
Peter
 


On 4/20/07 9:06 PM, "Sean Corfield" <[EMAIL PROTECTED]> wrote:

> On 4/20/07, Peter Bell <[EMAIL PROTECTED]> wrote:
>> So would you share with us an example of the kind of requirements you have
>> in terms of the RESTful URIs and what elements of the interface don't lend
>> themselves to dynamic programming or generation?
> 
> I'm not sure what you're asking nor what relevance it has to my comment...?
> 
> You can't just POST a payload to a CFC (note: payload, not form
> fields). Hence my REST adapter:
> http://corfield.org/articles/endpoint.zip




Reply via email to