Enterprise Java
-
Getting started with SwitchYard 2.0.0.Alpha1 on WildFly 8.1.0.Final
I’ve been sticking my head into some hot RedHat technologies lately and among the many interesting parts I found SwitchYard.…
Read More » -
Hibernate Statistics with Hawtio and Jolokia
A huge part of enterprise Java deals with data. Among all the different ways of working with data in enterprise…
Read More » -
Deploying a Spring boot application to Cloud Foundry with Spring-Cloud
I have a small Spring boot based application that uses a Postgres database as a datastore. I wanted to document…
Read More » -
Tutorial – REST API design and implementation in Java with Jersey and Spring
Looking to REST in Java? Then you’ve come to the right place, because in the blog post I will present…
Read More » -
HawtIO on JBoss Wildfly 8.1
HawtIO gives awesome eye candy to your JVM based middleware. It’s a unifying console for applications that would otherwise have…
Read More » -
Introducing the JBoss BPM Suite installer
This week we want to introduce you to the rather unknown installer component that is delivered with the JBoss BRMS…
Read More » -
Adding Custom Claims to the SAML Response – (How to Write a Custom Claim Handler for WSO2 Identity Server)
Overview The latest release of WSO2 Identity Server (version 5.0.0), is armed with an “application authentication framework” which provides lot…
Read More » -
Spring 4.1 and Java 8: java.util.Optional
As of Spring 4.1 Java 8’s java.util.Optional, a container object which may or may not contain a non-null value, is…
Read More » -
A beginner’s guide to JPA/Hibernate entity state transitions
Introduction Hibernate shifts the developer mindset from SQL statements to entity state transitions. Once an entity is actively managed by…
Read More »