由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Made my first Ajax app integrated to Spring.
相关主题
AJAX framework for Javaweb application一定要掌握javascript和ajax吗
spring MVC 下的rich web application请推荐一个java ajax Framework
Re: What is wrapper class? Thx..Net developer doing Java
spring/hibernate/struts .....Pretty good writeup comparing EJB3 and Spring
一大堆Java的 web app framework,学那个最有用啊EJB 3 的前途怎么样?
jsp 的表,大家都怎么实现?web application请教
JSF有前途吗有人用seam吗
Any body uses wicket framework for web development?spring Annotation based configuration
相关话题的讨论汇总
话题: ajax话题: spring话题: ajaxtags话题: made
进入Java版参与讨论
1 (共1页)
g*****g
发帖数: 34805
1
I choose AjaxTags in wish to avoid js programming all together.
Start with an autocomplete.
It took me couple of hours to make all the settings right in my
Spring application, and couple of more hours to make the calls
all the way to DB.
So at the end of the day, Ajax rocks. But I feel the limit of
AjaxTags immediately, it can do certain things, but it's not clear
how you can customize it. e.g. I want to type several emails in
the TO field, and the autocomplete only takes the entire textfield
to
m******t
发帖数: 2416
2
The only tag I still use from Ajaxtags is the display table wrapper that "
ajax'lize" the displaytags table tag.
After having worked with a couple of Java-oriented ajax frameworks, I turned
to those pure client-side javascript ones, and eventually settled with
Yahoo library and scriptaculous. They are way more powerful and flexible.
All I have to do is keep my head down and respect javascript as a serious
language. 8-)
1 (共1页)
进入Java版参与讨论
相关主题
spring Annotation based configuration一大堆Java的 web app framework,学那个最有用啊
JAVA is better?jsp 的表,大家都怎么实现?
谁能给我推荐一个strutsspringhibernate的项目JSF有前途吗
不明白Spring Framework很正常Any body uses wicket framework for web development?
AJAX framework for Javaweb application一定要掌握javascript和ajax吗
spring MVC 下的rich web application请推荐一个java ajax Framework
Re: What is wrapper class? Thx..Net developer doing Java
spring/hibernate/struts .....Pretty good writeup comparing EJB3 and Spring
相关话题的讨论汇总
话题: ajax话题: spring话题: ajaxtags话题: made