-
Get a monthly update on best practices for delivering successful software.
Chris Jones of YesMail has written a pretty slick rolodex widget (see the Google groups thread about it).

Right now the animation images are generated by hand, but with a little bit of Java 2D, this can happen at compile time. You can kind of see some of the issues here of Flash v.s. DHTML. Flash has all sorts of image transformation goodness, while DHTML is a little handicapped here. You could use something like Reflex instead of compile time image transformation, though I haven't tried out how well it performs when animating.
Anyhow, nice work Chris. It's nice to see folks pushing the boundaries of what one can do with DHTML widgets.
Technorati Tags: ajax, gwt, yesmail, widgets
Related posts:
Topics: Ajax Widgets, GWT, Widgets
Thanks Dietrich, I ended up putting this up on google code:
http://code.google.com/p/gwt-rolodex/
Please let me know what you think.
Comment by Chris Jones, Thursday, February 21, 2008 @ 6:44 pm