Java
-
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 » -
XSL Transformation in Java: An Easy Way
XSL transformation (XSLT) is a powerful mechanism for converting one XML document into another. However, in Java, XML manipulations are…
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 » -
JavaFX Tip 17: Animated Workbench Layout with AnchorPane
I recently had to implement a layout for an application where the menu area and the status area could be hidden…
Read More » -
A JSF List Example
This is an example list application built using JSF 2.0 (JavaServer Faces). The app is a list of todo (to…
Read More » -
Top 10 Easy Performance Optimisations in Java
There has been a lot of hype about the buzzword “web scale“, and people are going through lengths of reorganising…
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 » -
Apache Cassandra and Low-Latency Applications
Introduction Over the years, Grid Dynamics has had many projects related to NoSQL, particularly Apache Cassandra. In this post, we…
Read More »