-
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: maven
Working with Maven dependencies not found in public repositories
One of the many pleasant advantages the dependency management of a modern build tool such as Maven or Gradle gives you is that you simply declare the set of dependencies your application needs and the build tool then takes care … Continue reading
Gradle 3.4
Mittlerweile ist es bereits 2 Wochen her, dass Gradle 3.4 veröffentlicht wurde. Es ist also höhste Zeit, sich mal die neuen Änderungen anzuschauen, insbesondere da diese viele Verbesserungen für lang laufende Builds enthalten. Der inkrementelle Compiler wurde weiter verbessert und … Continue reading
Initializr aus der Spring Boot CLI
Mit Spring Boot CLI können Spring Applikationen von der Command Line aus gestartet und getestet werden. Man kann eine Spring Boot Applikation haben indem nur Applikationssode geschrieben wird, die Infrastrukturarbeit wird von Spring Boot CLI übernommen. Spring Boot CLi beinhaltet … Continue reading
Posted in Spring Universe, Web as a Platform
Tagged gradle, Initializr, maven, Spring Boot, spring cli
Leave a comment
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
Spring Boot – Getting started
Im April 2014 wurde die Version 1.0.0 von Spring Boot veröffentlicht. Mittlerweile sind wir bei Version 1.1.4 angekommen. Das Projekt verspricht eine noch schnellere Entwicklung von Anwendungen mit Spring: Spring Boot makes it easy to create stand-alone, production-grade Spring based … Continue reading
Posted in Build, config and deploy, Spring Universe
Tagged gradle, grails, maven, spring, Spring Boot, spring mvc, spring roo, tomcat
2 Comments
Was ist die Spring IO Plattform?
Nach langer Vorankündigung wurde vor einigen Tagen die neue Spring IO Plattform in der Version 1.0.0 veröffentlicht. Stellt sich nun die Frage, was hinter diesem neuen Begriff aus dem mittlerweile sehr groß gewordenen Spring Universum steckt. Die Projekt-Seite beschreibt die … Continue reading
Gradle 1.12 released as last 1.x release
Gradle 1.12 was released this week with a bunch of new features and bug fixes as well as performance improvements.