Why Hibernate is so much more powerful than JDBC

Should I use Hibernate for the next project? How does it compare to JDBC
This question get’s asked a lot. And the first answer is most of the times: That is comparing apples and oranges. And of course that is true. But if you are a little kid apples are round and tasty and so are [...]

Posted in: Datenbank, Java, Softwareentwicklung by Jens Schauder 8 Comments

Infos zum Thema Testen


Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/www/web338/html/WordPress/wp-content/plugins/simple-tags/inc/client.php on line 1310

Warning: shuffle() expects parameter 1 to be array, null given in /home/www/web338/html/WordPress/wp-content/plugins/simple-tags/inc/client.php on line 1311

Warning: Invalid argument supplied for foreach() in /home/www/web338/html/WordPress/wp-content/plugins/simple-tags/inc/client.php on line 1312

Testen ist wichtig, und seit einigen Jahren ist es zumindest in der Form von (J)Unit test schon fast beliebt geworden. Gut so. Nicht so toll ist, dass leider eine Menge Leute denken, JUnit wäre alles was man zum Thema wissen kann und muss. Ich denke den Lesern meines Blogs ist klar, dass das nicht so [...]

Annotations und Dependencies


Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/www/web338/html/WordPress/wp-content/plugins/simple-tags/inc/client.php on line 1310

Warning: shuffle() expects parameter 1 to be array, null given in /home/www/web338/html/WordPress/wp-content/plugins/simple-tags/inc/client.php on line 1311

Warning: Invalid argument supplied for foreach() in /home/www/web338/html/WordPress/wp-content/plugins/simple-tags/inc/client.php on line 1312

Seit mit JDK 1.5 (aka Java2 Version 5 (Kopfschüttel)) Annotations eingeführt wurden, wurden viele XML Dateien durch Annotations ersetzt. Prinzipiell sind Annotations auch eine feine Sache, aber bei der ganzen Begeisterung für die (nicht mehr so ganz) neue Technologie schiesst man leicht über das Ziel hinaus. Falls euch das noch nicht passiert ist, dann ist [...]

Posted in: Java, Softwareentwicklung by Jens Schauder 1 Comment

Kunden von agilen Ansätzen überzeugen


Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/www/web338/html/WordPress/wp-content/plugins/simple-tags/inc/client.php on line 1310

Warning: shuffle() expects parameter 1 to be array, null given in /home/www/web338/html/WordPress/wp-content/plugins/simple-tags/inc/client.php on line 1311

Warning: Invalid argument supplied for foreach() in /home/www/web338/html/WordPress/wp-content/plugins/simple-tags/inc/client.php on line 1312

Als Mitarbeiter eines Softwaredienstleisters habe ich mit agilen Methoden immer wieder ein großes Problem: “Wie überzeuge ich den Kunden?” Es sollte in seinem Interesse sein, mit den Softwareentwicklern, die Anwendung in kleinen Häppchen zu spezifizieren, zu entwickeln und auszuprobieren. Aber der Kunde sieht die Sache anders. Er hat oft schlechte Erfahrungen gemacht. Anbieter haben nicht [...]

Swing ist tot, es lebe …?


Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/www/web338/html/WordPress/wp-content/plugins/simple-tags/inc/client.php on line 1310

Warning: shuffle() expects parameter 1 to be array, null given in /home/www/web338/html/WordPress/wp-content/plugins/simple-tags/inc/client.php on line 1311

Warning: Invalid argument supplied for foreach() in /home/www/web338/html/WordPress/wp-content/plugins/simple-tags/inc/client.php on line 1312

Vor fast zwei Jahren habe ich die Arbeit an einem Swing basierten Projekt begonnen. Die anderen Teammitglieder fragten mich, was ich von der Entscheidung für Swing und gegen Webtechniken hielt. Ich habe ihnen gratuliert. In meiner Erfahrung werden viel zu viele Webanwendungen gebaut. Klar, Webanwendungen haben Vorteile, aber eben nicht nur. Und für viele Dinge [...]

Posted in: Java, Softwareentwicklung by Jens Schauder 4 Comments

Wie ehrlich bist du?


Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/www/web338/html/WordPress/wp-content/plugins/simple-tags/inc/client.php on line 1310

Warning: shuffle() expects parameter 1 to be array, null given in /home/www/web338/html/WordPress/wp-content/plugins/simple-tags/inc/client.php on line 1311

Warning: Invalid argument supplied for foreach() in /home/www/web338/html/WordPress/wp-content/plugins/simple-tags/inc/client.php on line 1312

Gestern schrieb Stefan Hagen in seinem PM-Blog Artikel über das Buch Mythos Authentizität:
Denn bedingungslose Authentizität kann vom Umfeld sehr wohl als Schwäche interpretiert werden – gerade in Führungsetagen. Und man kann behaupten, was man will: Schwäche zu zeigen ist in Managementpositionen langfristig sicherlich nicht karriereförderlich!
Und Gunter Dueck schlägt in die selbe Kerbe:
„Papa, wir sind jetzt [...]

Posted in: Management, Motivation by Jens Schauder 3 Comments