-
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: Converter
JPA und die Java 8 API
Mit Java 8 wurde eine neue mächtige Date/Time API eingeführt, welche antritt, mit den Nachteilen der java.util.Date API aufzuräumen. Gerade bei datumsrechenintensiven Anwendungen drängt sich die Verwendung der neuen Funktionen nahezu auf. Aber was passiert, wenn wir gleichzeitig JPA zum … Continue reading
Posted in Java EE, Java Persistence
Tagged Converter, date api, java 8, JPA, LocalDate, LocalDateTime, LocalTime, timezone, zeitzone
3 Comments
Select Nested JavaBeans With a Vaadin FieldGroup
Among the long list of improvements that Vaadin 7 brought to us developers is a completely overhauled form binding component that allows binding a data item to a form layout in a much more convenient way than was possible with … Continue reading