Re: [google-appengine] Re: Google App Engine Boilerplate 2.0RC1 now available

2012-06-13 Thread Rodrigo Augosto C.
Sorry, the new URL is http://appengine.beecoss.com Protoboard domain is migrating there ;) -- Rodrigo @coto On Jun 13, 2012 9:49 PM, "Lee Li" wrote: > http://appengine.protoboard.cl/ I can't access this. It shows 404 Error. > > 2012/6/14 Jason Collins > >> For reasons of testability, we work ha

Re: [google-appengine] Re: Google App Engine Boilerplate 2.0RC1 now available

2012-06-13 Thread Lee Li
http://appengine.protoboard.cl/ I can't access this. It shows 404 Error. 2012/6/14 Jason Collins > For reasons of testability, we work hard to keep our view (your web) > layer very, very thin. It is only responsible to authenticate a > request (though this is usually done with middleware), valid

[google-appengine] Re: Google App Engine Boilerplate 2.0RC1 now available

2012-06-13 Thread Jason Collins
For reasons of testability, we work hard to keep our view (your web) layer very, very thin. It is only responsible to authenticate a request (though this is usually done with middleware), validate and convert incoming args, call the domain with the converted args (hopefully just a single domain met

[google-appengine] Re: Google App Engine Boilerplate 2.0RC1 now available

2012-06-12 Thread Jason Collins
I like the idea and the initiative! But please move your logic out of your view layer and in to a domain layer for the sake of testability! j On Jun 10, 6:59 pm, coto wrote: > I am very happy to announce that the second release of Google App Engine > Boilerplate > is now available for download