• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Deep ERRest knowledge? - I'm adding an ERXJSONPRestWriter
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Deep ERRest knowledge? - I'm adding an ERXJSONPRestWriter


  • Subject: Deep ERRest knowledge? - I'm adding an ERXJSONPRestWriter
  • From: Jesse Tayler <email@hidden>
  • Date: Fri, 13 Jul 2012 19:35:50 -0400

I'm adding an ERXJSONPRestWriter in Wonder, to support JSONP in ERRest

so, like getting any ERRest format request, you can now also get jsonp:

/ra/Person/306.jsonp

so far, so good

the spec. calls for an optional callback method name, requested on the URL

/ra/Person/306.jsonp?callback=parseResponse

or, it seems less commonly:

/ra/Person/306.jsonp?jsonp=parseResponse

The RestWriter didn't have access to the originating request, so I figured I'd send in the method name through the userInfo dictionary and I'd be able to pick that up in the writer?

So, I thought I'd write something like a ERXJSONPRestResponseWriter?

But that's not really what I should do? I can see I'm onto the wrong track here -

Does anyone know the internals of ERRest well enough to help guide me just a bit here?

I suspect if I can get my head around the design, I can check in this stuff in case anyone needs cross origin or jsonp support for whatever reason.

Thanks for any advice!



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Deep ERRest knowledge? - I'm adding an ERXJSONPRestWriter
      • From: Pascal Robert <email@hidden>
  • Prev by Date: Re: Migrating from EOF to Cayenne
  • Next by Date: Re: Migrating from EOF to ????
  • Previous by thread: Re: ERXJSFlyOver ??
  • Next by thread: Re: Deep ERRest knowledge? - I'm adding an ERXJSONPRestWriter
  • Index(es):
    • Date
    • Thread