| Weblog: | AJAX and Java: Toolbox | |
| Subject: | AJAX replaces JSP tags | |
| Date: | 2005-11-29 13:34:09 | |
| From: | tcowan | |
|
I consider the tags/jsp stuff to be more invasive, or unnecessary. DWR can be utilized with simple HTML...and if done correctly can apply behavior to HTML elements via their id or css class. With AJAX there's really less room/need for JSP tags or JSF. I suspect the functionality in AJAXTags could be redone as a .js include and some type of binding to regular old HTML dom elements. |
||
Showing messages 1 through 1 of 1.
-
AJAX replaces JSP tags
2005-11-29 14:25:07 Robert Cooper |
[Reply | View]
| Showing messages 1 through 1 of 1. |




Moreover, if it is important that your app have non-AJAX support, building an app with DWR means you effectively have to reimplement the whole UI layer for the flat version.
You are, in fact, correct about AJAX tags. Indeed, much of its functionality is enclosed in non-invasive JavaScript. This, however, is an advantage. For example: if you encounted one of its standard sliding-doors tabsets on a cell phone or via Lynx, you would not be lost. Building similar functionality with DWR is certainly *possible*, however, requires more code lifting.