-
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
Monthly Archives: December 2013
EGit 3.2 will support interactive rebase
One big feature that used to be missing in EGit compared to the native git client is interactive rebase. You can have an introduction of this feature at gitready.com or github.com. The good news is that EGit 3.2 (to be … Continue reading
Confluence 5.4: JIRA und Confluence rücken dichter zusammen
Kurz vor Weihnachten beschenkt uns die Firma Atlassian mit einem neuen Release des Enterprise Wiki Produktes Confluence. Im Fokus von Confluence 5.4 steht die noch bessere Verzahnung von JIRA, JIRA Agile (vormals GreenHopper) und Confluence. Diese 3 Werkzeuge sollen in … Continue reading
Posted in Agile Methods and development, Atlassian Tools
Tagged agile, atlassian, confluence, jira
Leave a comment
Spring 4.0 released
Spring 4.0 has been released and is now available on GitHub. Version 4.0 is the latest major release of the Spring Framework and the first to fully support Java 8 features. You can still use Spring with older versions of … Continue reading
gwt.create – a pureley GWT focussed conference
Vaadin is hosting a GWT conference. In fact two: the conference is being held twice, once in San Francisco (started now) and once in Frankfurt (next week, sold out). Ray Cromwell just held the keynote on the future of GWT, … Continue reading
TypeScript 0.9.5 released – one of the last steps before reaching 1.0
Microsoft has released version 0.9.5 of TypeScript, the statically typed superset of JavaScript. The new release fixes over 100 issues, including memory leaks, CPU usage, crashes and compiler correctness. For more details, see the official announcement. According the the TypeScript … Continue reading
Posted in Web as a Platform
Tagged javascript, Microsoft, Programming Language, TypeScript, Visual Studio
Leave a comment
JPA 2.0 Criteria API How To – Join Type und Fetch Join
Das JPA-Citeria API ermöglicht eine standardisierte und typsichere Erstellung von objektorientierten Abfragen in Java. Dieser Beitrag erläutert wie Join-Abfragen beeinflusst werden können. Die Join Methode macht zwar per default einen „inner join“, dieses Verhalten lässt sich jedoch durch die Übergabe eines … Continue reading
Posted in Java EE, Java Persistence
Tagged Criteria, Hibernate, inner join, join, JPA 2.0, left join, persistence
Leave a comment