Recently, I stumbled upon JCGO, an interesting project, which translates Java 1.4 code into C.
In this article, I show how to create a Read more
Author: Rafal Rusin
NetCat in Java
Recently, I tried to run netcat under Windows and I failed to compile it. So I decided to write a simple equivalent in Java, which Read more
Table viewer using JQuery plugin and JEE
DataTables is a JQuery plugin, facilitating building Ajax table editors. In this example, I show how to connect it to JEE backend, which is a Read more
Running Qt4 Examples on Embedded Linux using ARM emulator
In this article I will show how to run Qt4-Embedded Examples on Angstrom Linux using QEMU. The procedure doesn’t require any compilation or cross compilation. Read more
Red Black Tree Visualization using HTML5 Canvas and GWT
I created a sample app, which demonstrates HTML5 Canvas usage from Java through GWT. I think GWT is a great tool for migrating desktop apps Read more
Grammar parser in C++
Recently I stumbled upon implementing a simple parser in C++. The task is very classic, however I couldn’t find any good resources on the web Read more
Visualizing GIS data in JavaFX 2.0 beta using GeoTools
Geographic data mostly comprises of polygon coordinates sets along with attributes, like country or city name, etc. This is quite easy to visualize in JavaFX, Read more
Implementing graph editor in JavaFX using MVC like approach
JavaFX has very good SVG support, embedded into language runtime. This makes it interesting choice for implementing custom UI components, which includes graph editors. In Read more
Drawing arrows in JavaFX
Some time in the past, I was wondering what’s the easiest solution for drawing arrowconnections between shapes. The problem boils down to computing boundary point Read more
Apache HISE + Apache Camel
Check out this SlideShare Presentation: