To implement registration page with Vaadin or not?
- by JVerstry
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.