-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Tag Archives: ECMAScript
AtScript ist tot, aber das Konzept lebt weiter
Auf der Konferenz ng-europe Ende letzten Jahres hat Google AtScript vorgestellt. Damit AtScript an Bedeutung gewinnt, wollte Google Angular 2.0 nur mit AtScript entwickeln. Aus diesem Grund sollte AtScript alle Eigenschaften von EcmaScript 5, EcmaScript 6 und TypeScript bereitstellen und … Continue reading
Posted in Web as a Platform
Tagged AngularJS, annotation, AtScript, ECMAScript, ecmascript 6, TypeScript
Leave a comment
Ist ATScript die Zukunft von JavaScript?
Seit geraumer Zeit versucht Google die Script Sprache JavaScript voran zu bringen. Dabei ist die neuste Errungenschaft von Google nach Dart, die Programmiersprache ATScript. Um ATScript als ECMAScript Standard zu forcieren, wird Angular JS 2.0 in ATScript geschrieben. ATScript stellt … Continue reading
Posted in Web as a Platform
Tagged AngularJS, annotation, ECMAScript, ecmascript 6, javascript, TypeScript
Leave a comment
ECMAScript 6 Delayed To Mid 2015
ECMAScript 6 – the standard for the next iteration of JavaScript – has been delayed to June 2015. Originally, it was scheduled for a release in 2013, then it was delayed to the end of 2014 and now it is … Continue reading
ECMAScript 5 – the current JavaScript standard
ECMAScript is THE language of the web and yet many developers aren´t even aware of its existence. It is a standard (named ECMA-262) developed by Ecma International that serves as a standardized basis for the likes of JavaScript, JScript or … Continue reading
Posted in Web as a Platform
Tagged actionscript, ECMAScript, javascript, jscript, property descriptor map, strict mode
3 Comments
TypeScript – a language for application-scale JavaScript development
Microsoft recently announced TypeScript, a new language for the web to develop large JavaScript applications. It is a superset of JavaScript, so existing JavaScript code can be used. It compiles to plain JavaScript, so it can be used with any … Continue reading
Posted in Web as a Platform
Tagged Dart, ECMAScript, Google, html5, javascript, Language, Microsoft, TypeScript, Visual Studio, Web
3 Comments
Object.observe() will become a web standard
Two-Way data binding is a requirement for declarative Model/View separation mechanisms as seen in frameworks like KnockoutJS or AngularJS. When the user enters data in a form, the data model gets updated immediately, and when the data model changes, the … Continue reading
Posted in Web as a Platform
Tagged AngularJS, Data Binding, ECMAScript, javascript, KnockoutJS, Object.observe(), observer
Leave a comment