Friday, October 23, 2009

Where's the Javadoc for ADF 11g?

If you're using JDev you can have access to the ADF API through different ways. My preferred one is by selecting the class in the source editor and pressing F1 for the full javadoc or Ctrl+D to have the mini-javadoc view (if you have the source code jars) popping up. Another way is to use the global search field on the top right of the IDE.

Sometimes you also want to link the reference to the API from, for example, a blog post. In this case you can access the whole ADF 11g API reference from this link: http://download.oracle.com/docs/cd/E15051_01/apirefs.htm

1 comment: