<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<a class="moz-txt-link-freetext" href="http://snakeskin-tools.sourceforge.net/">http://snakeskin-tools.sourceforge.net/</a><br>
<br>
Cesar Andres Roldan Garcia wrote:
<blockquote cite="mid2b608e46040930073750bfb23b@mail.gmail.com"
 type="cite">
  <pre wrap="">Hi!

I have some doubts with something I do

I'm making a web app something like a shopping car, and I have to use
the MVC Model (model-view-controller more info at "model 2 java" in
google's first link), so I do something like this:

- I use css and HTMLgen module in python for generating HTML webpages
based on the content of queries and insertions of products. (that's
view)

- I define classes for each object I have to create in Python, so,
they have the instructions for insert, delete, select using adodb
module (that's the object part)

- Then I use CGI based on python depending of the user want to do
(insert a product, make a query of products, etc...), those cgis call
the functions and objects in python, then those functions return html
code.

my questions is, anybody know how can i make this more efficient?? or
using something better for generate HTML, or in general, something for
making a web application like a shopping car??

thanks u very much

  </pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<font color="#999999">__________________________________ </font>
<p> <a class="address" style="text-decoration: none;"
 href="mailto:gabriel.cooper@mediapulse.com"><font font=""
 color="#000000" face="Myriad Pro, Arial, Helvetica, sans-serif"
 size="2"><b>gabriel.cooper</b></font><font color="#808080"
 face="Myriad Pro, Arial, Helvetica, sans-serif" size="2">@mediapulse.com</font></a><br>
<font color="#808080" face="Myriad Pro, Arial, Helvetica, sans-serif"
 size="2"> internet developer<br>
865.675.4455 x32<br>
800.380.4514</font> </p>
<p><a class="address" style="text-decoration: none;"
 href="http://www.mediapulse.com/"><font color="#a51c1e"
 face="Myriad Pro, Arial, Helvetica, sans-serif" size="2">www.mediapulse.com</font></a><br>
<font color="#999999">__________________________________</font></p>
</div>
</body>
</html>