JUnit 5: Next Generation Testing on the JVM

Language

The talk will be given in German. On demand the language can be switched to English. Slides are in English.

Registration

Wir freuen uns über Eure Anmeldung (optional und unverbindlich) auf unserer Meetup-Seite.

Termin

Der Vortrag findet am 12.01.2017 um 19:00 Uhr in der Uni Mannheim A5, 6 im Raum C013 statt (Anfahrtsbeschreibung).

Abstract

Java’s most ubiquitous library is getting an update! And this is the time to see what’s new and weigh in on its course.

This talk will…

  • show you how to write tests with JUnit 5
  • walk you through the changes compared to JUnit 4
  • expand on dynamic tests and the extension model
  • present the new architecture
  • discuss compatibility with previous JUnit versions, IDEs, and other testing tools

Be careful, though: You might end up with an urge to start using it right away.

Bio

Nicolai is a thirty year old boy, as the narrator would put it, who has found his passion in software development. He constantly reads, thinks, and writes about it, and codes for a living as well as for fun.

Nicolai is the editor of SitePoint’s Java channel, writes a book about Project Jigsaw blogs about software development on codefx.org, and is a long-tail contributor to several open source projects. You can hire him for all kinds of things.

Apache Kafka

Language

The talk will be given in German. Slides are in English.

Registration

Wir freuen uns über Eure Anmeldung (optional und unverbindlich) auf unserer Meetup-Seite.

Termin

Der Vortrag findet am 01.12.2016 um 19:00 Uhr in der Uni Mannheim A5, 6 im Raum C013 statt (Anfahrtsbeschreibung).

Abstract

Apache Kafka ist ein verteilter Message Broker, der nach dem Publish-Subscribe-Prinzip arbeitet. Durch seine Architektur kann ein Kafka-Cluster immensen Durchsatz bei sehr niedriger Latenz erreichen – und obendrein noch hervorragend horizontal skalieren. Florian Troßbach erläutert die Grundkonzepte und demonstriert, wie Clients mit Kafka interagieren können.

Bio

Florian Troßbach arbeitet als IT-Consultant bei der codecentric AG. Seine Wurzeln hat er in der klassischen Java-Enterprise-Entwicklung, mittlerweile gilt sein Hauptaugenmerk jedoch dem Themenbereich “Fast Data” und dem SMACK Stack.

hello.kt - putting the fun in your code

Language

The talk will be given in English.

Registration

Wir freuen uns über Eure Anmeldung (optional und unverbindlich) auf unserer Meetup-Seite.

Termin

Der Vortrag findet am 27.10.2016 um 19:00 Uhr in der Uni Mannheim A5, 6 im Raum C013 statt (Anfahrtsbeschreibung).

Abstract

In this talk we take a look at the Kotlin Programming Language. Based on a sample application, we will go over the language features and see how they compare to Java. We will discuss the interoperability between both languages and see how to build Kotlin applications using Gradle.

Bio

Alexander Hanschke works at techdev Solutions and is helping clients to realize IT projects mostly based on Java. He resisted to jump at a new language for a long time, but eventually fell in love with Kotlin.

Continuous Delivery mit Feature Toggles

Language

The talk will be given in German.

Registration

Wir freuen uns über Eure Anmeldung (optional und unverbindlich) auf unserer Meetup-Seite.

Termin

Der Vortrag findet am 29.09.2016 um 19:00 Uhr in der Uni Mannheim A5, 6 im Raum C013 statt (Anfahrtsbeschreibung).

Abstract

Im Zeitalter von Continuous Delivery möchte man möglichst häufig und schnell Änderungen in Produktion bringen. Nur was macht man, wenn Features noch nicht fertig implementiert sind oder noch nicht veröffentlicht werden sollen?

Eine mögliche Lösung ist die Isolierung von Features über Branches. Bei vielen Features bzw. Features mit langer Entwicklungszeit kommt man hier schnell in die Merge-Hölle.

Eine andere Lösung sind Feature Toggles, über die Features im Live-Betrieb versteckt werden können. Das heißt man entkoppelt das Ausrollen von Funktionalität vom eigentlichen Deployment.

Feature Toggles bieten noch einige weitere Vorteile, wie z.B. die Möglichkeiten von A/B-Tests, Canary Releases etc. Es existieren aber auch Risiken, die in diesem Vortrag nicht unerwähnt bleiben sollen.

Der Vortrag beschäftigt sich außerdem mit der Togglz-Library. Wie damit Feature Toggles in realen Projekten umgesetzt werden können, wird an Hand von Code-Beispielen gezeigt.

Bio

Kai Hofstetter ist Senior Softwareentwickler bei 1&1. Er beschäftigt sich seit über 15 Jahren mit Java, macht aber auch gerne Ausflüge zu anderen Programmiersprachen, wie z.B. Scala.

Er interessiert sich u.a. für alles was die Effizienz der Softwareentwicklung steigert und die Softwarequalität verbessert, wie z.B. Continuous Delivery.

Kai hat bereits bei verschiedenen Web-Anwendungen Erfahrungen mit der Einführung von Feature Toggles gesammelt und ist Togglz Contributor.

Des Weiteren gilt sein besonderes Interesse dem Thema Security von Web-Applikationen.

Lean Microservices using OSGi

Language

The talk will be given in German.

Registration

Wir freuen uns über Eure Anmeldung (optional und unverbindlich) auf unserer Meetup-Seite.

Termin

Der Vortrag findet am 10.08.2016 um 19:00 Uhr in der Uni Mannheim A5, 6 im Raum C014 statt (Anfahrtsbeschreibung).

Abstract

Microservices and their frameworks like spring boot allow to start fast but can easily produce ugly monoliths again. OSGi on the other hand provides great modularity but is regarded as more complex than spring boot and alike. This Talk shows how to create lean and modular microservices using OSGi, maven and bndtools. The build result is a runnable jar or docker image and nicely fits microservice deployments. See how OSGi allows the flexibility to deploy each microservice on its own and let them communicate over (REST) remote calls or deploy them together and talk using OSGi services locally using the same business code bundles.

Bio

Christian Schneider is an Open Source Architect at Talend. He was the responsible architect for the Services Oriented Architecture of EnBW Trading GmbH (Trading floor of one of Germany’s largest utility companies). He specializes in OSGi and practical integration solutions. He was a a regular speaker at several Java conferences in Germany like JAX. W-JAX and at Apachecon.