Hi
We have some app to selling tickets online and we want to make it sexy by some
javascript effect and ajax use, also it should be light. We prototyping its new
version by appfuse and till now jquery is our js library and we use struts and
spring.
Any idea about how to use ajax features of jque
If you use the JSON struts2 plugin you can have your action return a
result as a JSON object graph in response to an ajax post/get. I
don't reccomend the dojo plugin for struts2, you are better off with
JQuery. The struts2 REST plugin also serves JSON, but the JSON plugin
is simpler IMO.