JVMLS Talk Is Now Up
Posted: August 22, 2011 Filed under: Uncategorized 1 Comment »You can watch the video here:
http://medianetwork.oracle.com/media/show/17005
Many thanks to the folks at Oracle for getting it up.
You can watch the video here:
http://medianetwork.oracle.com/media/show/17005
Many thanks to the folks at Oracle for getting it up.
I like that Protocol example of using the Open Type System. It’s a nice change of pace from the other (open source) type loaders, most of which have to do with document schemas.
It’s both a simple and powerful example of meta programming, which most programmers can appreciate instantly.
(Assuming they know that isAssignableFrom() — whose name is accurate but so weird — is mostly the same as “instanceof”, but in the other direction.)