I’m playing with the Google App Engine with Java and I am quite excited… It seems that HttpsURLConnection is not supported in gae, so it is recommended to use the URLConnection. Using this method in practice seems to cause the following exception in development mode: javax.net.ssl.SSLHandshakeException: Could not verify SSL certificate for: but it also [...]
An excellent must read paper in pdf here from Glen McCluskey.
Today morning, as I was reading the news, I saw an article on Guice, Google’s open source framework for Dependency injection in Java. Hey, Android uses Java too, is there any dependency injection framework for Android? Hopefully, the answer was only one search away, so I found roboguice. roboguice slims down your application code. Less [...]
What is the best way to concatenate Strings in Java? The following article seems to answer that question leaving no doubt at all. Check it here
Java vs C Performance … Again. One of the most detailed articles I have ever read about this never ending disagreement. Check it here