Haxe for enterprise application development -


is there available haxe suitable real-life enterprise application development? (i.e. professional high level ui component framework.)

just note - know love our tools of choice, please try keep objective.. don't recommend haxe without thinking whether it's effective tool business requirements.

on 1 hand, jason suggested in comment, there missing haxe-based native ui framework.

on other hand, don't need haxe-based ui framework, using ui framework available target platform enough. unlike building library, better target independent, building "real-life enterprise application" requires targeting specific platform. since ui highly dependent on target platform, means should use target-specific ui framework. example, best ui solutions web app jquery, reactjs, angularjs etc., can used in haxe (jqueryextern, react.hx, angular.haxe). flash/java/c#, can use "native" libs -swf-lib path/to/lib.swc, -java-lib path/to/lib.jar, , -net-lib path/to/lib.dll. c++, however, although there continuous improvement (watch the wwx2014 talk), still hard use native libs.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -