Java Best Practices

From Apache OpenOffice Wiki
Revision as of 11:24, 13 June 2008 by Jj (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This page is meant to collect best practices for Java programming generally and within the OpenOffice.org environment. It is an amendment to the [Java Coding Standards].


Collections

Threading

OpenOffice.org

Query Interface (Qifc)

UnoRuntime.queryInterface() is costly regarding performance. When it has to be used in loops, it should be done outside of the loop and the result reused inside.

License (Lic)

tbd

Personal tools