-
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: modularization
Individuelle JRE-Images mit dem JLinker erstellen
Mit dem neuen in Java 9 eingeführten Modulsystem lässt sich genau spezifizieren, welche Teile der Java Plattform API für ein spezielles Java Programm genau benötigt werden. Wäre es also möglich, für ein einzelnes Programm ein individuelles JRE zusammenzubauen, welches nur … Continue reading
Posted in Build, config and deploy
Tagged Container, java 9, jlinker, microservices, modularization
Leave a comment
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