Kategorien
Software-Entwicklung

OOP 2014 – erster Tag

This entry is part 1 of 7 in the series OOP 2014 Report

Dieses Jahr bin ich drei Tage auf der OOP Konferenz. Hier einige Notizen zu den von mir besuchten Talks und Keynotes. (noch nicht ganz fertig) Enterprise Application Integration War Stories So viele Stories waren es dann doch nicht. Die beiden Vortragenden sind u.a. auf die EAI-Patterns eingegangen. Erwähnt, weil mit Erfahrung hinterlegt, wurden Apache Camel…

Kategorien
Software-Entwicklung Web

Doubletten im Internet finden

Ich habe auf meiner Homepage eine kleine HTML-Seite / „Web-App“ wiederentdeckt. Sie soll „Doubletten“ (Plagiate, doppelter Content ect.) eines vorgegeben Textes im Internet finden. Das geht ganz einfach: auf der Doublettenfinder Seite einfach den Vorgabe-Text in die Textbox kopieren und auf „prüfen“ klicken. Dann werden bestimmte Wörter aus dem Text ausgewählt (die Anzahl kann in…

Kategorien
Java

Default timeouts for network connections in Java

You often find the answer to „How do I set default timeouts for (outgoing) network connectins in Java“ is [sourcecode language=“java“] System.setProperty(„sun.net.client.defaultReadTimeout“, „30000“); System.setProperty(„sun.net.client.defaultConnectTimeout“, „30000“); [/sourcecode] But this may or may not work. Because, as stated by Sun in 2005: Yes, it [the default timeout] is cached, or more precisely it is looked up only…

Kategorien
Software-Entwicklung

Using Outlook through VB Script

To automate MS Outlook, you usually use macros (written in Visual Basic for Applications aka VBA). But often, company security policies denies access to Outlook Macros. But you can still use VB Script aka VBS. Here I show two scripts that copy parts of an Outlook email to the Windows clipboard. A third script forwards…

Kategorien
Software-Entwicklung

Log files and administrators (in IT Operations departments)

When I look at the log files our server application creates (esp. the middleware tier) there is much information in it. But how much of it is helpful for administrators, our colleagues in „IT Operations“ department who are in charge of keep these applications running? When you think about it, it all comes down to resources.…

Kategorien
Software-Entwicklung

BED-Con: CoffeeScript-Vortrag

Unter dem Titel „Why Coffee is good for Developers“ hielt Moritz Grauel einen Talk über CoffeeScript. Er brachte den Vortrag locker bis lustig rüber und scheint beispielsweise ein Fan von oatmeal.com zu sein. CoffeeScript will „Javascript minus (einigen) WTFs“ sein, von denen Moritz einige präsentierte (via wtfjs.com). Genannt wurde z.B. Operator „==“ mit type coercion, „===“…

Kategorien
Software-Entwicklung Musik

Video: The Java Life

Lustiges Rap-Video über Java-Programmierer: http://www.youtube.com/watch?v=B-iiz62T4Zw

Kategorien
Software-Entwicklung Java

Berlin Expert Days 2012

Die „Berlin Expert Days 2012“ war eine zweitägige Softwareentwicklungs-Konferenz in Berlin. Ich war das erste Mal dabei und es hat mir gut gefallen. Die Konferenz findet im Fachbereich Informatik an der FU-Berlin statt. Sie ist nicht sehr groß (Räumlichkeiten: 1 Hörsaal, 2 Seminarräume), wobei dieses Jahr wohl nicht alle Anmeldungen auch ein Ticket bekommen haben.…