Hello all,
I have found GWT project documentation and examples at website fantastic. All major subjects are described with nice examples. What do I really miss there is user login and security (sessions, validation, etc.) Can't really imagine any web-project without user handling. For sure Google has found many articles in this area and basically there are two options as I understand:
-- I have found GWT project documentation and examples at website fantastic. All major subjects are described with nice examples. What do I really miss there is user login and security (sessions, validation, etc.) Can't really imagine any web-project without user handling. For sure Google has found many articles in this area and basically there are two options as I understand:
- https://code.google.com/p/google-web-toolkit-incubator/wiki/LoginSecurityFAQ
- http://examples.javacodegeeks.com/enterprise-java/gwt/gwt-spring-security-example/
The first article seems to be a bit old though it describes basic principles of custom log-on implementation. Second one seems to be more solid, but I am a bit scare of the fact that just for single page I need to add Spring context. Mixing GWT and Spring does not make me confident I am doing right thing. Is there other ways to do log-on or these two patterns are the most common?
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment