Ok, I've recently got caught into the makers fever, I admit it. Now, I've recently got two Spark Cores (those little devices are amazing!) I intend to use for a project of mine, but the nRF24L01 library I need has not been ported yet for this little beast. Hey, this is the open source and … Continue reading The SparkCore: makers meet the cloud!
Eclipse
Smarter Eclipse quality friendly config
If you haven't realized I've some sort of addiction to software quality then this should be the first time you read my blog: it doesn't mind because you are reading it now! Here is another of my famous (!!!) tips for a better Eclipse IDE configuration and this time I'm trying to help all those … Continue reading Smarter Eclipse quality friendly config
Eclipse: annoying JSP errors
A few weeks ago I've posted something about annoying Eclipse validation errors regarding minified JavaScript files. Today I'm here to solve the same issue with regards to JSP validations, specifically when those errors are due to non project related files. I've just setup the Maven Cargo Plugin for my project and suddenly I got tons … Continue reading Eclipse: annoying JSP errors
Annoying JavaScript Eclipse Errors
I hated the way Eclipse handled source code validation, especially regarding those minified JavaScript files (read jQuery): you always end up disabling a specific validation entirely to remove that red cross that makes your project look weird. Now, after a little googling, I've found THE solution! I will not annoy you stepping into the details … Continue reading Annoying JavaScript Eclipse Errors