waneck / testrepo

0 stars 0 forks source link

Issue 1855 - please implement Web class in java and Csharp targets - haxe #1855

Open waneck opened 11 years ago

waneck commented 11 years ago

[Google Issue #1855 : http://code.google.com/haxe/issues/detail?id=1855] by zaxe...@gmail.com, at 2013-05-26T19:33:18.000Z with reference to http://haxe.org/api , the php.Web class and neko.Web class should also be implemented. This will enable in easy porting of neko and PHP web applications to run on pure java web servers like Apache Tomcat; which is really important.

other candidates for implementation is neko.Random, neko.net.* and neko.zip.* classes in java and csharp targets. This will help in easy and instantenous porting of neko and php targets based haxe programs to instantaneously compile on java and csharp platform with least issues.

zaxebo1

waneck commented 11 years ago

[comment from zaxe...@gmail.com, published at 2013-05-26T19:49:20.000Z] producing a .war file for deployment on tomcat from the same set of haxe source files; which also produce php files to run on normal Apache web server , will be the real important and useful feature to have.

zaxebo1 zaxebo1@gmail.com

waneck commented 11 years ago

[comment from waneck, published at 2013-05-26T20:44:01.000Z] I agree with this, but it seems to me that another cross-platform Web API should be created instead. For example, the fact that the current Web API is static has bad implications on some web servers. Also, this kind of feature may fit better into a library, precisely to have a post-build feature that will deal with deploying to each target correcly