i oftentimes find it very convenient to have a API documentation online next to the developers manual (like Spring does e.g.: Overview (Spring Framework 6.0.5 API)) . Of course one could go to github and use the search option of the repository, but often it is not necessary to see the implementation as well (although it is oftentimes interesting to see :))
Additionally, Google could (and will) do us a favor, and makes the APIs much more easily accessible…
What do you think, could you host a Javadoc version of the platform API’s?
Hi Mario,
You are right, published JavaDocs can be useful. We’ll certainly do it in the next couple of months, but first we should add more content in the JavaDocs and clean them up.
sounds reasonable, although i think (at least the classes i came across) that the existing Javadoc comments aren’t that bad. But you will probably know better about that one.
Hi. I am also waiting for the Javadocs. Now I am specifically interested in looking into charts (maps) package methods. So meanwhile, is charts package available as source code somewhere. I didn’t find it on GitHub. I was planning to create Javadoc myself while its not available online, but cannot find the source code, for instance com.haulmont.charts.gui.map.model.*