I really like the new SABnzbd 0.6 version, works like a charm. Since they are actively updating it I was doing the service install step manually each time after updating my SABnzbd installation. But more than once I forgot how to register the service and especially that the -f argument needs a path and not [...]
[Read the complete article...]
For my current client I am involved in the process of creating a list with allowed, deprecated and blacklisted frameworks and dependencies. I`ve noticed that there are a lot of internal projects that copy dependencies and framework choices from previous projects and are therefore using old and deprecated libraries. We are trying very hard to [...]
[Read the complete article...]
Last month I blogged about the lacking gzip support in the Spring Android RestTemplate. Some collegues at my current client were struggeling invoking gzip encoded RESTful services using Spring 3.0 Web MVCs RestTemplate. While searching the web they found my blog post about Spring RestTemplate and the gzip troubles and decided to ask me for [...]
[Read the complete article...]
Spring 3.1, whats new and whats coming?
Hightlights of Spring 3.1 Conversation management Environment based profiles (ala ruby/grails) Configuration enhancements See the presentation by Juergen Hoeller http://www.infoq.com/presentations/Spring-3.0-3.1-3.2 More on configuration enhancements in Spring 3.1 http://www.infoq.com/presentations/Configuration-in-Spring-3-1 Download article as PDF
[Read the complete article...]
The org.springframework.web.client.RestTemplate lacks support for gzip encoding. The RestTemplate is a class that is provided by the spring-android module for calling RESTfull services. The Accept-Encoding header for gzip is not being added to the request by spring-android. I have added support for gzip to the RestTemplate and I created a patch for it. See the [...]
[Read the complete article...]