I am developing a J2EE web-based application that will require a drag-and-drop capability. What would be the best architechture to implement this functionality?
Since JSP and Servlet technology are used to render HTML/Javascript pages that are sent to the browser, your answer lies in client-side technology. As such. moving this along to the HTML/Javascript forum.