java

Hunting for an invisible character

2019-08-28 16:20:21 - 2m read - java encoding utf-8 iso-8859-1

Recently, I spent some time trying to understand how an xml sent from a server to another become corrupted. I investigated the xml to be sent and it was all right, however, as soon as it was received the system produced an exception. I finally saw that a question mark was prefixing the xml.


Maven Plugin for Partial Patches

2016-12-10 20:14:21 - 2m read - java maven patch

Sometimes I need to create a partial patch for some dev environment, so I made this plugin to copy either the classes or the java source code to where I wished.


RSS News Reader Application for Android handheld devices

2014-12-07 10:14:21 - 1m read - android java rss

The application implements a simple RSS News feed reader. I started with a lot of auto-generated code and step by step I wrote my own code to fit the problem.