Any plan to migrate the dashboard to Spring Boot Application?
linux-china opened this issue · 2 comments
linux-china commented
Now most Java developer use Spring framework, and Vaadin also supply spring boot starter. I wonder any plan to adopt spring boot for dashboard demo.
fgianneschi commented
Please don't do that. Lots of Java developers DON'T use Spring. You shouldn't introduce too many dependencies to other frameworks, because the main goal of this demo is to show the features and capabilities of Vaadin; additional technologies may only confuse beginners.
elmot commented
Actually we do not have any plans of that type. Spring is great, but I completely agree to @fgianneschi, there are lots of software systems without Spring, and the Dashboard is not going to be one more Spring-related example.