[Seaside] Re: Swazoo as reverse proxy?

Zulq Alam me at zulq.net
Sun Feb 10 11:38:38 UTC 2008


Lukas Renggli wrote:

> The idea is to have a special FileLibrary that provides its resources
> from a freely configurable file-system path, instead of using its
> methods. It will be slow and inefficient (like the FileLibrary already
> is), but it will make file serving easy. 

I find myself doing this whenever I have a large script or file:

MyFileLibrary>>scriptJs
   ^ (StandardFileStream fileNamed: 'script.js')
     contentsOfEntireFile

It makes no noticeable difference during development.

Do you mean something like this but better managed?

Regards,
Zulq.



More information about the seaside mailing list