Welcome

My applet is signed, but I am still getting AccessControlExceptions!

We are currently developing a solution that integrates applets and web applications together. Our solution includes a mechanism to notify applets when a user switch from a web page to a page that contains applet. We provide this with invoking explicitly a method in applet via javascript when the page is loaded. You may here […]

Some Thoughts About Constant Interface (Anti)Pattern

I have recently restarted to read Effective Java Programming Language book written by Joshua Bloch. Actually, I had skimmed it several times before, but had no chance to cover it from beginning to end yet. I want to express some of my thoughts about Item 17: Use interfaces only to define types. In this item, […]