-
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
Category Archives: Java Web Frameworks
Die Zukunft von GWT: J2CL
Ursprünglich wurde das Google Web Toolkit entwickelt, um in einem nur sehr begrenzt existierenden JavaScript-Ökosystem mit sich teils stark unterscheidenden JavaScript-Implementierungen einheitlich und sicher Anwendungen entwickeln zu können. Seit damals haben sich einige Probleme am GWT-Konzept offenbart. Da GWT einen … Continue reading
GWT Popups erscheinen seit Chrome 61 an der falschen Stelle
Seit Chrome 61 kommt es mit dem derzeit aktuellen Release von GWT 2.8.1 zu Problemen mit der Positionierung von Popups. Dieses Problem äußert sich wie im folgenden Bild zu sehen ist, wenn die Webseite gescrollt ist. Dieses Problem betrifft u.a. … Continue reading
GWT 2.8 is here!
Secretly and silently, GWT 2.8 was released recently. The new version is not linked on the official website yet and there is also no updated change log yet. But the tag for the new version and the associated release can … Continue reading
HTTP/2 Client – Java 9
The web has changed a lot since the 90’s, so in May 2015, a new version of the HTTP-Protocol was presented by the Internet Engineering Task Force (IETF). With Java 9, the developers also updated the HTTP-API in the JDK … Continue reading
Posted in Did you know?, Java Basics, Java Web Frameworks
Tagged HTTP/2, java 9, performance
10 Comments
SpringMVC vs. Vert.x
What is Vert.x? Vert.x is an event-driven, non-blocking reactive application framework running on the JVM. Vert.x is polyglot, which means that it supports many different programming languages. Currently are supported: Java, JavaScript, Ruby, Python, Groovy, Scala and more. Vert.x is … Continue reading
Posted in Java Web Frameworks, Spring Universe
Tagged java, reactive, spring, SpringMVC, Vert.x, Web Development
6 Comments
Thymeleaf in Version 3 erschienen
Die Template Engine Thymeleaf (sprich /ˈtaɪmˌlɪːf/) wurde für das nächste große Major Release vollständig überarbeitet und steht nun in der Version 3 zur Verfügung. Die Release-Ankündigung findet sich im Thymeleaf-Forum. Thymeleaf ist eine Open Source Template Engine, die als Alternative … Continue reading
Building Vaadin UIs visually with the new Vaadin Designer
The Vaadin Plugin for Eclipse has ever been shipped with a visual designer for creating custom components for Vaadin applications. This visual designer enables you to construct a layout visually by dragging and dropping UI components on a given layout. … Continue reading