Implementing Drag and Drop in your Web Applications
April 30th, 2008 . by StarIt’s an ultimate user interactivity, drag and drop is basically not given importance in some desktop applications but it is an integral test for web applications. If you will try to implement drag and drop in your web application framework, then you made the right decision. Nowadays, drag and drop for web apps has been limited to JavaScript frameworks such as Script.aculo.us and Rico. With the advent of GWT it does not explicitly support drag and drop, it provides you with all the necessary ingredients to make your own module.
