Mohan Srihari

Greenhorn
+ Follow
since Oct 05, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mohan Srihari

Sorry Folks Content has been moved to below URL
integrating-dwr3-and-spring3

http://dailypaper.in/ajax-request-processing-using-spring-mvc-3.html

8 years ago
Above mentioned details has been moved to the below URL
integrating-dwr3-and-spring3
and as spring it self providing REST capabilities,.I think there is no need of external library like DWR.
Please refer the below URL for Spring REST Capabilities for Ajax Request Processing

http://dailypaper.in/technical/ajax-request-processing-using-spring-mvc-3/
10 years ago
If you are using Tomcat7 and DWR.3.0-RC1-116.jar file then you will get CSRF Security Error: java.lang.SecurityException: CSRF Security Error

Solution:

One fix is to make the default Tomcat 7 tomcat/conf/context.xml (or your application's context XML) put the useHTTPOnly on the Context element, like so: <Context useHttpOnly="false">
You can also fix this issue by using the latest DWR build

refer the following for more details

http://mohansrihari.wordpress.com/2012/08/16/integrating-dwr3-and-spring3/



11 years ago