![](https://secure.gravatar.com/avatar/be11ad86fa1d770b24bd47999a87b2d6.jpg?s=120&d=mm&r=g)
From: Friedrich Dominicus <frido@q-software-solutions.de> Subject: some dumb? cells questions To: cells-devel@common-lisp.net Date: Tue, 06 Sep 2005 15:16:14 +0200 Organization: Q Software Solutions GmbH
I'm trying to find my way into decent web-programming, and are now looking into the following simple? Problem.
The proofed way of doing web-programming seems the MVC stuff. Now the model may be a cl-sql class e.g and the view may come from any of the web"frameworks", however there is a need to get the data cleanly to the view and back I wonder if that would be a good? usage for cells.
So here we go with the questions. How would I tell cells to populate the view with database data? How would I enforce a "direkt link", will say if the model data changes the view is modified accordingly and vice versa How would I write validation functions?
Regards Friedrich ----------