Im Buch „angepasst & ausgebrannt“ von Thomas Leif (Thomas Leif, „Angepasst und ausgebrannt“, München 2010) berichtet die Journalistin Tina Groll von ihrem „Selbstversuch“, der Bremer CDU beizutreten (Veröffentlichung auf sueddeutsche.de). Dabei trifft sie auf Malte Engelmann, den damaligen stellvertretenden Vorsitzenden der Jungen Union und kommt mit ihn in engeren Kontakt. Die Karriereplanung des Jungpolitikers ist…
Autor: Erik
Update: Laut Pressemitteilung des Bezirksamtes wurde die Brücke am 28.11.2014 eröffnet. Wer derzeit mit der S- bzw. Regional-Bahn von Grünau in Richtung Eichwalde (oder anders herum) fährt, dem werden Bauarbeiten auf Höhe der Ost-Anbindung des Flughafen BER an die Görlitzer Bahn beidseits der Gleise auffallen. Ich habe mich schon einige Zeit gewundert, was da mitten…
I recently felt the need for accessing the metrics / statistics of a JDBC Data Source from within an application that is deployed on a Oracle Weblogic Server. I did not succeed right away, so I document it here. Basically we just need some calls to JMX. Using the Weblogic RuntimeServiceMBean we navigate from ServerRuntime…
I love to use Emacs, mostly for org-mode. I also use Notepad++ as an text editor (when using MS Windows), although I would like to use Emacs more. I noticed I choose Notepad++ when I quickly need an editor buffer to paste some text to because Notepad++ has this „New“ icon in its toolbar that…
At OOP 2014, Martin Fowler gave the final keynote, broadly called „Software Design in the 21st Century“. He delivered his keynote in two parts, „Workflows of Refactoring“ and „Not just code monkeys“. An infodeck for the first part is available online, so I won’t cover it here. Frustration with Agile Martin Fowler expressed his frustration…
Ich habe die Notizen und Anmerkungen zu den Vorträgen, die ich an meinem zweiten Tag auf der OOP 2014 besucht habe, bereits in eigenen Blog-Posts verarbeitet: Software-Evolution mit aim42 – Architecture Improvement Method How to improve Estimates for Software: The #NoEstimates view Imposing Rule-Based Architecture on Legacy Systems Gehirnwäsche für Führungskräfte Zu den Vorträgen am…
The outstanding Emacs Org-mode enables you to include source code blocks our text. Org-Babel then enables you to execute that code. Yesterday I came across the Orgmode cookbook. In a section it shows how to write a SQL statement and execute it agains a postgresql database. Very nice I thought, but what about Oracle DB?…
At work our application reads email from a number of POP3 servers using JavaMail. If you trigger the POP3 server’s timeout the session is closed silently und JavaMail does not complain on session.close. In the result, the message is not deleted and will be processed again on the next turn of the background processing task.…