-
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: August 2016
The G1 Garbage Collector
Garbage Collection is a very important issues and often one of the reasons, why you cannot deliver your non-functional performance requirements. Finding the garbage collector which fits your purpose best is not always an easy task. Some developers do not … Continue reading
Jigsaw – Java 9
As previously mentioned here, Java 9 is coming soon, and with it comes an interesting approach called Jigsaw. It was first announced to release with Java 7, but was delayed to Java 8 and will now release with Java 9. … Continue reading
Posted in Did you know?, Java Basics, Java modularization
Tagged java 9, jigsaw, Module Systems, OSGi
4 Comments
JShell
After Python, Ruby, JavaScript and everyone else, Java will finally get its official Java Shell with Java 9. One of the main reason for the developers to finally introduce the Java Shell, is to lower the learning curve for initial … 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
Modern Web Dev Build: Entwicklung moderner Webapplikationen mit TypeScript
Mit eines der größten Diskussionsthemen im Bereich der Webentwicklung ist der Einsatz unterschiedlicher Frameworks und Tools. Die enorme Auswahl erschwert die Entscheidung für eine Technologie deutlich. Um Neueinsteigern diese Wahl abzunehmen, hat Sébastien Dubois ein Tool entwickelt, mit dem eine … Continue reading