-
OIO ‘s Developer Blog
This is the publication playground for these guys from Orientation in Objects, a Java Competence Center based in Germany.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
Monthly Archives: January 2014
An introduction to TypeScript’s module system
The module system is an interesting feature of TypeScript, the statically typed superset of JavaScript. Modules provide the possibility to group related logic, encapsulate it, structure your code and prevent pollution of the global namespace. Modules can provide functionality that … Continue reading
Posted in Web as a Platform
Tagged AMD, CommonJS, modules, node.js, requirejs, TypeScript
3 Comments
How to integrate the TypeScript compiler into a Gradle build
When you start using TypeScript, the statically typed superset of JavaScript, you probably want to integrate the TypeScript compiler into your build process. In my case, the application I’m working on is built using Gradle. In this blog post I … Continue reading
Posted in Build, config and deploy, Web as a Platform
Tagged Build, gradle, TypeScript
Leave a comment
GWT 2.6 released with Java 7 support and improved debugging
After about 15 months, we finally get the new GWT 2.6 release. It can be downloaded from the GWT project page or code.google.com. Here are the propably most important changes in the new version: Java 7 support Language features of Java … Continue reading
Posted in Java Web Frameworks
Tagged DOM event, Google Web Toolkit, GWT, Internet Explorer, java 7, release, SuperDevMode, Web Development
Leave a comment
Vaadin Extension: Highlighting Custom Components During Development
With the release of Vaadin 7, a new extension mechanism was introduced in the Vaadin Framework to extend the functionality of existing Vaadin components. This article will provide a short introduction to this concept and shows you how you can … Continue reading
An Overview of Vaadin 7 Annotations
Vaadin 7 has added a set of useful new annotations to the framework which can be found in the package com.vaadin.annotations. This package is located in the vaadin-server.jar file. This blog post wants to give you a quick overview of … Continue reading
Book Review: Learning Vaadin 7
From the author of one of the first Vaadin-related reference books Learning Vaadin, Nicolas Fränkel, comes the second edition Learning Vaadin 7 published by Packt Publishing in September 2013. I was kindly provided with a copy of this book by … Continue reading