-
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: April 2011
Abstrakte Komponenten-Konfiguration mit @Configuration in Spring 3
Ein großer Vorteil beim Einsatz von Spring ist die verbesserte Testbarkeit der Anwendung, da gezielt einzelne Komponenten für einen Testlauf per Konfiguration ausgetauscht werden können. Bei der Konfiguration per XML ist es dabei gängig, unterschiedliche XML-Konfigurationsdateien für den Test- und … Continue reading
Posted in Java modularization, Spring Universe
Tagged annotation, Database, junit, spring, Test, XML
Leave a comment
Alles über NoSQL
Es gibt viele Überlicke und Kurzfassungen über die Prinzipien und Produkte der NoSQL Welt — und es gibt das 120 seitige Paper von Christof Strauch zum Thema. Wer sich also ausführlich mit der Thematik beschäftigen möchte, der wird hier fündig: … Continue reading
Sichere aber auch benutzbare Kennwörter
Kein ganz frischer, aber ein sehr lesenswerter Artikel zum Thema sichere und vor allem auch bedienerfreundliche Passwörter: http://www.baekdal.com/tips/password-security-usability Insbesondere interessant ist der Punkt, daß man mit einfachen Mitteln die Sicherheit einer Webanwendung gegenüber Brute-Force-Attacken drastisch erhöhen kann. Eigentlich nichts besonderes, … Continue reading
Root causes of memory leaks
Every now and then I run into the situation where I have to assist on Java EE (bad) performance analysis. I am pretty sure that every one of us came across the most interesting „dos and don’ts“, and probably enough … Continue reading
Posted in Java and Quality
Leave a comment
Continuous Integration Patterns
Julian Simpson hat einige Patterns und Best Practices rund um das Thema Continuous Integration zusammengestellt, deren Lektüre lohnt: Build Patterns to Boost your Continuous Integration
Posted in Build, config and deploy, Java and Quality
Tagged best practices, ci, continuous integration, patterns
Leave a comment
Problem with @OrderColumn when using EclipseLink
In JPA 2.0 the annotation @OrderColumn provides support for persisting the order (or rather the index) of a list. Unfortunately this feature is buggy in some versions of EclipseLink 2.* which is the JPA 2.0 Reference Implementation. The following issue … Continue reading
Posted in Did you know?, Java EE, Java Persistence
Tagged EclipseLink, JPA, OrderColumn
Leave a comment
Oracle Open Office is dead – long live LibreOffice?
I have to admit that back in 1984, (being sweet little 17 myself in these days) when some 16-year-old German guy (Marco Börries) started writing the first Office Software that came across my Commodore 64, I did not anticipate that … Continue reading
Posted in Did you know?, Politics, XML Universe
Tagged Document Foundation, LibreOffice, ODF, OpenOffice, OpenOffice.org, Oracle Open Office
Leave a comment