News

There are many pitfalls to be avoided when creating a beautiful Java API. Effective API development means avoiding these traps and solving real problems.
Embedding Java code into a Unix application developed in C or C++ can create problems related to GUIs or threads synchronization. In this article, Thierry Manfé implements a solution that relies ...