-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the Vaadin Proof-of-concept wiki!
This wiki is not only valid for the VaadinConfigurator repo! It explains the common goal of Vaadin Proof-of-concept which includes the four repos of the osf-poc organization. It has been created as the final project for the "Open Source Frameworks" lecture from the Master of Science in Engineering (MSE) of the University of Applied Sciences of Western Switzerland.
The goal of this POC is to evaluate the potential of using the Vaadin presentation framework as part of a front-end configuration tool for a pre-existing application. This application could use different REST APIs in order to expose configuration services.
The main tested aspect will be about performances and scalability. The four following API will be tested:
- Use Jersey API
- Use RESTful web services through Spring Web MVC
- Use Spring Remoting with the HttpInvoker method
- Use Spring Remoting with the JAX-WS method
The results can be checked out from the Results page.