1. IntroductionIn this post, we feature a comprehensive Example on Java Composite Design Pattern. …
Microsoft and Azul Systems bring free Java LTS support to Azure
Java developers on Azure and Azure Stack can build and run production Java applications using Azul Systems Zulu Enterprise builds of OpenJDK without incurring additional support costs.
Jenkins on AWS (part 1)
This are my verbatim notes to the PEAT UK podcast:Hello there once again to another hot shot. My…
“If you’re a Java developer and you’re writing microservices, Helidon is a great choice” – JAXenter
If you need an easier way to build microservices, you should give Helidon a try. Dmitry Kornilov, Helidon Project Lead explains what’s under Helidon’s hood.
Be as serverless as you can, but not more than that
No doubt, if you’ve been paying attention to technology trends, you’ve seen the rise in interest of …
Java history 101: The rise of a programming language
Java is the world’s most popular programming language. How far has it come since it creation back in 1996 and what led to its success?
Java 11 and IntelliJ IDEA | IntelliJ IDEA Blog
Posted on September 26, 2018 by Trisha Gee This week Java 11 was released ! It feels like only yesterday that we was saying the sa….
Java Testing Weekly 39 / 2018
There are many software development blogs out there, but many of them don’t publish testing articles on a regular basis. Also, I have noticed that some software developers don’t read blogs written by software testers. That is a shame because I think that we can learn a lot from them. That is why I decided to create a newsletter that shares the best testing articles which I found during the last week. Let’s get started. Technical Stuff A Quick Guide to @TestPropertySource is a practical blog post that describes how you can provide property values to the system under test by using the @TestPropertySource annotation. Also, keep in mind that you can use this annotation when you are writing tests for Spring or Spring Boot applications. Testing a Spring Message Producer and Consumer against a Contract with Pact is a good blog post that describes how you can create a contract between the message producer and the message consumer by using the Pact framework, and explains how you can write tests which ensure that the both the producer and consumer are working as expected. The Really Valuable Stuff Looking beyond the Tester-to-Developer Ratio is an interesting blog post which explains
Java 11: A new way to handle HTTP & WebSocket in Java! – JAXenter
Adrian D. Finlay explains how you can take advantage of new changes in Java 11 to perform a REST API call to handle HTTP and WebSocket operations.
Weekly round-up: JavaFX 11, Angular v7 beta.6, Kotlin 1.3 & more – JAXenter
Every Monday we take a step back and look at all the cool stuff that went down during the previous week: JavaFX 11, Angular v7 beta.6, Kotlin 1.3 & more.
Java 11 is here! – JAXenter
Java SE 11 (JDK 11) is here but that’s definitely not the only reason to celebrate: This is also the first LTS release in Oracle’s new six-month cycle.
10 Useful Tools and Libraries for Programmer and IT Professionals
Every trade has their tools and software development is no different. A good programmer knows his tools better than others and also have…
JDK 11 – End of road for Java EE & CORBA modules and Nashorn JavaScript Engine. What’s left to axe? – JAXenter
The second part of the interview series is all about Java 11: we dissect influencers’ favorite features and we talk about what’s left to axe. Don’t miss it!
Different Ways to Capture Java Heap Dumps | Baeldung
Learn multiple ways to capture a heap dump in Java