Web Application

  • Thread starter Cesar Andres Roldan Garcia
  • Start date
C

Cesar Andres Roldan Garcia

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,278
Latest member
BuzzDefenderpro

Latest Threads

Top