Java SPI is a standard java way to have binding between contracts and implementations. SPI used for several use cases such as Currency, Loca... (more…)
Read more »
A Persistence Library. Contribute to kevwe-technology-ab/shape-data development by creating an account on GitHub. (more…)
Read more »
In this post we’ll go over setting up the popular mitmproxy tool on an external host and configuring your Java programs to proxy traffic through it, allowing you to debug misbehaving HTTP clients and libraries. OverviewOccasionally, you’ll be faced wi...
Read more »
Java 20 is almost round the corner. We already have a good idea of what new things will be in it. So let us visit them in this newscase: Sequenced Collection... (more…)
Read more »
Java is known for having an insatiable appetite for resources, requiring strict controls to not exceed budget limits. However, the latest JDK updates and other developments have helped to make Java runtime extremely flexible in terms of memory usage. When... (more…)
Read more »