[Seaside-dev] non-HTML from Seaside 3.0 on Pharo 1.0 beta

Robert Shiplett grshiplett2 at yahoo.com
Wed Sep 9 15:54:31 UTC 2009


Yesterday I used a 3.0 install on the Pharo 1.0 beta to generate non-HTML (in my case that is Curl markup )
I would not say that is any easier that before Camp Smalltalk ( I started from scratch - it still took me hours to track down everything )
Anyone trying this must remember both gotchas:
WASystemConfiguration clearAllDescriptions.

WARenderer resetDefault.

But since WARenderer is an HTML subclass which always resets the default renderer class to itself, that >>default method had to change.
Now the main nuisance is that methods >>textHtml or >>textPlain are in many critical places instead of a default rendering type ... and of course many key methods for error and redirect still output raw HTML ...
Now to see what headaches appear as Pharo and Seaside evolve - given the wide-spread changes still required to accommodate a default rendering MIME type other than plain text or html.
Curl and Gemstone are such a natural match that the game still looks to be worth the candles.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside-dev/attachments/20090909/986e513a/attachment.htm


More information about the seaside-dev mailing list