Dynamic Classes in Java
Recently discovered how to create dynamic classes in Java. Thread.currentThread().getContextClassLoader().loadClass(“DynamicClassPath”) And then if you want to invoke a method on…
Recently discovered how to create dynamic classes in Java. Thread.currentThread().getContextClassLoader().loadClass(“DynamicClassPath”) And then if you want to invoke a method on…
The one I wrote in my spare time finally got officially released. *insert huge smile*. Fetch it from here
So yesterday evening, I started writing a Google Chrome extension for my company. The documentation was easy to find and…
The adventures of querying a lucene index outside of luke.
This thursday and friday my company , held its quarterly innovation day event. This is similar to Google’s own Innovation…
So for the last two days I have been in Sydney at the Google office enjoying the developer fest. It…