I started learning grails framework for backend development and thought i will document what i go through during this learning process. I am primarily a C#.NET developer and love to explore unrelated and interesting technologies. Note that i am not writing this for someone who want to learn grails.…
Hi all, I am going to be more than happier ever for writing this blog as a predecessor to this one, as my for the failure seems more or less accurate. Ok, let's have the solution before explaining it, for the busy reader. When invoking java pass the following, or…
Today I was trying to debug a failure in connecting to a postgresql server. As the title says, it works when attempting to connect with pgAdmin, but fails with mybatis. Before we go in detail, here is a short summary for the busy reader. If your database connection works with…
Hi all, I am going to configure an existing android studio project to use an cloud endpoint client module. You would usually create a cloud endpoint module using the android studio -> New Module -> Google Cloud Module. But this only works for java language bindings. This post…