Java
-
Understanding the concept behind ThreadLocal
Intro I was aware of thread local but never had the occasion of really using it until recently. So I…
Read More » -
Sorting Spring Data MongoDB collections using @OrderBy
This is already third post about tuning and enhancing Spring Data MongoDB capabilities. This time I found that I miss…
Read More » -
JasperReports JSF Plugin Use Cases – Simple List Report
This is the first “use case article” of the JasperReports JSF Plugin Series and I will focus on a simple…
Read More » -
ZK in Action: MVVM – Form Binding
This is the second episode in our efforts to build a ZK application from the ground up. The previous post…
Read More » -
Three steps to follow MVC while building Java Web application
Step #1 DO Always process URL(POST forms, link clicking etc) by servlet / action bean and never by JSP WHY…
Read More » -
ZK in Action: MVVM – Update View Programmatically
In the previous 2 posts we’ve used ZK’s MVVM functionalities to: load data into a table save data with form…
Read More » -
java.lang.NoClassDefFoundError: How to resolve – Part 3
This article is part 3 of our NoClassDefFoundError troubleshooting series. As I mentioned in my first article, there are many possible…
Read More » -
JMS with ActiveMQ
JMS with ActiveMQ JMS short for Java Message Service provides a mechanism for integrating applications in a loosely coupled, flexible…
Read More » -
ZK in Action: MVVM – Load and Render Data
A previous post had briefly introduced the RIA framework ZK and how its CSS Selector inspired controller mechanism alleviates some…
Read More »