I’m writing an implementation of Webmachine[1] in Pharo and I’m at the point where I need to generate some resources. Webmachine does not care how you represent your resources, so I’m looking for a way to represent my resources in text/html (or application/xml+xhtml). In Ruby, I use ROAR[2] with Webmachine to represent my resources[3]. I really like how Seaside lets you programmatically construct HTML, but I’m not sure if I can just pull in the HTML generation and leave out the rest. Is this possible or do I have to recreate ROAR in Smalltalk (which isn’t a bad idea!)?
Thanks! /ls [1] http://smalltalkhub.com/#!/~statonjr/DLWebmachine [2] https://github.com/apotonick/roar [3] https://speakerdeck.com/statonjr/hypermedia-apis-with-webmachine-and-roar Larry Staton Jr. https://keybase.io/statonjr
signature.asc
Description: Message signed with OpenPGP using GPGMail
