That's a very general Query.
You can check user availability on two events.On value change of the
text box, or after the user has completed the name and submitted the
info. Better go for the later as 'Do' might not be available but
'Doe' would be. To check availability, you will have to see if the
user with the same name exists in the DB. For password weakness, you
will have to write a rule engine to check the weaknesses.
HTH
Saurabh

On Dec 13, 8:55 pm, "Evgeniy Pol....." <yone...@gmail.com> wrote:
> Hi, everyone! I need some help..
> o the user registration  page, the user must type his nickname, and password
> The Question is: How can I check user availability and password wickness
> while he typing his nickname. ???
>
> And I using Java Persistence to acces MyDB.

-- 
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

Reply via email to