Hi,Here is my presentation at barcamp phnom penh 2009, on Sunday 4th of October at Pannasastra University (Norodom), in hall room, Room Phnom Tamao at 11:30am to 12:30pm. It was about the state of the art of web development, wanna to express how web technologies going on since it was started and today; also a… Read More


You might already know what is maven; it’s a tool to build / compile or package java project… Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting and documentation from a central piece of information. Here, I… Read More


Jibx is one of the popular XML parsing in Java and also Digester. Jibx bases on binding.xml file to map XML nodes to Java ObjectsDigester also base on digester-rule xml file to map to Java Objects What I found here, in Jibx we need to map all fields of the XML to the binding but… Read More


Eclipse is a multi-language software development environment comprising an IDE and a plug-in system to extend it. It is written primarily in Java and can be used to develop applications in Java and, by means of the various plug-ins, in other languages as well, including C, C++, COBOL, Python, Perl, PHP, and others.[1] Website: http://www.eclipse.org/… Read More