-
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: module
Inner Classes with TypeScript
In TypeScript, there is no exlicit concept like inner classes. So what you cannot do in TypeScript is as follows: You can achieve something similar by merging a class with a module containing the inner class. The merging happens implicitely … Continue reading
How to split up GWT applications into modules
Did you know? GWT has its own modularization. There is this module description xml file, which we know is the key element in how the compiler gets to know what it should consider to cross compile into javascript. A GWT module … Continue reading