-
OIO ‘s Developer Blog
This is the publication playground for these guys from OIO, 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
Author Archives: Erik Bamberg
NewSQL: Was ist neu an der NoSQL Nachfolge?
NoSQL-Datenbanken haben uns gezeigt, wie skalierbare performante Datenbanken aufgebaut werden können. Leider oft auf Kosten von Transaktionssicherheit, relationaler Joins und anderen Features, welche relationale Datenbanken über die Jahre berechtigterweise zu einem in der Welt der Business-Anwendungen nicht mehr wegzudenkenden Grundpfeiler … Continue reading
Parallel stream processing in Java 8 – performance of sequential vs. parallel stream processing
Parallel processing is all around nowadays. Because of the increase of the number of cpu cores and the lower hardware cost which allows cheaper cluster-systems, parallel processing seems to be the next big thing. Java 8 cares for this fact … Continue reading
Posted in Did you know?, Java Basics
Tagged collections, functional programming, Funktionale Programmierung, java 8, lambda, lambdas, parallel, parallelStream(), performance, serial, stream, stream source, streams
5 Comments
Gradle: Unternehmensweite Einstellungen und Buildskript-Erweiterungen zentral für alle Entwickler zur Verfügung stellen
Build-Tools wie Gradle und Maven ermöglichen in Verbindung mit unternehmensweiten Repositories (Nexus, Artifactory) die unternehmensweite Auslieferung von Build-Artefakten und zentralen Bibliotheken. Das manuelle Sicherstellen der korrekten Version entfällt somit für die Entwickler, und eine zentrale Pflege der Versionen tritt in … Continue reading
Posted in Build, config and deploy
Tagged apply from, continuous integration, gradle, nexus
Leave a comment
JavOSize – an early first look at it – a new rising star of Java profilers and performance tools?
JavOSize is a young company bringing a new performance tool to the Java world. The command line interface version is absolutely free of cost, a commercial graphical user interface version will be available soon. And JavOSize thinks about putting the … Continue reading
Posted in Java Basics, Java Runtimes - VM, Appserver & Cloud
Tagged JavOSize, memory, profiler, profiling
Leave a comment
Serialization of lambda expressions – using Java 8 Lambdas in Hazelcast distributed Executor and Executor Services
Lambdas in Java 8 are a very powerful solution to ease the writing of code in many situations. One of the domains for lambdas is the programming of Callable or Runnable tasks in parallel thread execution environments. Since Callables and … Continue reading
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
Schichtenarchitektur überwachen mit Eclipse
Schichtenarchitekturen haben wir als Entwickler schon längst verinnerlicht. So ist die klassische Aufteilung in z.B. DAO-Schichten, Service-Schichten und Controller-Schichten mittlerweile akzeptiert und wird wie selbstverständlich in der Entwicklung eingesetzt. Die Vorteile aus architektonischer Sicht liegen auf der Hand, ebenso wie … Continue reading
Posted in Build, config and deploy, Java and Quality, Java EE, Java modularization
Tagged Architektur, Clean code, Code Quality, Eclipse, Projektstruktur, schichten
1 Comment