Enterprise Java
-
Server side logging from browser side JavaScript code
Application logging is something we all do in our applications that get deployed on an application server, right? Using frameworks…
Read More » -
Spring from the Trenches: Using Null Values in DbUnit Datasets
If we are writing integration tests for an application that uses Spring Framework, we can integrate DbUnit with the Spring…
Read More » -
The Drools and jBPM KIE Apps platform
With the Drools and jBPM (KIE) 6 series came a new workbench, with the promise of eventual end user extensibility.…
Read More » -
Beginner’s Guide To Hazelcast Part 1
Introduction I am going to be doing a series on Hazelcast. I learned about this product from Twitter. They decided…
Read More » -
Configure JBoss / Wildfly Datasource with Maven
Most Java EE applications use database access in their business logic, so developers are often faced with the need to…
Read More » -
WebSocket Chat on WildFly and OpenShift
Chat is one of the most canonical sample to explain WebSocket. Its a fairly commonly used interface and allows to explain…
Read More » -
Securing WebSocket using wss and HTTPS/TLS
50th tip on this blog, yaay! Tech Tip #49 explained how to secure WebSockets using username/password and Servlet Security mechanisms. This Tech Tip will explain…
Read More » -
The JAXB Well Known Secret
Introduction I rediscovered a library that Java offers to the masses. When I first read the specification, I was confused…
Read More » -
Write SQL in Java with jOOQ
jOOQ is a “database first”, type safe SQL API that allows you to write SQL in Java intuitively as if…
Read More »