J-Fall 2017

39 Videos

J-Fall 2017 Speaker Bas Peters – Inner Source: practices of open source used internally

More and more organisations adopt open source principles to build software. They recognise that open source projects are a productive and successful way of delivering high quality code that solves complex business problems. These organisations allow their developers to share their work without boundaries, require code reviews to be focussed and open to everyone in […]

J-Fall 2017 Speaker Davor Sauer – Putting your head in the clouds

Lessons learned in creating a product with both traditional and cloud deployments. Enabling customers to moving from on premise deployment to cloud deployment. What were architectural and technology decisions and how we rolled them out to have a flexible cloud ready product. Bio Davor Sauer: Currently working as Software Architect in Backbase R&D. He like […]

J-Fall 2017 Speaker Michel Schudel – No-frills REST api testing with REST-Assured

As the number of REST based services in our application landscape grows, we better make sure they are tested really well! Component-Testing REST API’s (that is, testing the REST API against a fully deployed artifact) can be a bit of a pain, however, using existing solutions like SoapUI, PostMan, or Cucumber. Enter REST-Assured, a library […]

J-Fall 2017 Speaker Heather VanCura – Panel session with Java Experts – How to Grow Your Career

This session includes advice on how developers can manage their careers and create opportunities for further advancement by participating in collaborative activities such as open-source development projects and participation the Java Community Process and adoption efforts. In this session you will learn practical advice derived from our collective years of experience working with the Java […]

J-Fall 2017 Speaker Guy Rombaut – From Monolithic to SoC: Architecture & Teams

In this talk, I will discuss the evolution of frontend architecture – from monolith software which consist of backend and front end together (e.g. PHP generating JS/HTML), to separation of concerns (use of APIs, micro services etc). In addition, I will discuss about how different type of architectures and patterns can match to the growth […]

J-Fall 2017 Speaker Mark Heckler – Going Reactive with Spring 5 & Project Reactor

Spring 5 is here! One of the most exciting introductions in this release is support for reactive programming, building on Project Reactor to support message-driven, elastic, resilient, and responsive services. Spring 5 integrates an MVC-like component model adapted to support reactive processing and a new type of web endpoint, functional reactive endpoints. In this talk, […]

J-Fall 2017 Speaker Roy van Rijn – Fostering an evolving architecture in the agile world

What is software architecture? Is it the decision to adopt microservices? Is it the document that describes the layers in your Java EE application? No, every line of code you commit is part of your evolving architecture. During this talk I’ll explain how we, at the Port of Rotterdam, manage our software architecture in an […]

J-Fall 2017 Speaker Sam Aaron – Live Coding Time & State with Sonic Pi

Live Coding systems encourage us to think extremely differently about programming languages. In addition to considering standard requirements such as reliability, efficiency and correctness we are also forced to deal with issues such as liveness, coordination and synchronization all whilst working in real time. Live Coders not only run and modify our code live — […]

J-Fall 2017 Speaker Sander Mak – Designing for Modularity with Java 9

Java 9 brings modules as a core concept to the platform, but it’s more than just a language feature. With modules in Java 9, we can improve the design of code to increase maintainability and extensibility. As with every design principle, modularity requires thought and trade-offs to really reap the benefits. This session covers design […]

J-Fall 2017 Speakers Dalibor Topic, Robert Scholte & Uwe Schindler – Working with JDK 9 in Practice

With the JDK 9 GA release, more developers are starting to explore how their code builds and runs with JDK 9. In this panel, leading developers of some of the most popular open source projects (Apache Lucene & Apache Maven) will discuss their experiences making their projects’ code ready for JDK 9 and Project Jigsaw. […]