Java
-
Black Box Testing of Spring Boot Microservice is so easy
When I needed to do prototyping, proof of concept or play with some new technology in free time, starting new…
Read More » -
Converting between Completablefuture and Observable
CompletableFuture<T> from Java 8 is an advanced abstraction over a promise that value of type T will be available in…
Read More » -
Deployment Pipeline for Java EE 7 with WildFly, Arquillian, Jenkins, and OpenShift
Tech Tip #54 showed how to Arquillianate (Arquillianize ?) an existing Java EE project and run those tests in remote…
Read More » -
Developing a Data Export Utility with PrimeFaces
My day job involves heavy use of data. We use relational databases to store everything, because we rely on enterprise level…
Read More » -
Getting Started with PrimeFaces Mobile
Introduction If you have developed an application that utilizes PrimeFaces, or if you are planning to develop a web application…
Read More » -
Cannot Uninstall JavaFX SceneBuilder 1.0 with JDK 8
I was recently removing some of the software development applications, tools, and files I had used from an old Vista-based…
Read More » -
JMS with JBoss A-MQ on OpenShift. Lessons learned about remote Clients and Encryption.
OpenShift is the “open hybrid cloud application platform by Red Hat”. It comes in different flavors and the most interesting…
Read More » -
Testing secured EJBs with Arquillian
Testing secured EJBs has been historically hard to get right. Up until now, I have been using proprietary techniques like…
Read More » -
Java performance tuning survey results (part III)
This is the third post in a series where we analyze the results of a survey conducted in October 2014.…
Read More »