What static methods for interfaces tell you about the Java community Recently I was putting together some code for an OSGi plugin at work. I created an interface to add listeners to an extension point. The code looked something like this: 123 public interface AfterActionListener { public ResultObject doSomething(MyObject myObject);} The idea was simple: At some points in my application I would call all registered listeners, pass them an object and let them do […]
Trip to Croatia My girlfriend and I used the last sunny days in this summer for a trip to Croatia. Being the fist time in Croatia, we were very impressed by its nature, its people and beautiful places. Here are some of our impressions, including Ljubljana, the capital of Slovenia. Best regards, Thomas
First steps with Ractive.js During the summer I had a little bit of free time. I had no university courses, almost no on-going projects and was only working for two days a week. So I decided to build a small web app. Since I was couriosly waiting for some grades to arrive in the online portal of my university, […]
When your Acer Aspire 5560G doesn’t shutdown anymore Last year I bought an Acer Aspire 5560G as my second laptop (yes, sometimes two are better than one). A half year later, I was working pretty much with this laptop and decided to upgrade it with a SSD drive. So I bought a brand new Samsung SSD 840 PRO with 256 GB. I was […]