Archive for September, 2006

Static reflection request

Tuesday, September 26th, 2006 | Java, Programming | 1 Comment


What would you like to do with Java and cannot? Perhaps write code like.

[java]mock.expects(once()).method(Foo.class.instanceMethods.bar(String.class));[/java]

insted of:

[java]mock.expects(once()).method(”bar”).with(isA(String.class));[/java]

I don’t even know, why sun still use isA?

Carlos Villela wrote about a new feature request for Java’s reflection API on his blog.

Quote

Friday, September 1st, 2006 | Fun, Work | No Comments

Stress(sic!) is a common occurrence in the life of a consultant as they deal with trying to meet client’s demands in a short amount of time (a very short!). Consultants travel frequently(really?), sometimes criss-crossing the country(country, state, city, room, anything) to work on projects for various clients. me to myself, I’ve told you baby about this, so don’t cry mofo.

 

September 2006
M T W T F S S
« Aug   Oct »
 123
45678910
11121314151617
18192021222324
252627282930