Semtinel Workbench released on Sourceforge
Monday, May 24th, 2010Finally, after roughly three years of development, Alexander Hanschke and IÂ now released a version of Semtinel to the public. (more…)
Finally, after roughly three years of development, Alexander Hanschke and IÂ now released a version of Semtinel to the public. (more…)
Do you use Netbeans? It is my favorite IDE for Java development and beside the IDE, it also provides the Netbeans Platform, a GUI framework that makes the development of GUI applications (so called Rich Client Applications) very easy. One of the features, that the Netbeans Platform provides, is the management of updates. The user can easily install and update new modules, the building blocks of a Netbeans Platform application. Now these updates can also be distributed very easily via a simple webserver that supports PHP. (more…)
Today, I spent some time to dive deeply into the heart of the Semtinel Core to fix a performance leak that occured since I did some experiments with rather large annotation sets. I ran into several difficulties that might be interesting to other developers as well, so this post covers the following topics: