-
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: jvm
High performance at low cost – choose the best JVM and the best Garbage Collector for your needs
The Garbage Collector (GC) is an integral part of every Java Virtual Machine (JVM) – running in the Cloud, on a dedicated server or on your desktop/laptop. Are you aware of what impact a GC has on an application – … Continue reading
Posted in Java Runtimes - VM, Appserver & Cloud
Tagged garbage collector, GraalVM, HotSpot VM, jvm, OpenJ9, Substrate VM, Zing
8 Comments
Memory Probleme in Java – Fehleranalyse Chart
Der Fehleranalyse Chart, den wir im Rahmen der Blog Post Reihe zum Thema Memory Leaks erstellt haben, zeigt typische Symptome und mögliche Ursachen im Umfeld von Speicherproblemen in der “Hotspot” Java VM an und kann zur schnelleren Fehlereingrenzung bei Speicherproblemen … Continue reading
Posted in Java Basics, Java Runtimes - VM, Appserver & Cloud
Tagged java, jvm, memory, OutOfMemory, speicher
Leave a comment
Spring Loaded – Getting started
Mit Spring Loaded kann jeder den Class-Reload-Mechanismus aus Grails 2 in beliebigen Java-Projekt einsetzen. Der Einsatz von Spring ist dabei nicht zwingend erforderlich. Spring Loaded kann sehr schnell eingebunden werden und lässt sich zum Beispiel auch mit einem Tomcat aus … Continue reading
Memory Leaks in Java – eine Systematische Analyse – Symptome
Beobachtungen Bei Speicherproblemen handelt es sich häufig um Probleme welche nicht direkt reproduzierbar sind. Eine Fehlersuche wird hierdurch erschwert. Professionelle Profiling Tools helfen hier nur bedingt weiter. Mit ihnen können wir Metriken aufnehmen, Systematik und Erfahrung ist dennoch notwendig, um … Continue reading
Posted in Java Basics, Java Runtimes - VM, Appserver & Cloud
Tagged jvm, memory, OutOfMemoryError, performance
Leave a comment
How to connect jprofiler with tomcat 7.0.27 running on IBM J9 64-Bit JDK(Linux)
Having trouble with performance and scalability issues is not so uncommon in my working environment as it should be. That is a shame – but there are a lot of pretty tools out there in this java developer world, that … Continue reading
Posted in Java Runtimes - VM, Appserver & Cloud
Tagged IBM J9, JProfiler, jvm, Linux, profiling, tomcat
2 Comments
Identify and extend Truststore used by a Weblogic 10.3 Server
This post shows how you can add a trusted certificate to a WebLogic 10.3 Server instances truststore. Recently I had to configure a Weblogic 10.3 Server instance to be able to do secure communication over SSL. Therefor you sometimes have … Continue reading
Josh Bloch on the future of Java
Discussion on InfoQ on the current situation of Java, the JVM, licenses and Oracle: http://www.infoq.com/news/2010/04/bloch_java_future
Posted in Java Runtimes - VM, Appserver & Cloud, Politics
Tagged java, jdk7, jvm, oracle
Leave a comment