-
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: i18n
Resource Bundles und Properties in Java
Was ist von folgendem Codestück zu halten?
Posted in Java Basics
Tagged i18n, Internationalization, java 9, Properties, Resource Bundles, unicode
Leave a comment
i18n for GWT SimplePager
Nowadays, internationalization (i18n) is virtually indispensable in most applications. Therefore, GWT also provides a powerful and commonly used i18n mechanism to meet this requirement. Unfortunately, even in the GWT source code itself, there are components which still contain hard-coded text. … Continue reading
Posted in Java and Quality
Tagged GUI, GWT, i18n, Internationalization, pager, pagination, Usability
Leave a comment
Stash 3.0 Release
Atlassian hat vor wenigen Tagen die dritte Version des “on-premises” Git Verwaltungstool Stash veröffentlicht. Als Highlight für Entwickler soll das Vergleichen von Branches – ohne einen Pull Request erstellen zu müssen – erwähnt werden. Stash 3.0 wurde internationalisiert und der … Continue reading
i18n for Vaadin Applications Using CustomLayouts and Apache Velocity
Writing internationalized web applications with Vaadin is quite easy and works the same as with any other framework. You write your message property files and load them through a ResourceBundle. Using this resource bundle, you can then have your texts … Continue reading
Posted in Java Web Frameworks
Tagged Apache Velocity, i18n, Internationalization, Vaadin
Leave a comment