At BarCamp 2009, topic: The State of The Art of Web Development 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
Run maven commands in Eclipse as External Tool 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 XML loading & Digester, which one is more flexible? 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
In brief about Eclipse IDE 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
Write a string to the specific line or position in the written file in java I got doubt on this point almost 2 hours to seek how can I write a string to a file at the position, I want. Let me try to explain my issue that would help others who will have the same:I extracted the data from database and write it to a file, I have so… Read More