Archive for the ‘Programming’ Category
In the last article I introduced the highly recommendable book ”Clean Code“ written by Robert C. Martin. While I tried to essentially describe what the book is about and what’s so great about it, I would like to comment on some of his so-called ”code smells“. I do not want to challenge the quality of [...]
September 21st, 2010 | General, Programming | agile methods, book, code, software development | No Comments
As a software developer you are facing many different tasks you have to deal with. Requirements have to be gathered, architectures created, algorithms selected or designed, tests specified, changes considered and finally (and not to an insignificant part) code created and modified. Like in the other areas of software development, one question arises also in [...]
September 19th, 2010 | General, Programming | agile methods, book, code, software development | No Comments
There is news: a plugin for WordPress which displays questions you have asked on Stack Overflow in a small widget in your blog. I had built the plugin several weeks ago already, but, until now, I have not gotten around to make it available for download. Of course, I use it in this blog myself [...]
August 14th, 2009 | Announcement, Programming | open-source, plugin, stackoverflow, publication, wordpress | No Comments
After it got fairly quite around this site (again), I finally managed to follow through with part of my announcements back in december last year (!). As of today (yesterday, actually), some small and hopefully useful classes and components for Adobe Flex are publicly available. The “Flex Browser Tools” named collection is published under the [...]
June 22nd, 2009 | Announcement, Flex Browser Tools, Programming | browser, flash, flex, open-source, publication | No Comments
Adobe Flash bringt einige Möglichkeiten mit, um auf entfernte Server zuzugreifen. In dem flash.net Package befinden sich dazu einige Funktionen und Klassen, mit denen auf sehr einfache aber auch mächtige Weise eine Kommunikation per HTTP hergestellt werden kann. Im einfachsten Fall kann dazu schon die sendToURL() Funktion ausreichen, die eine URL per HTTP aufruft, jedoch [...]
November 28th, 2008 | Programming | flash, flex, network, security | No Comments
I am (still) writing my thesis and are currently working on the section about the implemenation of client-server communication. When I started, I would have appreciated a working example of how to provide a web service with Java and thus, I would like to provide one for others who are in the same situation. The [...]
October 11th, 2008 | Programming | axis2, java, tomcat, web-service | 2 Comments