[Gambas-user] Web application development

nando nando_f at ...1382...
Mon Oct 16 10:20:29 CEST 2006


Very interesting.
I just completed a large app with PHP - logging in, sessions, mysql, fpdf, gdlib.
I prefer Gambas. Having the ability to have GET POST vars readily
available would be cool. Having sessions managed by a component would
be cool too.  An example for gdlib replacement would be nice.
Rob's idea of HTTPrequest for ajax is nice too.
All very, very cool things for Gambas.
-Fernando




---------- Original Message -----------
From: Benoit Minisini <gambas at ...1...>
To: gambas-user at lists.sourceforge.net
Sent: Sun, 15 Oct 2006 21:52:17 +0200
Subject: [Gambas-user] Web application development

> 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
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
------- End of Original Message -------





More information about the User mailing list