Comparing JVM Web Frameworks Presentation from TheServerSide Java Symposium 2011. Compares many different JVM-based web frameworks, ranks them based on 20 different criteria and compares the Pros, ...
Comparing JVM Web Frameworks Presentation from TheServerSide Java Symposium 2011. Compares many different JVM-based web frameworks, ranks them based on 20 different criteria and compares the Pros, Cons and other stats of the top 5.
1) There is no ’pro version’ of Vaadin. Vaadin is 100% free with Apache license. Just launched ’Vaadin Pro Account’ is a support offering.
2) Vaadin communication mechanism is in fact JSON based. In practice this does not matter too much as it is only an internal thing - there are API:s for the communications.
3) Vaadin scales quite well (around 10.000 concurrent users per web server). For details, see http://vaadin.com/wiki/-/wiki/Main/Vaadin%20Scalability%20Testing%20with%20Amazon%20Web%20Services2 years ago
Are you sure you want to
Matt Raible, Web Architecture Consultant at Raible DesignsBecause if a framework includes a JS library, you're stuck with that version. For example, Tapestry has a particular version of Prototype built-in and you can't upgrade or downgrade it.2 years ago
Are you sure you want to
cristianofontesWhy Ajax 3rd part library in Spring can be a good thing ?2 years ago
1) There is no ’pro version’ of Vaadin. Vaadin is 100% free with Apache license. Just launched ’Vaadin Pro Account’ is a support offering.
2) Vaadin communication mechanism is in fact JSON based. In practice this does not matter too much as it is only an internal thing - there are API:s for the communications.
3) Vaadin scales quite well (around 10.000 concurrent users per web server). For details, see http://vaadin.com/wiki/-/wiki/Main/Vaadin%20Scalability%20Testing%20with%20Amazon%20Web%20Services 2 years ago