Java & containers: what I wish I knew before I used it

They told you that using Java with containers was great, but they never mentioned that it wouldn’t be that easy, right? You have all the advantages of containers like isolation, scalability, ease of deployment, and version management, but what about the pitfalls when using it with Java? Memory management, image size, initialization time … sometimes … Read more

Jakarta EE Cookbook

About one month ago I had the pleasure to announce the release of the second edition of my book, now called “Jakarta EE Cookbook”. By that time I had recorded a video about and you can watch it here: [embedyt] https://www.youtube.com/watch?v=SFbDs1HKEyA[/embedyt] And then came a crazy month and just now I had the opportunity to … Read more

How chaos engineering will guarantee the resilience of your services

Article originally posted by myself at https://medium.com/oracledevs/how-the-chaos-engineering-will-guarantee-the-resilience-of-your-services-20a01471fa8e If you are more a “video person“, I have this same content published on my YouTube channel in a playlist with 9 videos: [embedyt] https://www.youtube.com/embed?listType=playlist&list=PL-zC883FSfIpnmhCamE22lLFItUYyx_nz&v=cioc-rWmcZI[/embedyt] There’s a fact: sometimes, something goes wrong. Are your services prepared for this moment? It isn’t only about to predict any kind of … Read more

Develop, build e and run Java-EE-8-powered microservices

Learn how to work with Java EE 8 microservices in this guest post by Mario-Leander Reamer, a senior Java developer and the author of Building RESTful Microservices with Java EE 8. In this section, you’re going to take a look at the following things: How to develop, build, and run your first Java-EE-8-powered microservices Required Java EE … Read more