![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Does GWT support Java's drag-and-drop libraries? |
#3
| ||||
| ||||
|
|
This is a "web-application design" question, not an html question. So redirect me to the right group, if appropriate. If you wanted to build a drag-and-drop html and forms editor--as a desktop application--you (the software designer) would have many language/library choices. But what if you wanted this to be a browser-based web application? What drag-and-drop options are there |
|
I've worked some with Google's GWT libraries, where you write Java code that gets compiled into Javascript, that makes remote method calls to the server, using a Java format that looks a lot like Java RMI. Does GWT support Java's drag-and-drop libraries? Would flash be a reasonable choice? |
|
Are there existing Ajax libraries that support drag-and-drop events, that can be attached to server callbacks? |
|
If a web-based drag-and-drop editor was you goal--for what ever purpose-- what would be the right road to go down (when you get to a fork in the road, take it?) |
#4
| |||
| |||
|
|
I say: 1) Learn JavaScript 2) Learn DOM and build some drag-and-drop testingpages (and DO test on all browsers you want to support. Do not join the IE-only or FF-only clubs.) 3) Ajax which will be a breeze after 1) and 2). ;-) Erwin Moller |
#5
| |||
| |||
|
|
I know Java and I don't know anything about flash. So I think I see Tomcat and java servlets in my future. |
#6
| |||
| |||
|
|
I wouldn't use GWT (leaks resources badly and requires browser restarts if used 9-5). If you know Java, I'd start by looking at JSF / Facelets or Icefaces. Icefaces also looks particularly attractive. |
#7
| ||||
| ||||
|
|
On Apr 2, 9:22 am, Erwin Moller Since_humans_read_this_I_am_spammed_too_m... (AT) spamyourself (DOT) com> wrote: I say: 1) Learn JavaScript 2) Learn DOM and build some drag-and-drop testingpages (and DO test on all browsers you want to support. Do not join the IE-only or FF-only clubs.) 3) Ajax which will be a breeze after 1) and 2). ;-) Erwin Moller Good advice. I've had nothing but bad luck with Javascript, the browser wars still make it a browser sniffing nightmare, especially for anything involving complex mouse event tracking. |
|
That's why I was thinking of Flash. Yes, it's true, not everybody has it installed. But Drag-and-drop forms and page editing is inherently a password protected, administrative capability. So maybe it's not such a bad thing: to require only the admin user to install Flash. |
|
Gwt does a very good browser sniffing, javascript translation for you. So, the more I think about it, it has to be GWT or Flash. Roll your own javascript is too (because of browser wars) exapserating. You've helped straighten this out, for me. |
|
I know Java and I don't know anything about flash. So I think I see Tomcat and java servlets in my future. |
![]() |
| Thread Tools | |
| Display Modes | |
| |