iterating throughout java.util.Map

as you may know, there is no method in java.util.Map just like listIterator(). So, to go through java.util.Map, you change it first into Set. This post will clearly describe that.
Read more »

Struts2-Spring-Hibernate

In this post, i upload sample code, which shows you how to integrate Struts2-Spring-Hibernate. The library needed is not included. You must place struts2 core library, spring core library, and of course hibernate core library.

Every comment will be appreciated.

struts2.rar-click here to download

Struts 2 and Spring 2 Integration

Yeah !!!

Finally, after several minutes of work, I found how to integrate Struts 2 and Spring. This is based on struts 2 manual. In this post, I will show you how to integrate those 2 framework. May be, this is not new for you, but right now I still don’t find the same article as this one.
Read more »

using checkboxlist in struts2

Yesterday, i was still confusing how to use checkboxlist in Struts 2 to collect user input, using html checkbox. But now, I understand how to use it. I’ll give a simple example. I assume that you have understood Struts 2
Read more »

1:1 join in iBatis

In this article i’ll share my knowledge about how to join 2 table in 1:1 relationship, using iBatis data mapper. If you don’t know what iBatis is actually about, please visit http://ibatis.apache.org.
Read more »