[Gambas-user] Web application development

Benoit Minisini gambas at ...1...
Sun Oct 15 21:52:17 CEST 2006


I'm currently developping a component for making web applications with CGI. I 
need it for a project for my job.

This component has almost the same interface as ASP, except that you don't 
have the equivalent of ASP pages (i.e. you must print your HTML code on the 
standard output).

But you have:
- The Request class for reading the request, sent by both GET and POST method.
- The Response class for sending the answer. It manages headers and cookies.
- The Session class for an automatic session management. The only restriction 
is that session variables can only be basic types, Array or Collection.
- An HTML function for encoding text in HTML.

The code is in the svn at the moment.

If you have comments, ideas, needs on how should work such a component, tell 
now!

Regards,

-- 
Benoit Minisini





More information about the User mailing list