The slides of my talks at the Plonetagung 2020 are now available
The slides of the two talks I gave at the Plonetagung in Dresden are now available online:
The slides of the two talks I gave at the Plonetagung in Dresden are now available online:
Version 2.3.0 of the Maven plugin for generating SQL DDL is now available. Version 2.3.0 provides support for Hibernate 5.4 and fixes several issues. For details please refer to the plugins project …
In Rahmen meiner Dissertation entwickle neue Methoden, um die Richtlinien für Barrierefreie Webseiten abzubilden. Aufbauend darauf entstehen Tools, die ein semiautomatisches Testen von Webseiten auf …
Version 2.2.0 of the
Maven plugin for generating SQL DDL
is now available. Starting with this version only specific properties from the
persistence.xml
file are passed to hibernate. The properties can …
Version 2.1.0 of the Maven plugin for generating SQL DDL is now available. Only minor changes have been made since the release of 2.1.0-beta.1. For details please refer to the plugins project page at …
Version 2.1.0-beta.1 of the Maven plugin for generating SQL DDL is now available. This relase provides two new configuration options:
</dt>Customisation of the output path and …
!-->
On this years FrOSCon (August 19th and 20th) I will give two talks. Both talks will be in german.
The Maven plugin for generating SQL DDL for Hibernate 5 is now available is version 2.0.4. Starting with this version, the plugin is provided in three variants build against the currently maintained …
My Maven plugin for generating SQL DDL files is now available in version 1.0.1. Several dialects have been added. Starting with this version the plugin is provided in different variants build against …
My Maven plugin for generating SQL DDL files is now available in version 1.0. The plugin is available from Maven Central. For information about the plugin can be found on hibernate5-ddl-maven-plugin …
My Maven plugin for generating SQL DDL files is now available in version 1.0. The plugin is avaiable from Maven Central. For information about the plugin can be found on hibernate4-ddl-maven-plugin …
At the first CMS Garden UnConference in Essen I did two talks about the WCAG 2.0 and about WAI-ARIA. You find the slides and the paper for these talks (in german) below.
When you working with Java Beans you almost certainly overwrite the equals(), hashCode() methods. But how to test them? The equals contract which is described in the JavaDoc of the Object class is …!-->!-->!-->!-->!-->!-->!-->!-->!-->!-->
The toString() method which is definied by Java’s object class is used by many libraries, frameworks and the JVM itself to output information about an object. Especially when an when error …!-->!-->