First page Back Continue Last page Overview Graphics
What I learned from JDOM
- Classes and constructors are good
- Thread safety is not necessary
- Live lists are trouble
- Keep everything in one package
- Don't release too early
- Don't optimize until the API is right
- You don't need to build your own parser, transformer, or search engine
- You can fight the W3C