Where can I find information about future Java APIs?
[*] JavaSoft has followed a policy of creating new APIs in consultation with leading industry participants, then posting the draft specification for public review and comments. Check the JavaSoft roadmap of new APIs and products at http://java.sun.com:80/products/api-overview/index.html Also, some APIs that are under consideration, possibly for JDK 1.2 are at: http://java.sun.com/products/jdk/preview/docs/ 7. (Sect. 3) I’m looking for a Java style guide on naming conventions. [*] Check out the section “Naming Conventions” in the language specification http://java.sun.com/docs/books/jls/html/6.doc.html#11186 Also take a look at Doug Lea’s draft coding standard – http://gee.cs.oswego.edu/dl/html/javaCodingStd.html See also naming conventions for some basic rules of thumb.