Java / NLJUG

551 Videos

J-Fall 2015 Speaker James Weaver – Composing Music in the Cloud

Leveraging the power of Cloud Services, this session demonstrates how music can be analyzed and composed in real-time to augment musical performance with a futuristic instrument. This session contains an introduction to relevant cloud services, and an introduction to music theory and composition. This session also has musical demonstrations and code snippets scattered throughout. In […]

J-Fall 2015 Speaker Jan-Willem van Hermon & Bert Gritter – Van wetboek naar online aangifte

Elke burger kent een mijnverzekering.nl of mijnbank.nl. Ook de Belastingdienst heeft sinds vorig jaar met mijnbelastingdienst.nl zijn eigen portaal voor particulieren. Het team OnLine Aangifte ontwikkelt voor dit portaal formulieren waarmee burgers online aangifte kunnen doen. In deze sessie bespreken hoe we voor het portaal de wet inkomstenbelasting vertalen naar een GWT-web-applicatie. Belangrijke uitdagingen als […]

J-Fall 2015 Speaker Jeroen Borgers – Java 9 Performance

Na de introductie van de ingrijpende wijziging: lambda’s en streams in Java 8, introduceert Java 9 de modulaire JDK (Jigsaw) en een groot aantal minder ingrijpende verbeteringen. Dit kunnen we binnenkort al gaan zien, want de planning is: Feature Complete in december van dit jaar. In productie nemen zal langer duren: General Availability is in […]

J-Fall 2015 Speaker Jeroen Gordijn – Running microservice without fear

Je kunt geen conferentie bezoeken, of artikel lezen of het gaat wel over microservices. Met een microservice architectuur kun je kleine stukjes van je landschap snel ontwikkelen en aanpassen. Hiermee is het dus mogelijk om snel in te spelen op business requirements. Microservices zijn ook zelfstandig te deployen waardoor er geen (complete) downtime is als […]

J-Fall 2015 Speaker Jettro Coenradie – Handling, extending and presenting data with ELK+

More and more people are using the ELK (Elasticsearch Logstash Kibana) stack to analyse their data. Often what they do is using the default logstash, default elasticsearch and standard Kibana dashboards. I would almost say, to bad, since there is so much more possible with these tools. For numerous projects in aviation, car industry, healthcare […]

J-Fall 2015 Speaker Johan Janssen & Martin Kanters – REST no more, use an actor

Tegenwoordig wordt de functionaliteit van de meeste applicaties zoals Microservices beschikbaar gemaakt door middel van een REST interface. Dat werkt best goed, maar zijn er wellicht betere oplossingen? Waarom zouden we geen (remote) actors gebruiken van Akka? We hebben een project uitgevoerd op Raspberry Pi’s waarbij Java applicaties elkaar aanriepen via REST. Sommige aanroepen gebeurden […]

J-Fall 2015 Speaker Joris Kuipers – Booting your micro-services architecture with Spring and Netflix

In this session Joris will show how you can use projects like the Netflix OSS stack and Spring Boot & Cloud to effectively implement a micro-services based architecture. After quickly discussing some pros and cons of a micro-services based approach he’ll cover topics like configuration management, inter-service communication, resilience and monitoring by explaining the various […]

J-Fall 2015 Speaker Marc Evers, Rob Westgeest & Willem vd Ende – Property Based Testing, By Example

Most unit/integration testing as we know it is example-based: we describe examples of how the code under test behaves in our favourite testing framework. Property based testing is a new and promising approach to automated unit testing. It is very different from example-based approaches: in property based testing, you don’t write examples but you describe […]

J-Fall 2015 Speaker Nigel Harniman – Speed up software delivery (Docker- Continuous Delivery)

You’re building applications which have dependencies on configuration files, the operating system and its configuration. Why manage these baselines separately? Why not bundle them into a docker image and manage at the macro level. How do you create this image? How do you track changes to any of the inputs? How do you ensure that […]

J-Fall 2015 Speaker Peter van den Berkmortel & Erik Brakkee – Managing and monitoring a JVM

It is relatively easy to run a Java enterprise application under a low system load in a development environment. However, this gets a lot more difficult if the same application is running in production with a continuous high load, many concurrent users, performing many different tasks varying from short interactions (displaying an object), to long […]