[Seaside] Processing http GET requests

Brian Brown rbb at techgame.net
Wed May 25 15:35:05 CEST 2005


Yes, you subclass WAEntryPoint... check this out:

http://www.techgame.net/projects/Seaside/wiki/CustomRequestHandler

When you override #handleRequest: you will have the ability to parse the
request and do what you want with it.

Brian


>    Another thing I stumbled over recently -- is it possible to get
> Seaside to process arbitrary GET requests? Say I continuously get data
> updates by means of http-requests, so I would like Seaside to somehow
> hand me requests like
>
> 	http://blabla.bla.org/seaside/myapp?param1=foo&param2=bar
>
>    so I can look at the parameters and do something useful, like
> updating my internal data model. Note that the application sending the
> requests is usually rather dumb, so doing a complicated Seaside session
> dance is out of the question -- I get requests like the above and
> that's it.
>
>    I haven't found anything in this general direction in the Seaside
> docs, is this possible at all?
>
> 	mjl
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside
>




More information about the Seaside mailing list