I’ve been having a lot of success with Hibernate lately. Which is not to say I don’t mind writing SQL, but I do mind managing parent/child links in databases. But persistence still totally sucks. The only reason I’m trying to shoe-horn all my objects into a RDBMS is so I can report on the data. [...]
Monthly Archives: October 2003
Exploring the syntax in the JDK1.5 early access compiler
October 7, 2003 – 4:31 pm
This is attempt to document the syntax available in the current JDK1.5 early access compiler (2_2-ea). The exact syntax is interesting to certain groups of people (IDE writers, Java language tool producers, emacs/jedit-mode authors, etc.). Having access to the syntax is useful so these groups can start implementing Java language tools before the JDK 1.5 betas start arriving.
