DWR and other possible tools for build java application level Ajax framework
Posted
by Fazal
on Stack Overflow
See other posts from Stack Overflow
or by Fazal
Published on 2010-06-03T06:10:18Z
Indexed on
2010/06/03
6:14 UTC
Read the original article
Hit count: 278
I would assume that this question would have been asked in different ways already, but I could not find one so posting it. Sorry if its a repetition
The basic idea which I am trying to explore is to design a common Ajax framework/API for our application. The main requirement is to have a common framework in the product which every module in the application can call whenever it needs to provide Ajax behavior.
We basically have a page based application and not everything would be Ajax for sure. Mostly it will be smaller pieces of work which Ajax will handle.
We have used GWT and it works great. But we have some constraints because of which certain areas in the application need to build standard jsp and html pages only
I know little bit about dwr and it looks very promising (as even answered by some people).
I wanted to know what are the other possible frameworks like dwr which I can evaluate too, before making the decision
© Stack Overflow or respective owner