| Weblog: | AJAX and Java: Toolbox | |
| Subject: | DWR invasive?? | |
| Date: | 2005-11-29 10:14:32 | |
| From: | debradley | |
|
Response to: DWR invasive??
|
||
| "service-level classes that already exist in my class" should (maybe) obviously be "service-level classes that already exist in my app" | ||
Showing messages 1 through 3 of 3.
-
DWR invasive??
2005-11-29 10:20:25 Robert Cooper |
[Reply | View]
-
DWR invasive??
2005-11-29 10:21:17 Robert Cooper |
[Reply | View]
/used of/use of/g
| Showing messages 1 through 3 of 3. |




It is definitely not invasive w/r/t your service beans. However, working with your services directly from the client implies (at more than one level) that you are actually building a whole fat-client-style functionality into the HTML/JavaScript. As opposed to AJAXTags or Taconite where even your presentation layer can remain mosty unchanged from a vanilla HTML/Struts app.
DWR is might cool, but if you are attempting to retrofit an application with AJAX functionality, extensive used of DWR does require a rethinking of your presentation layer.