So,  what might you all recommend as a starting point?  which one?

Preferably, it would be nice if it was dead simple to begin with (like PHP's 
method of gathering form data -- just call the $_GET array with the name of the 
form field) ... but has some ability to turn it into advanced stuff if need be. 
 Or something like the Rails or CakePHP system.
The system would need to be useable with stuff like xmlhttprequests from 
javascript (though I don't see why any of them wouldn't be).  Also, if it 
matters, adding in compression and custom encryption (and maybe even custom 
protocols later) might be nice.  By compression, I mean sending a compressed 
xmlhttprequest to the script and have the script process the compressed 
httprequest data.  However, I do not want this feature now (too complicated to 
learn at the moment), but would like to be able to move to it later.

So, whichever one you recommend, could you include where the setup/install 
procedures are and a little expanded hello world tutorial that shows you how 
the system works.

----
On another note, someone mentioned that python compiles the script at runtime?  
It this different than other scripting languages?  PHP, Perl, Javascript?


 -------------- Original message ----------------------
From: Christoph Zwerschke <[EMAIL PROTECTED]>
> [EMAIL PROTECTED] wrote:
> > BTW, one of the comments made was about some extra module/library 
> > being needed for form handling. Does that mean Webware does not 
> > handle this part?
> 
> This can be handled by Webware plug-ins (e.g. FormKit, FunFormKit) or by 
> other external libraries (e.g. FormEncode).
> 
> Unfortunately, the plug-ins are not part with the Webware package, 
> though I think at least one of them should be included if the authors 
> permit. I'd also like to put SimpleHTMLGen which is part of FunFormKit 
> into Webware's WebUtil library, and use these tools in some of the 
> example servlets. Any opinions and recommendations?
> 
> -- Christoph
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Webware-discuss mailing list
> Webware-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/webware-discuss


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to