| Author |
Drag-and-drop in J2EE
|
Mary Johnson
Greenhorn
Joined: Mar 24, 2004
Posts: 2
|
|
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? Thank you
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56554
|
|
|
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.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
|
Drag and drop from where to where?
|
 |
Mary Johnson
Greenhorn
Joined: Mar 24, 2004
Posts: 2
|
|
I am looking for the best way to implement drag-and-drop within the same page on the web browser using J2EE. Thanks!
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
You can not use J2EE since that is server side as stated earilier... look at this http://www.walterzorn.com/dragdrop/dragdrop_e.htm Eric
|
 |
 |
|
|
subject: Drag-and-drop in J2EE
|
|
|