g*****g 发帖数: 34805 | 1 New to AJAX, but have to jump onto the bandwagon too.
What's the best framework to enable AJAX on JSP spring application
right now? DWR? Ajax JSP Tag Library?
Any info is appreciated. |
A**o 发帖数: 1550 | 2 I was told we are using yahoo package.
but i don't know nothing except knows how to make the call. //blush
【在 g*****g 的大作中提到】 : New to AJAX, but have to jump onto the bandwagon too. : What's the best framework to enable AJAX on JSP spring application : right now? DWR? Ajax JSP Tag Library? : Any info is appreciated.
|
g*****g 发帖数: 34805 | 3 I think I'll want a light-weighted one, just some sort of auto-complete,
type, get a list, select one. That's it, maybe some validation too.
【在 A**o 的大作中提到】 : I was told we are using yahoo package. : but i don't know nothing except knows how to make the call. //blush
|
h**d 发帖数: 474 | 4 I used DWR a while ago...It has spring integration,
as well as reverse ajax functionality. But it's difficult to unit test it,
since all the java code in DWR is static call.
Dojo, Scriptaculous are very popular
One of my colleages suggested Prototype to me...It's very light weight, but
I never tried it before
【在 g*****g 的大作中提到】 : New to AJAX, but have to jump onto the bandwagon too. : What's the best framework to enable AJAX on JSP spring application : right now? DWR? Ajax JSP Tag Library? : Any info is appreciated.
|
h*i 发帖数: 3446 | 5 I use DWR + yahoo library. DWR is very simple to use. Looked at Dojo, but its documentations are horrible.
【在 g*****g 的大作中提到】 : New to AJAX, but have to jump onto the bandwagon too. : What's the best framework to enable AJAX on JSP spring application : right now? DWR? Ajax JSP Tag Library? : Any info is appreciated.
|
p****d 发帖数: 16 | 6 try yahoo user interface and yahoo extension library
document and example are good to start
+dwr+json etc.
really cool to make web rich
【在 g*****g 的大作中提到】 : New to AJAX, but have to jump onto the bandwagon too. : What's the best framework to enable AJAX on JSP spring application : right now? DWR? Ajax JSP Tag Library? : Any info is appreciated.
|
p****d 发帖数: 16 | 7 Yahoo UI Extensions
http://www.yui-ext.com/deploy/yui-ext/docs/
Jack's Blog
http://www.jackslocum.com/blog/index.php
Just in case you needed them.
【在 p****d 的大作中提到】 : try yahoo user interface and yahoo extension library : document and example are good to start : +dwr+json etc. : really cool to make web rich
|
g*****g 发帖数: 34805 | 8 Thanks. I am settled for Ajaxtags for now, as I don't
need too much functionalities beyond the common ones.
But I do feel immediatelly client side scripting is
the most flexible ones.
【在 p****d 的大作中提到】 : Yahoo UI Extensions : http://www.yui-ext.com/deploy/yui-ext/docs/ : Jack's Blog : http://www.jackslocum.com/blog/index.php : Just in case you needed them.
|
s****e 发帖数: 19 | 9 I used DWR before, but scriptaculous is a lot easier. Just make some simple
calls in the JSP you'll see the result. |