As we all know, there are plenty of good ideas that would be nice to have standardized, but don’t get even get a time of day because it never would get implemented in the jdk (and maybe they shouldn’t).
Still, i think it’s a good idea to have a well thought out interface (as if that was possible without 3 prior implementations!), so as to subtly pressure the library authors to support it, so you can change tools.
I’ve got a “hate-hate-love” relationship with this stuff, because it inevitably ossifies and leaks, but it does sometimes allow to change implementations. Exe:
JAXP, corba, java speech api etc.
Still, i’ve recently thought it would be nice to have a “bug report” interface, so that i could use a library that would report to my project google page bugs on uncaught exceptions and filter duplicates with the stacktrace.
Such a simple interface would be nice encouragement for library writers.
Do you have any such jdk interface longings?
//is there any library that does this stuff for google code?