Java Tips

 

19 Aug 2002 18:24

 
  1. Packages should start with com.domainname.
  2. Use javadoc tags
  3. Import using class names.  Don't use * to import entire packages because it slows down compilation and can introduce naming conflicts down the road.

Persistence

  • JET Code Generator -- If you've ever felt that you're writing the same data access code over and over again, this tool is for you!!
  • JGrinder

Utilities