Thursday, June 29th, 2006
JavaRef: Ajaxified JavaDoc
All Java developers can spot the look and feel of JavaDoc a mile away. The new JavaRef (developed with the Apache Tapestry Java web framework) aims to give you another take, allowing you to search JavaDoc of over 80 projects.
On the Ajax side it provides:
- Class/package/method search with auto-complete
- Tabbed display of information for classes that brings in information as requested
- Navigation across libraries for class references
- Usage information
- Floating method navigator













[...] I think Javaref (via Ajaxian)shows one of the most perfect use of AJAX. It has injected usability and ease in refering to the Java documentation. [...]
How could they not even include the standard java and jsp/servlet javadocs?
Most people don’t realize that the standard Sun JDK and JEE javadocs are copyrighted and Sun does not allow other sites to host them.
Full marks to Javaref.com for abiding by that and not creating a jdoc.com like fiasco!
Really good idea, but I think the old javadoc is probably more usable. I don’t like the advertising mixed so closely with the docs. It’s just too noisy for small APIs. I’d rather see it moved over to the right like Google does it. Also let the frame fill the entire screen. 800×600 or 1024×768 is too limiting. Let it flow. I like the source code tab in there that’s really nice.
There’s no need for something like this. The standard javadocs work fine off the web, and even better if you download them.
[...] (via Ajaxian) [...]
Your full content is being plagiarized by worldtechlogic.com. For example this article has been copied in ditto at:
http://worldtechlogic.com/2006/06/29/javaref-ajaxified-javadoc/
He has also copied several of my articles and of several other people.
You can see the articles he has copied from my blog here -
http://worldtechlogic.com/index.php?s=angsuman&submit=
This is a sample of the article he copied from your :)
http://worldtechlogic.com/index.php?s=ajaxian&submit=
Frankly I don’t know what to do with him. It is surely not nice to copy our articles. What do you suggest? I tried contacting him but be doesn’t reply.
We have replied Angsuman’s request to remove his articles from our website :)
[...] I think Javaref (via Ajaxian) displays one of the best uses of AJAX. It has injected usability and ease in refering to the Java documentation. So welcome to the Web 2.0 JavaDoc. The default way of looking up is searching. This is made easier with features like autocomplete. Java API documentation are displayed in a style that is radically different from the classic javadoc style that ships with the JDK. The documentation includes class source code (where available), ability to leave user notes and ability to transparently navigate between APIs by following code references. [...]