-
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
Author Archives: Sönke Sothmann
Handling JavaScript Dependencies with Gradle
In the Java world and with build tools like Maven or Gradle, you are used to declarative dependency management. Simply declare which libraries and versions you need, and let the build tool download and package these libs for you. The … Continue reading
Posted in Build, config and deploy, Web as a Platform
Tagged Dependencies, gradle, javascript, maven, Packaging, repository
Leave a comment
JavaScript Caching – Adopting Perfect Caching for JS Apps
The Problem JavaScript Single-Page-Applications tend to consist of a lot of JavaScript files. Several hundreds of JS files are no exception. When accessing these applications using a web browser, every single JavaScript file has to be fetched using a distinct … Continue reading
TypeScript – Nur ein ECMAScript 6 Lückenbüßer?
Diese berechtigte Frage muss sich TypeScript, das statisch typisierte Superset von JavaScript, gefallen lassen. Schließlich bringt ECMAScript 6, die kommende Version des Standards für JavaScript, viele der in der aktuellen ECMAScript Version 5 vermissten Features mit, welche auch von TypeScript … Continue reading
Posted in Web as a Platform
Tagged ecmascript 6, Microsoft, statische Typisierung, strukturelles Typsystem, TypeScript
2 Comments
TypeScript nun bei GitHub, Compiler soll schneller werden, ECMAScript 6 Features auf der Roadmap
TypeScript, das statisch typisierte Superset von JavaScript (Vorstellung auf blog.oio.de), zieht von CodePlex um zu GitHub. Dies hat Microsoft nun in einem Blogbeitrag bekanntgegeben. Damit folgt Microsoft der Forderung der Community. Man erhofft sich dadurch eine bessere Zusammenarbeit mit der … Continue reading
Posted in Web as a Platform
Tagged ecmascript 6, github, javascript, Microsoft, TypeScript
Leave a comment
Gradle 2.0 released with Groovy 2.3 and Java 8 support
Gradleware just released Gradle 2.0 which sets a new backward compatibility baseline. The most prominent changes include an upgrade from Groovy 1.8 to 2.3.2 and support for Java 8. Here is a list of the changes in Gradle 2.0: Updated … Continue reading
Safer TypeScript – Improved Type Safety for TypeScript
Microsoft Research is working on a project called “Safer TypeScript”. It is an alternative type-checker and code generator for TypeScript – the statically typed superset of JavaScript – which offers improved type safety by combining static and dynamic type checks. … Continue reading
Posted in Web as a Platform
Tagged javascript, Microsoft, Static Typing, Type Safety, 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