To implement registration page with Vaadin or not?
Posted
by
JVerstry
on Programmers
See other posts from Programmers
or by JVerstry
Published on 2011-06-04T05:11:00Z
Indexed on
2011/11/15
10:12 UTC
Read the original article
Hit count: 335
vaadin
This is a tactical implementation question about usage of Vaadin or in some part of my application.
Vaadin is a great framework to login users and implement sophisticated web applications with many pages. However, I think it is not very well suited to desgin pages to register new users for my application. Am I right? Am I am wrong?
It seems to me that a simple HTML/CSS/Javascript login + email registration + confirmation email with confirmation link cannot be implemented easily with Vaadin. It seems like Vaadin would be overkill. Do you agree? Or am I missing something?
I am looking for feedback from experienced Vaadin users.
© Programmers or respective owner