New submission from Will Seaver <will.sea...@gmail.com>:

p. 57: "In order for a web application to perform any useful action, the web
framework must provide a mechanism to find and invoke code written by the
application developer based on parameters present in the request." to rephrase:
repoze.bfg must find a way to turn the request into application data. is this
correct?

p. 57: "it [context finding subsystem] is responsible for finding a context
object and a view name based on information present in the request." does it
find these things inside the configure.zcml?

p. 58: "Essentially, URL-dispatch based systems just don't deal very well with
URLs that represent arbitrary-depth hierarchies." I am unclear on what an
arbitrary-depth hierarchy would be; an example would be helpful for my
understanding.

----------
messages: 351
nosy: kwseaver
priority: wish
status: unread
title: chapter 6
topic: bfg book

__________________________________
Repoze Bugs <b...@bugs.repoze.org>
<http://bugs.repoze.org/issue120>
__________________________________
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to