Java
-
Microservices Series: MicroProfile and Apache TomEE
Introduction MicroProfile is an initiative started in September 2016 by group of prominent vendors to build a Microservices architecture based…
Read More » -
Deprecating Java’s Finalizer
JDK-8165641 (“Deprecate Object.finalize”) has been opened to “deprecate Object.finalize()” because “finalizers are inherently problematic and their use can lead to…
Read More » -
Consumer Driven Testing with Pact & Spring Boot
Recently a colleague of mine stumbled across Pact.io, Our current application had grown to over 50 services and we we’re starting…
Read More » -
Apache Lucene 7.0 Is Coming Soon!
The Apache Lucene project will likely release its next major release, 7.0, in a few months! Remember that Lucene developers generally try…
Read More » -
Beware of slow transaction callbacks in Spring
TL;DR If your application is failing to obtain new database connection, restarting ActiveMQ broker may help. Interested? The problem with…
Read More » -
Run Eclipse IDE on One Version of Java, but Target Another
The Eclipse IDE for Java™ Developers (and the other Java developer variants) is itself a Java application that’s used to build…
Read More » -
Service Discovery with Java and Database application in DC/OS
This blog will show how a simple Java application can talk to a database using service discovery in DC/OS. Why Service Discovery? An…
Read More » -
Stateful Containers using Portworx and Couchbase
Containers are meant to be ephemeral and so scale pretty well for stateless applications. Stateful containers, such as Couchbase, need to…
Read More » -
The ANTLR mega tutorial
Parsers are powerful tools, and using ANTLR you could write all sort of parsers usable from many different languages. In…
Read More »