Enterprise Java
-
Externalizing session state for a Spring-boot application using spring-session
Spring-session is a very cool new project that aims to provide a simpler way of managing sessions in Java based…
Read More » -
A common CXF Request Interceptor for all OSGi Bundles
I have been working on Apache CXF, Karaf, Felix from path few months and i find all these bundled technologies…
Read More » -
PrimeFaces 5.0 DataTable Column Toggler
I have had an opportunity to work a bit with the PrimeFaces 5.0 DataTable, and the enhancements are great. Today,…
Read More » -
Red Hat JBoss BRMS and BPMS Rich Client Framework demonstrating Polyglot Integration with GWT/Errai/UberFire and AngularJS
Last week I published a blog highlighting a presentation I gave showing our rich client platform that has resulted from…
Read More » -
Prototyping an enterprise webapp at Devoxx Hackergarten
For the 10th year in a row, I attended DevoxxBe. It’s my favorite Java conference, but the talk schedule isn’t…
Read More » -
Enable Arquillian on an existing Java EE project, using Forge Addon
Tech Tip #34 explained how to create a testable Java EE 7 application. This is useful if you are starting…
Read More » -
Adding Gzip Compression in CXF APIs and Interceptors
Nowadays it has become mandatory to perform Gzipping to the APIs responses, due to huge amount of data we are…
Read More » -
How To Setup Integration & SOA Tooling For JBoss Developer Studio 8
The release of the latest JBoss Developer Studio (JBDS) brings with it the questions around how to get started with…
Read More » -
Don’t repeat expressions in facelets
Have you ever seen repeated EL expressions in JSF like this one? …
Read More »