My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

A haXe library (haxelib) that focuses on making cross-target and cross-environment development more transparent.

formerly known as GPJS.

Important notice! The JavaScript postcompiler, typeloader and typebuilder have moved to the JSTM library

HaXetacy consists of:

  • a package structure that makes writing cross-target code easier
  • a general library with some useful cross-target classes
    • JSON(P)-based remoting client and server classes
    • advanced ORM classes that let you write queries in haXe instead of SQL
    • DOM Controls with support for custom events

and more.........

Currently, the focus lies on the JS browser and JS ASP targets but HaXetacy's goal is to be useful for any existing or future haXe target.

Because of some recent improvements in the way haXe handles libraries, the goal is to move the various classes in the haXetacy library into seperate libraries. (ORM, JSON remoting, DOMTools etc.) For now, it's just more maintainable for me to put all these classes in a single library.

Powered by Google Project Hosting