Analyzed 12 months ago
A framework to develop complex JavaScript applications.
OOP Intellisense support: base constructor, base methods, namespaces, imports,... (VS2012)
LINQ: fw.linq.asEnumerable(cars).where("x => x.brand == 'bmw'").groupBy("year").toArray()
EventDispatcher/EventProperty: this.myEvent = new
... [More]
fw.events.EventProperty(this, "changeSomething"); ... this.myEvent.add(handler); ... this.myEvent.dispatch({additionalData: "abc"});
Queues: Advanced queuing of steps (wait for previous steps/events/..., handle errors,...)
Localization
... [Less]