Part of five-cents demo This topic is part of the ‘contract’ system of the Five-cents demo : The source code is available on GitHub, under /backends/contract folder. Build REST mocks with SOAPUi Our only concern, for this part of the demo, is to build a quick and dirty contract system that responds to contract requests.... Continue Reading →
Exposing a SOAP WebService under Thorntail
Part of five-cents demo This topic is part of the ‘old-client’ system of the Five-cents demo : The source code is available on GitHub, under /backends/client-legacy and/framework/utils folder. Project initialization For this project, we want to build an old SOAP Client legacy system, and expose it with Thorntail for ease of use, and avoid a bigger... Continue Reading →
WebSocket simple implementation for checking javax.interceptor.Interceptors moderator actions
Part of five-cents demo This topic is part of the ‘new-client’ system of the Five-cents demo : The source code is available on GitHub, under /backends/client-brandnew and/framework/utils folder. Before proceeding, you may have a look a the previous article : Producing some REST HATEOAS navigation elements with JAX-RS 2.0 Adding a javax interceptor moderator to simulate timeouts... Continue Reading →
Producing some REST HATEOAS navigation elements with JAX-RS 2.0
Part of five-cents demo This topic is part of the 'new-client' system of the Five-cents demo : The source code is available on GitHub, under /backends/client-brandnew and /framework/utils folder. Before proceeding, you may have a look a the previous article : Exposing JEE JAX-RS resources under Thorntail with Swagger and Swagger-UI embedded The Location header in the... Continue Reading →
Five-cents demo
Presentation This simple demo aims at setting up a few components to mock a company information system (let's call it five-cents...), and to expose them into the container and orchestration world (Docker, Docker compose, Kubernetes, OpenShift). To make this more fun, we will take benefit of setting up this sandbox to embrace some interesting concepts, with... Continue Reading →
Exposing JEE JAX-RS resources under Thorntail with Swagger and Swagger-UI embedded
Part of five-cents demo This topic is part of the 'new-client' system of the Five-cents demo : The source code is available on GitHub, under /backends/client-brandnew and /framework/utils folder. Project initialization Our concern here is to make a very simple unique microservice to expose a Client resource, with Thorntail (new name of WildFly-Swarm since the... Continue Reading →
Using a RaspBerry Pi 3+ as a desktop computer
Far from traditionnal automation or electronic traditional uses for RaspBerries, my brother and I had this idea in mind for quite a long time : using a RaspBerry to replace the old Windows computer of our parents. The computer needs of our parents is relatively simple : - Navigate on the Internet (yeah !) -... Continue Reading →
Minikube installation on Linux Mint
1 - Different options to make a Kubernetes up and running 2 - Minikube installation on a simple Linux Mint laptop 3 - Installation of kubectl 1 - Different options to make a Kubernetes up and running In order to play with a Kubernetes cluster, we first need to install one. Multiple options to get... Continue Reading →