-
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
Author Archives: Thorsten Maier
Spring Framework 4.1 GA released!
The newest version 4.1 of the Spring Framework has just being released. Here is a list of the main new features linked with the Spring blog post in which they are described in detail: Spring MVC Improvements Handling static web … Continue reading
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
Locking mit Git
“Heutzutage macht man Git”! Git ist auf dem besten Weg, sich als das Standard-Tool für die versionierte Verwaltung von Dateien durchzusetzen. Wer fängt heute schon noch ein neues Projekt mit SVN oder gar CVS an? Sicherlich, Git bietet zahlreiche Vorteile … Continue reading
Android Push Notifications mit Pentaho Data Integration (PDI) / Kettle
Seit Version 5.0 steht in “Pentaho Data Integration” (früher “Kettle”) ein Marketplace zur Verfügung, mit dem beispielsweise neue Transformations-Steps und neue Datenbank-Connectoren in das ETL-Tool installiert werden können. Unter vielen anderen lässt sich dort das interessante Plugin Android Push Notification … Continue reading
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
Kick-ass code reviews
Dan Radigan von Atlassian veröffentlichte im Artikel “Every team needs kick-ass code reviews” eine lesenswerte Zusammenfassung wie man Code-Reviews optimal in den Entwicklungsprozess einbinden kann. Neben der Nutzung von Pull-Request in der Git-Repository-Verwaltung Stash gehört die Einführung eines neuen Zustandes “Code-Review” in … Continue reading
Posted in Agile Methods and development, Atlassian Tools
Tagged atlassian stash, Code Quality, code review, git, jira
Leave a comment
Git 1.9 released!
Version 1.9 of the Git distributed revision control system has been released. The most notable things in this release from my point of view are: Better support for shallow clones git fetch –tags now fetches all tags in addition to what are fetched … Continue reading