Muhuru-Bay-Microgrid / muhuru-bay-dashboard

Spring Boot Vaadin dashboard app for the Muhuru Bay Micro-grid Project
0 stars 0 forks source link

Spring boot urls not accessable #8

Closed rpomeroy closed 10 years ago

rpomeroy commented 10 years ago

The current spring-boot/Vaadin integration blocks all the restful urls for stuff like config/metrics/beans/autoconfig etc. Switch to https://github.com/peholmst/vaadin4spring

rpomeroy commented 10 years ago

Learned a few things along the way on this one:

The basics of the switch to vaadin4spring is done and the build works, but there's more to do. The example uses the commercial Vaadin Charts addon. The next step it to either a) replace that with the free dCharts addon or b) see if Vaadin will provide a license for our (open source) worthy cause.

More to come...