You could have a wrapper class that provides a getter/setter for the static as long as it has permissions. I.e. class Base { protected static ... myStatic; } class Wrapper extends Base { public static getMyStatic() { return myStatic ; } }
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.