Blog Apps About

iDoc

iDoc Demo (v0.1): View iDoc demo - iPhone Javadoc of OpenJDK
Source Code (v0.1): iDoc-src-0.1.tar.gz
About iDoc: View announcement
Learn More: Read the developerWorks article about iDoc

Every Java developer loves Javadoc. Every software developer loves the iPhone. iDoc brings these two worlds together and generates iPhone-friendly Javadoc for your source code. Now you can browse API documentation when you want it, where you want it - all in the palm of your hand.

The iDoc demo shows iPhone-specific Javadoc for the Java 7 APIs. It was generated using the OpenJDK source code. (Unfortunately, earlier versions cannot be posted due to licensing restrictions.) If you'd like to generate iPhone Javadoc for your own code base, download the latest version of the iDoc source code from the link above. Right now the iDoc generator is very simple: it doesn't resolve links within comments or display full signatures for Java 5 generics.

GWTFlow

GWTFlow Demo (v0.1): View GWTFlow in action
Source Code (v0.1): GWTFlow-src-0.1.tar.gz
About: View announcement
Learn More: Read the Dr. Dobbs article about GWTFlow

GWTFlow is a mashup photo viewer I wrote using Google Web Toolkit (GWT). GWTFlow uses CoverFlow-like effects for navigating through photos. Currently you can view photos from Flickr, but it's designed to support other image services like Picasa Web Albums.

GWTFlow uses standard GWT widgets for positioning the images and callouts to Script.aculo.us for the effects. All of the photos are just Image objects placed on an AbsolutePanel, with a little math behind the scenes to determine positioning & simulate perspective. Albums & images are retrieved via RPC calls to a Java service, which then calls out to Flickr's public API using flickrj.

Blog - Apps - About Adam


© Copyright 2007, Adam Houghton
Developed in Durham, NC