[Glass] Getting started with REST

Philippe Marschall philippe.marschall at gmail.com
Fri Mar 21 01:08:54 PDT 2014


On Thu, Mar 20, 2014 at 4:19 PM, itlists at schrievkrom.de
<itlists at schrievkrom.de> wrote:
> Zinc_REST is a pretty stable stuff and I've found only two problems yet
> under Gemstone:
>
> * 10 MByte Socket problem - this is a limitation within Gemstone and the
> reading service method within Zinc should consider this ...
>
> * Zinc under Gemstone does not consider some GsSocket exceptions, which
> under some circumstances crashes the server ...
>
> Over all it does its work.
>
> Just some comments why I did not use Seaside-REST:
>
> I'm not considering using Seaside (application development) under
> Gemstone, because I do not want to put too much work on the database -
> considering the free version limitations.

Seaside-REST builds only on the request, response and request handler
classes on Seaside. It does not use any sessions, continuations or
similar (as nothing that has REST in the name should). Seaside-REST
will not put anything into the database besides the request handlers
and that only initially on set up. A normal request will not put
anything into the database.

Cheers
Philippe


More information about the Glass mailing list