-
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: Build
Gradle 4.8
Letzte Woche wurde das weitverbreitete Build Tool Gradle in der neuen Version 4.8 veröffentlicht. Hier werden die wichtigsten Features kurz zusammengefasst und erklärt.
Posted in Build, config and deploy
Tagged Build, build tool, Dependency Locking, gradle
Leave a comment
Gradle 4.6
Vor wenigen Tagen wurde Gradle 4.6 veröffentlicht, und wie immer sind einige interessante Änderungen dabei: JUnit 5 BOM Unterstützung Einschränkungen für transitive Abhängigkeiten Optionale Abhängigkeiten Eigene CMD Parameter für Tasks
Modern Web Dev Build: Entwicklung moderner Webapplikationen mit TypeScript
Mit eines der größten Diskussionsthemen im Bereich der Webentwicklung ist der Einsatz unterschiedlicher Frameworks und Tools. Die enorme Auswahl erschwert die Entscheidung für eine Technologie deutlich. Um Neueinsteigern diese Wahl abzunehmen, hat Sébastien Dubois ein Tool entwickelt, mit dem eine … Continue reading
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
Grails is getting Maven support
According to a recent blog post of Grails project lead Graeme Rocher, Grails is getting Maven support in the form of a plugin. Currently, Grails uses Maven repositories for dependency resolution, but the build system of a Grails application uses … Continue reading
Posted in Build, config and deploy, Groovy and Grails
Tagged ant, Build, Gant, gradle, grails, maven
Leave a comment