Blog about Vaadin with a new security feature in EE 6

Hi all,

I just wanted to share another blog that features Vaadin predominantly. In this one, I show how to use the Servlet 3.0 method HttpServletRequest#login() to let an app do authentication without having to have a separate set of JSP/HTML pages (for form-based login). The feature is pretty new, but I’m hoping EE 6 adoption will proceed quickly, which makes life much easier for developers.

Here’s the link:

http://blogs.sun.com/bobby/entry/authentication_without_the_form

Cheers,
Bobby

Thanks for this post and blog. I worked through it today and it just-worked :slight_smile: