Meetup: Workshop Reactive Programming @ NS
Workshop Reactive Programming (NS & Craftsmen) Location: NS Headquarters Address: Laan van Puntenburg 100, Utrecht Date: 16 December 2016 Time: 14.00h – 18.00h Signup: via Meetup or if you don’t have a Meetup account directly via this form. Important: Please note there is maximum availability for…
Spock als Test Framework
Spock is een Open Source framework om tests en ‘specifications’ in Groovy te schrijven. Hierdoor is het ook geschikt om (o.a.) voor Java applicatiesgebruikt te worden. Spock is opgezet met al bewezen frameworks en technologieën in het achterhoofd; JUnit, jMock, Mockito, RSpec, Groovy en Scala bijvoo…
Angular 2.0 – The new big framework?
AngularJS 2.0 AngularJS is op dit moment één van de meest populaire open Source javascript frameworks voor het bouwen van ‘single-page’ web applicaties. Enkele voordelen van Angular ten opzichte van andere MVC-frameworks zijn o.a. de declaratieve user interface, standaard componenten door ‘directives’, meer functionaliteit met…
Circuit Breaker Implementation in Java EE
Introduction One of the common patterns used when calling remote functions is the circuit breaker pattern. It is described by Martin Fowler and also in the book ‘Release It’ of Michael Nygard. The cicruit breaker acts like a circuit breaker in real life. You wrap a remote function…