Eduardo Morras schrieb: > I want to ask (and know) if i can use apache-tomcat to serve servlets > developed with freepascal. If not, is there a similar server for fpc? > Note that i want/need servlet like in java and other languages, not a > propetary format or cgi or anyother. > >
Maybe you want to look at www.haxe.org and http://code.google.com/p/pascal4neko/ I am using the new haxe language to build neko modules, which are running in the visual synapse webserver written in pascal. At the pascal4neko website is a modified version of the webserver, which is able to run neko module in a compatible way of the mod_neko apache module described here: http://haxe.org/doc and here http://nekovm.org/doc/mod_neko Using haxe for web applications is very effective, because you use the same language for back-end and front-end. With pascal4neko you can use your existing pascal code or use pascal for low level tasks. Hope this helps. Cheers, Adrian. _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal