Archive for May, 2009

java.lang.NoClassDefFoundError and the bootstrap classloader

Tuesday, May 26th, 2009

Seasoned java developers know that the infamous java.lang.NoClassDefFoundError you can get at runtime might be due to a lot of different issues, the most trivial being libraries missing in classpath. Of course tracking down the real problem might result quite more complex when multiple classloaders are involed. Things get even more ...

WS-Trust presentation

Tuesday, May 5th, 2009

These days I've been looking at WS-Trust. The starting point when dealing with WS-* is of course reading the right specification(s), but often examples are useful too to simply get a basic understanding of the tech while leaving the deep-in-details analisys for later in the learning process. Well, I was googling ...