Re: [Pharo-users] [ANN] Teapot 0.8 micro web framework

2014-08-28 Thread S Krish
Thanks for the observation. In the age of text chats and SMS, not that I do either of them, we forget the art of writing well. On Thu, Aug 28, 2014 at 2:34 PM, Ben Coman wrote: > I haven't the time play with it right now, but its a good read. Just > some minor grammar feedback... > > > you

Re: [Pharo-users] [ANN] Teapot 0.8 micro web framework

2014-08-28 Thread Ben Coman
I haven't the time play with it right now, but its a good read.  Just some minor grammar feedback... > you are quicker off the block you are quickly off the block > This also provides a flexibility in scaling This also provides flexibility in scaling cheers -ben S Krish wrote:

Re: [Pharo-users] [ANN] Teapot 0.8 micro web framework

2014-08-28 Thread S Krish
The framework is nice.. and addictive to play with as stated before, well documented, clean and easy.. ! Potentially a good tool to weave into any app. My quick play with the framework, surprised me with its productive usage.. so here it goes.. Teapot: Pharo web REST framework, it ain’t micro

Re: [Pharo-users] [ANN] Teapot 0.8 micro web framework

2014-08-25 Thread Attila Magyar
Santiago Bragagnolo wrote >> I played a little bit with Teapot last week during ESUG and was wondering >> what is your flow when you are designing/experimenting an API with >> Teapot? >> Do you reset the instance everytime you modify/add a route? I'm not sure i understand it correctly. The routes

Re: [Pharo-users] [ANN] Teapot 0.8 micro web framework

2014-08-25 Thread p...@highoctane.be
On Mon, Aug 25, 2014 at 1:37 PM, François Stephany < tulipe.mouta...@gmail.com> wrote: > Phil, > I'm going there as well ;) > Hey, sweet! > The idea is to see what we can do with GTInspector / Roassal (and maybe > https://github.com/fstephany/OSMMaps). > I am more on a webapp / Seaside kind of

Re: [Pharo-users] [ANN] Teapot 0.8 micro web framework

2014-08-25 Thread Santiago Bragagnolo
So beatiful. 2014-08-25 13:37 GMT+02:00 François Stephany : > Phil, > I'm going there as well ;) > The idea is to see what we can do with GTInspector / Roassal (and maybe > https://github.com/fstephany/OSMMaps). > > Attila, > I played a little bit with Teapot last week during ESUG and was wonder

Re: [Pharo-users] [ANN] Teapot 0.8 micro web framework

2014-08-25 Thread François Stephany
Phil, I'm going there as well ;) The idea is to see what we can do with GTInspector / Roassal (and maybe https://github.com/fstephany/OSMMaps). Attila, I played a little bit with Teapot last week during ESUG and was wondering what is your flow when you are designing/experimenting an API with Teapo

Re: [Pharo-users] [ANN] Teapot 0.8 micro web framework

2014-08-24 Thread stepharo
Excellent! I saw that yesterday and it can be a great engine to teach how to build web server. I will look at it after October because this looks really cool. BTW why don't you call it with the name of a little tribe :) On 24/8/14 20:48, Attila Magyar wrote: Hello, I'd like to announce a new

Re: [Pharo-users] [ANN] Teapot 0.8 micro web framework

2014-08-24 Thread Sean P. DeNigris
Tudor Girba-2 wrote > One word comes to mind to describe this piece of work: Elegant! Really great feedback - why not add a few of these quotes to the doc as a little marketing :) - Cheers, Sean -- View this message in context: http://forum.world.st/ANN-Teapot-0-8-micro-web-framework-tp477

Re: [Pharo-users] [ANN] Teapot 0.8 micro web framework

2014-08-24 Thread Thushar G R
Great work!! Regards, Thushar On Mon, Aug 25, 2014 at 5:08 AM, Javier Pimás wrote: > Cool! Smalltalk web stack keeps getting better and better! > > Cheers, > Javier > > > On Sun, Aug 24, 2014 at 7:48 PM, Attila Magyar > wrote: > >> Hello, >> >> I'd like to announce a new micro web framework c

Re: [Pharo-users] [ANN] Teapot 0.8 micro web framework

2014-08-24 Thread Javier Pimás
Cool! Smalltalk web stack keeps getting better and better! Cheers, Javier On Sun, Aug 24, 2014 at 7:48 PM, Attila Magyar wrote: > Hello, > > I'd like to announce a new micro web framework called Teapot. It follows a > similar philosophy than other lightweight frameworks like > Sinatra/Bottle/F

Re: [Pharo-users] [ANN] Teapot 0.8 micro web framework

2014-08-24 Thread p...@highoctane.be
Great tool to have. Definitely easier than doing everything in Zn or Seaside REST for getting something done quick. For hackathons, this is quite useful for sure! We should have a lineup of tools like that that allow us to shine during such events in order to promote Pharo. http://checkthis.com

Re: [Pharo-users] [ANN] Teapot 0.8 micro web framework

2014-08-24 Thread Attila Magyar
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

Re: [Pharo-users] [ANN] Teapot 0.8 micro web framework

2014-08-24 Thread Tudor Girba
One word comes to mind to describe this piece of work: Elegant! Doru On Sun, Aug 24, 2014 at 10:23 PM, Sven Van Caekenberghe wrote: > Hi Attila, > > This is great work and well documented too. Beautiful. This is an > excellent layer on top of Zn. > > Are there any tests ? Examples ? > > How do

Re: [Pharo-users] [ANN] Teapot 0.8 micro web framework

2014-08-24 Thread Sven Van Caekenberghe
Hi Attila, This is great work and well documented too. Beautiful. This is an excellent layer on top of Zn. Are there any tests ? Examples ? How do you load your dependencies, like NeoJSON or STON ? If you need anything from Zn that is not yet provided, please ask. I would be happy to help. It

Re: [Pharo-users] [ANN] Teapot 0.8 micro web framework

2014-08-24 Thread Attila Magyar
Esteban A. Maringolo wrote > But why use uppercase selectors for HTTP methods? I was struggling with the syntax for a while than I end up having this. I thought it can make easier to see where the route definitions start and end if there are many. And it looks like a HTTP method, as you said too.

Re: [Pharo-users] [ANN] Teapot 0.8 micro web framework

2014-08-24 Thread Esteban A. Maringolo
Wow! I like it. And very well documented. I like many things about it. But why use uppercase selectors for HTTP methods? I can guess you want to "mimic" the HTTP messages, but it reads weird... Thank you! Esteban A. Maringolo 2014-08-24 15:48 GMT-03:00 Attila Magyar : > Hello, > > I'd like

[Pharo-users] [ANN] Teapot 0.8 micro web framework

2014-08-24 Thread Attila Magyar
Hello, I'd like to announce a new micro web framework called Teapot. It follows a similar philosophy than other lightweight frameworks like Sinatra/Bottle/Flask/Spark. Teapot is built on top of the Zn HTTP components, and less than 500 lines long. More info: http://smalltalkhub.com/#!/~zeroflag/