Me! Me! Me!
This blog is the ramblings of Anders Rostgaard Bystrup. I am a CS major, code hacker, trimix diver, eager photographer and sea scout emeritus amongst other dubious titles.
I have a BSc in physics and consequently like to remind people when they fail to remember units in calculations.
Oh, and I work as a freelance software architect and developer. Hire me!
More me:
Me at Home
Me at Work
Me at Stackoverflow
Me at LinkedIn
Me at SISU Foto
...and Facebook - SISU Foto
Me at @sisufoto
Me at bystrup.net/photoNot me:
Bystrup Architecture Design & EngineeringDrinks
Looking for Drinks i det fri?-
Category Archives: Coding
Remote weather sensing — geek style
So: A family member sort of mentioned a desire to monitor the weather a at undisclosed secure location some 100+km from where he lives… Several manufacturers offer solutions to this, but they are either 1) expensive, 2) unelegant or 3) … Continue reading
Posted in Arduino, Coding, Electronics, Networking
Leave a comment
Tracking down a NoSuchMethodError
Caused by: java.lang.NoSuchMethodError: org.apache.xml.serializer.Encodings.isRecognizedEncoding(Ljava/lang/String;)Z at org.apache.xml.serializer.dom3.LSSerializerImpl.write(LSSerializerImpl.java:926) at … If you’ved ever had the unpleasant task of figuring out which of the 200+ JAR dependencies in your project that are causing the a NoSuchMethodError (usually in some XML or webservice code), … Continue reading
Posted in Coding, Java
Leave a comment
GWTP, Guice and Spring non-trivial beans
Having struggled a bit with the somewhat terse documentation and JavaDoc I finally figured out the tricks of using Guice and GWTP along with Spring. As much for my own future reference and for others that may have the same … Continue reading