[Seaside] Providing REST api

Philippe Marschall philippe.marschall at gmail.com
Mon Dec 27 22:08:11 UTC 2010


2010/12/27 Sebastian Sastre <sebastian at flowingconcept.com>:
> The best way is your way.
> You can just use the #initialRequest: that is going to be received by your
> app.

If you don't go on and use the component in infrastructure
(#renderContentOn:, …) this isn't really ideal. In the worst case you
create a session that isn't ever used again. If you don't need the
component infrastructure just using a RequestHandler or RequestFilter
is probably the better solution.

Cheers
Philippe


More information about the seaside mailing list