Java Swing Debugging with IDEA on Linux
Dieser Beitrag wird recht technisch, und damit davon möglichst viele was haben, geht’s auf Englisch weiter Recently, I experienced some problems debugging an Java/Swing application on my Ubuntu Linux...
View ArticleMaster Thesis: Später „Ruhm“ für Prototypen
Etwas mehr als einem Jahr nach Abschluss meiner Master Thesis gelangt der entstandene Prototyp „Watchboard“ zu etwas Ruhm und wird im aktuellen Canoo RIA Newsletter bei den Lab Projekten vorgestellt....
View ArticleRemote Debugging on Tomcat running as a Windows Service
Just in case someone else is having trouble with this: If you try to do remote debugging with a Tomcat running as a service on a Windows box (ok, some of you might stop reading here, fair enough ;-))...
View ArticleAfterburnerDolphin – Effective enterprise JavaFX development
Der folgende Post ist ein Cross-Post zum Canoo RIA Blog und daher auf englisch. Es geht um die Verknüpfung von OpenDolphin und Afterburner.fx – also um Java und Softwareentwicklung. OpenDolphin During...
View ArticleBrowser UI testing with Geb: Debugging Geb tests
Geb provides a very good way for end-to-end tests of browser applications. One drawback while writing is that it might get rick to get the selectors for the UI elements right. Being able to debug, stop...
View ArticleOpenJDK on RaspberryPi / Raspian: Fallback to Oracle JDK
Lately I wanted to use Java on the RaspberryPi a little more intensive. With that involved, there is of course a Gradle build. But it went not as easy a I expected. I attempted to use the openjdk-8...
View ArticleJavaBasel 2016
Mir ist aufgefallen, das man die Website der ersten Java Konferenz in Basel – JavaBasel – leider nicht gut via Suchmaschine finden kann. Das geht soweit, dass man mich darauf angesprochen hat, wann es...
View ArticleJCE ab Java 8u151 per Property aktivieren
Gute Neuigkeiten: Mit Java 8 Update 151 kann man die Java Cryptography Extension (JCE) per property aktivieren, da Oracle den Mechanismus zum handling desselben, der in Java 9 etabliert wurde, auf...
View ArticleJPG with OpenJDK
Some articles in the web (e.g. on stack overflow) claim that OpenJDK does not have support to write JPG images. Looking into it, I foudn that there is a JPEGImageWriter and a...
View ArticleWochenschau – Notizen aus KW 5
Security Öffentlich gewordene Passwörter sind nach wie vor ein großes Ärgernis, nicht zuletzt ins Bewusstsein gerufen durch den Collection #1 Leak, der 22 Milliarden(!) offengelegt hat. Einen...
View Article