↧
Winp – Windows Process Libary
It is not an easy task to manipulate with Windows process from Java program. The standard JDK allowed create native process, and destroy the native process that created by same Java program. (via...
View ArticleXMLTool – Java DSL for create XML
In Java, we usually create XML document through DOM API that come with standard JDK. DOM API is good, but sometime the code we wrote with DOM API is verbose. Here is an example of the code required to...
View Article