Java and referencing
Given that the last post was all about pointers and references in C++, it is only fair that i do justice to my first love (Java) and talk about parameter passing and referencing in it. Now being a managed language, Read more
Given that the last post was all about pointers and references in C++, it is only fair that i do justice to my first love (Java) and talk about parameter passing and referencing in it. Now being a managed language, Read more
About pointers and references…. about two and a half years ago, i would have never imagined myself writing anything about pointers or let alone be at a stage where i am no longer intimidated by them, but here i am Read more
Following on from my last post on Async programming with C++0x, in this post, I will attempt to do async (Non-blocking) programming with Java. So first of all, before i say anything else, to me Java is first love and Read more
Asynchronous programming is a wonderfull thing is it not? Async programming with C++11 even more so. However that only applies if it is used in a controlled manner. Given the advantages that it offers it can potentially be very easy to Read more
In one of my projects, I had the need to call a Java function from a C++ class and somewhat surprisingly it was more complicated than I initially expected it to be. Arguably there are more resources on how to Read more
After spending hours over the deployment error, I finally found a solution, but before talking about the solution, let’s have some context in to ASP dot NET MVC and IIS. I have recently developed an ASP.NET application using the MVC2 Read more
I have been working with Jasper reports and honestly there are times when i really want to pull my hair out. This feelings of anger reached new heights recently when was i trying to create a new report, now part Read more