Implement Drag and Drop in Your Web Apps: Part 2
Last time we looked at how to use the dnd module. This week, we look at how it’s implemented. Like all GWT modules, our drag-and-drop module has an XML configuration file. It also has some Java classes and interfaces. David Geary and Rob Gordon. 0505
See more here: Implement Drag and Drop in Your Web Apps: […]
Implement Drag and Drop in Your Web Apps
With the advent of GWT (Google Web Toolkit), we have drag-and-drop capabilities in a Java-based Web application framework. In this solution, we implement drag and drop in its own module, allowing you to easily incorporate it into your applications. By David Geary and Rob Gordon. 0428
Read the original here: Implement Drag and Drop in Your […]


