I've got a team of 4 and about 2 years of custom webapp work and I'm
looking for a good Python-web development framework. The framework will
be good to keep our development efforts consistent so we don't have 4
developers re-inventing the same wheel 10 different ways.
Quixote newbie: I've been developing in Quixote for about a week now and
I like what I see. But what I need is some more advanced sample code.
Are there any examples of how to use Javascript with Quixote? I know
Quixote is meant to be lean and a lot of our "framework" will need to
stem from our own original engineering efforts. Can someone point me to
some more robust sample code or give me some guidelines in this effort?
Here's a specific how-to request:
We deal with a LOT of tabular database result sets and I'm thinking the
best way to display this is with HTML tables. I've started development
of a somewhat generic table template object for displaying tabular data.
Now I need to let the user click on the column header to resort the
data. Most of the time this will require a requerying of the database
(Oracle). In past CGI development I did this by using one hidden input
and giving it different values by wrapping
around
each column head but now I'm looking for the best way to do this in
Quixote. I don't want to use QUERY_STRING or have the order by column to
appear in the URL. Ideas?
TIA and hoping to standardize on Quixote.
Environment---> RedHat 4 EL, Apache 2.0, with mod_python.
Steve Orr
Bozeman, Montana