Java documentation

Hi everybody,

If you often use the Java documentation, and if you think it is not very easy to look for information, I inform you that I built a CHM (compiled HTML) version of the Java SDK 5.0 documentation. The advantages are :

- Only one file of 38 MB instead of hundreds of small files, totalling 200 MB

- A tree view of the packages

- An index of all the methods, properties and classes

- A built-in full-text search engine

- Faster to load than running a full web-browser

You can download this file at http://www.mwyann.info/javadoc/

(note : the newsletter is not yet functionnal but you can subscribe for when it'll work :))

a++

y.

[710 byte] By [Mwyanna] at [2007-10-2 11:13:49]
# 1
The obvious disadvantage is the platform dependency.
BIJ001a at 2007-7-13 3:59:37 > top of Java-index,Archived Forums,Java 2 Software Development Kit (J2SE SDK)...
# 2
Yes, I'm aware of this problem... But I don't know any "help" format like CHM and cross-platform compatible. If you have some suggestions about that problem, or any suggestion at all, feel free to tell me :)
Mwyanna at 2007-7-13 3:59:37 > top of Java-index,Archived Forums,Java 2 Software Development Kit (J2SE SDK)...
# 3

I once wrote a little Web-server in Java which serves requests from zip files. So I just drop the zip file into the "docroot" and restart the server and I do not need to unzip the JDK documentation (or POI or velocity or ant or HTML or JDOM or whatever, provided it is a zipped set of HTML files).

But it is another apporach.

BIJ001a at 2007-7-13 3:59:37 > top of Java-index,Archived Forums,Java 2 Software Development Kit (J2SE SDK)...
# 4

But with your web-server based solution, you cannot search into the documentation, and it is not very fast I think... That's why the CHM is a quite good system for the windows-users at least. And as quite all my friends uses Windows when programming in java, they find it more useful than using the uncompressed zip.

Mwyanna at 2007-7-13 3:59:37 > top of Java-index,Archived Forums,Java 2 Software Development Kit (J2SE SDK)...
# 5
I did not mean this as a suggestion. I was just pondering.
BIJ001a at 2007-7-13 3:59:37 > top of Java-index,Archived Forums,Java 2 Software Development Kit (J2SE SDK)...
# 6
Anyway, if you have any suggestion about how to use it under Linux, or to improve it, feel free to answer :)
Mwyanna at 2007-7-13 3:59:37 > top of Java-index,Archived Forums,Java 2 Software Development Kit (J2SE SDK)...
# 7
You might be interested in this existing material: http://java.sun.com/docs/windows_format.html
ChuckBinga at 2007-7-13 3:59:37 > top of Java-index,Archived Forums,Java 2 Software Development Kit (J2SE SDK)...