Drag and drop

Hi guys, I have a question about the drag and drop functionality to implement in my maven application. Basically I have a javascript popup which,a mong the other things, includes a text area and I have to implement a drag and drop functionality so that users can drag and drop a file into this jquery created textarea. My question is:
does it make more sense to develop it using Jquery UI or Vaadin?
thanks