IT Nursery
In Java, you can load all kinds of resources using the same API but with different URL protocols: file:///tmp.txt http://127.0.0.1:8080/a.properties jar:http://www.foo.com/bar/baz.jar!/COM/foo/Quux.class This nicely decouples the actual loading of the...
  • May 29, 2022
  • 0 Comments
How do I search the whole classpath for an annotated class? I’m doing a library and I want to allow the users to annotate their classes, so when the...
  • May 18, 2022
  • 0 Comments
In my office, the mere mention of the word Xerces is enough to incite murderous rage from developers. A cursory glance at the other Xerces questions on SO seem...
  • April 22, 2022
  • 0 Comments