-
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: ant
Gradle 1.0 erschienen
Nach Griffon folgt in kurzer Zeit das zweite finale 1.0 Release in der Groovy-Welt: Gradle 1.0 ist so eben erschienen. Gradle ist ein Build-Automatisierungs- und Management-Tool. Es vereint viele Vorteile von Ant und Maven und ist insbesondere durch die Verwendung … Continue reading
Posted in Build, config and deploy, Groovy and Grails
Tagged ant, build management, gradle, Groovy, maven
1 Comment
Manually creating a JNDI DataSource using Spring
Some time ago, we created an application that renders reports using Eclipse BIRT. To make the DataSource of the BIRT reports configurable, we decided to use JNDI (BIRT has build-in support for that). Everything worked fine, but then we should … Continue reading
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
Integrating Selenium 2 with Ant
We recently integrated Selenium 2 into the Ant build of one of our projects. In this blog post I will show you how you can integrate your automated JUnit based Selenium 2 tests with Ant. If you are using Maven … Continue reading
Posted in Build, config and deploy, Java and Quality, Java Web Frameworks
Tagged ant, junit, Selenium 2, Test, tomcat
Leave a comment
Buildmanagement mit Gradle
Gradle schickt sich an, die beiden Buildmanagement-Schwergewichte in der Java-Welt – Ant und Maven – zu beerben. Ganz neu ist Gradle nicht mehr, allerdings steht nach drei Jahren intensiver Entwicklungsarbeit das Release 1.0 kurz bevor. Und schon mit den Pre-1.0-Releases … Continue reading
Gradle als Alternative zu Ant und Maven
Das neue Build-Management-Tool ist eine Alternative zu Ant und Maven. Im Gegensatz zu Maven lädt Gradle zur Buildzeit keine zusätzlichen (Gradle-Spezifischen) Komponenten herunter. Einige Standard-Build-Konfigurationen werden von Gradle mitgeliefert; es kann aber alles individuell konfiguriert werden. Außerdem ist ein leichter … Continue reading