spring security with gwt.
Hi,
I'm struggling with gwt and spring security.
please help me out.
I created login page using gwt ,so i need to apply spring security on gwt login page.Once I logged in successfully i need to display some components,if login failed I have to delegate to same login page.I have implemented same concept with jsps and spring security ..but i couldn't do same thing with gwt ..please help me what and all steps i have to follow.
the main concern which is stopped me here is ,,gwt having only one html file,how to handle with only one html file.
I hopes i can get reply with good solutions soon.
Thanks,
Malli,
malliseven.hills@gmail.com
spring security with gwt.
Hi mongaru007,
thanks for your reply ,and here by doubts are :
Yes your correct but my concern is after logged in successfully i have to display some components, and that components are binding with gwt application.
For e.g : I had login.jsp ,its contains only login details like username and password,So once user logged in successfully i have to delegate the request to next page ,that page contains some component which are binding by gwt app.So here i have to call gwt html file..how can i call the gwt html file from spring security config?.. once i have displayed the component i can provide the security for that component by using gwt RequestBuilder..So my main concern is calling gwt html file from spring security configuration after successful logged in.
Once again thanks for your quick reply.
I hopes ,,i can get good solutions as quickly.