users@glassfish.java.net

registration use case - how to ?

From: Felipe Gaúcho <fgaucho_at_gmail.com>
Date: Mon, 19 Jan 2009 15:11:32 +0100

what is the best way to implement a registration use case with Glassfish ?

my goal is to use the features of the container to do that...

so, the use case:

1) a user fill a form with his data (username, password, email, etc)
2) the JEE application stores the info and send an email asking for confirmation
3) the user respond the email (confirm the registation)
4) the JEE application activates the account...

I can do it manually, but I was thinking in using JMS to make it more robust..

how is a good way to achieve that ?