How to implement a JQueryUI slider in GWT
问题 I recently needed to implement a slider in GWT to capture the percentage progress an user had made on a task. I was not happy with the slider from the GWT Incubator and was not too keen on using an external library like spiffy UI or SmartGWT. What alternatives could I use to implement an effective slider in GWT without doing too much donkey work ? 回答1: After a fair amount of searching I decided on going with a JQuery-Ui slider that would be implemented through a java wrapper class. The