rtjohan@syspres.com wrote:
> Hi,
>
> How widely used is the "Quixote Application Skeleton" at
> http://www.rexx.com/~dkuhlman/quixote_skeleton.html? Is this
> considered to represent best practices for Quixote?
I'm sure that, at the very least, Dave Kuhlmann would agree it
represents best practices. ;-)
I haven't studied the code; just the Web documentation. The directory
layout is logical and clean, and separates model from UI; it comes with
a set of starter scripts; it uses classes for "object publishing" which
is a good technique to learn; it appears to use the cutting-edge form2
package which is a source of frequent discussion on this list.
Altogether, this gets at least a B+, code unseen. ;-)
> Is it possibly overly complex / convoluted or is it worth studying to
> do things correctly the 1st time?
I might skip the stuff about writing widgets, unless you're extremely
interested in the form/form2 packages. You can choose to do forms the
old-fashioned way:
def edit [html] (request):
'