Hi everyone,
I am new to Spring (formerly a Struts guru) and I've decide to change all my code to Spring for the reason being that Spring is more Service-Oriented (and the possibility that I might also include a RESTful application form the same project is a possible option).
As for now, in Struts, there was an SSL plugin to create a secure HTTPS form. How do I do that in Spring? I've read Spring Security but to no avail.
Thanks in advance.