Sven Van Caekenberghe-2 wrote > Are there any tests ? Examples ? There is a test package, but it is not part of the metacello config. You can see it, if you add the repositiory and load the project from there. There are no large examples so far, only the REST like book app on the smalltalkhub wiki.
Sven Van Caekenberghe-2 wrote > How do you load your dependencies, like NeoJSON or STON ? I consider them as optional dependencies therefore they are not loaded. If someone wants to use them they will need to load them from the config browser. From the code I don't refer to them directly but with the "Smalltalk at: #NeoJSON" expression, so the projects loads and works without them, if they are not used. Probably I will add some metacello stuff later to make it easier to load them. Sven Van Caekenberghe-2 wrote > If you need anything from Zn that is not yet provided, please ask. I would > be happy to help. It is impressive that you did all this without any > direct questions ! > > Cool name too ! > > Sven > > PS: Most people don't seem to know, but you can load a #stable version in > one expression: > > Gofer it > smalltalkhubUser: 'zeroflag' project: 'Teapot'; > configuration; > loadStable. > > It is just more elegant I think. There are some variants of this API as > well, check the Gofer class. Thanks, that's better. -- View this message in context: http://forum.world.st/ANN-Teapot-0-8-micro-web-framework-tp4774449p4774467.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.