durusmail: quixote-users: reusing bigger chunks
reusing bigger chunks
2003-10-01
2003-10-04
reusing bigger chunks
Oscar Rambla
2003-10-01
On Sunday 28 September 2003 08:45, Mark Bucciarelli wrote:

> since you can compose an HTML page with multiple forms, it should be
> possible with quixote as well.  i suspect this would greatly improve the
> propects for code reuse in quixote apps.

I can give you my opinion.

Quixote framework relies heavily on the form instances as the recipient and
handler of all request. This behaviour is simple, coherent and generic enough
to fit well for most of quixote users.

If this is not your case, you may need to construct another structure to
receive requests prior to form handlers and to render them as a page.
(This can be harder work than it sounds.)

I do it like this, and supose other Quixote users might do it, but it appears
difficult to me to find out a generic behaviour  for this structure.

I think Quixote framework is still mostly valid for this kind of
implementation.

Oscar Rambla
CODI

reply