boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - AJAX framework for Java
相关主题
Made my first Ajax app integrated to Spring.
JSF有前途吗
AJAX: simple question on parameter passing
spring/hibernate/struts .....
哪个JSON Library最好用呢
spring/hibernate/ajax/web 2.0/bpel books
anyone has experience with ZK?
asp.net现在的mvc模式,很象java当年在servlet里面的doGet(),doPost()里写html code.
传统JSP过时了,UI现在流行啥啊?
Random thoughts on Javascript
相关话题的讨论汇总
话题: ajax话题: dwr话题: java话题: jsp话题: framework
进入Java版参与讨论
1 (共1页)
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.
1 (共1页)
进入Java版参与讨论
相关主题
Random thoughts on Javascript
java为啥这么多framework
display field validation message with the field
web application请教
JSP tag file and EL warnings
请问公司里用Java主要干啥?
Any body uses wicket framework for web development?
web application一定要掌握javascript和ajax吗
请推荐一个java ajax Framework
spring MVC 下的rich web application
相关话题的讨论汇总
话题: ajax话题: dwr话题: java话题: jsp话题: framework