Enterprise Java
-
Installing Liferay 6.2 Enterprise Edition on Websphere 8.0
Preparing Websphere for Liferay When the application server binaries have been installed, start the Websphere application server (WAS) Profile Management…
Read More » -
Retry-After HTTP header in practice
Retry-After is a lesser known HTTP response header. Let me quote relevant part of RFC 2616 (HTTP 1.1 spec): 14.37…
Read More » -
NoSQL with Hibernate OGM – Part two: Querying for your data
After the first final version of Hibernate OGM came out end of January the team has been busy crafting a…
Read More » -
Stress testing the OIM web (UI) layer
The default configuration in Oracle IDM reserves 20 threads dedicated for serving front end (UI) requests. This basically means that…
Read More » -
Beginner’s Guide to Hazelcast Part 6
This is the sixth post in a series of posts about Hazelcast. If one has not read the last five,…
Read More » -
EE JSP: Generating Dynamic Content with JSTL Tag Libraries
Besides writing your own Custom Tags in JSP, you will find that Java EE actually provides a set of Java…
Read More » -
Sneak peek into the JCache API (JSR 107)
This post covers the JCache API at a high level and provides a teaser – just enough for you to…
Read More » -
Netflix Governator Tests – Introducing governator-junit-runner
Consider a typical Netflix Governator junit test. public class SampleWithGovernatorJunitSupportTest…
Read More » -
Top 10 Most Common Java Performance Problems
Java performance is an issue of interest for all Java application developers, since making an application fast is as important…
Read More »