GWT-Voices demo

March 6th, 2008 - Written by in Using GWT

GWT Music Playert

I just put up a new GWT demo inspired by Jonathan Coulton’s appearance on the podcast last week. I was going to write something up on how to use the library, but it is actually so simple to use, that there is really nothing new for me to explain. The only thing that was missing which I wanted to add, was a way to pause the songs. Currently the only options right now are play and stop.

The widgets I used are from the GWT-Ext widget library. Sanjiv has really done a nice job with the new 2.0 release.

Update: Thanks to Sanjiv for helping me fix the issue I had with IE.

2 Comments Stumble it!

2 Comments »

Comment by Sanjiv Jivan Subscribed to comments via email
2008-03-06 12:28:23

Hi Chris,
I’m glad you liked GWT-Ext 2.0. GWT-Voices is pretty neat.

For the benefit of others trying to run this sample locally, the original Json data being read had a trailing comma which IE croaks on.

Sanjiv

 
Comment by Martin
2008-03-07 09:44:47

That’s a pretty slick looking UI.