Hahaha... I guess Vaadin's marketing team is at it again.
This is just re-branded Vaadin all over again trying to sell a product nobody wants and it is not even their own.
This is just Spring Boot + Custom typescript cobbled together and called a framework. It is hardly modern by any standards and frankly a bad idea to build web-apps that locks the users this way.
If you put @AllArgsConstructor from Lombok on that PersonEndpoint class, you should be able to remove the boilerplate `public PersonEndpoint(PersonRepository repository) { this.repository = repository; }` constructor entirely since the Lombok annotation will generate it for you. Seems reasonable to do if the point is to show "modern Java".
Spring Boot has other options to solve storage from Mongo to JOOQ to cloud storage. I use JPA. Maybe it's because I'm from the 90's and believe in technologies that work...
fmakunbound|4 years ago
foobar4u|4 years ago
This is just re-branded Vaadin all over again trying to sell a product nobody wants and it is not even their own.
This is just Spring Boot + Custom typescript cobbled together and called a framework. It is hardly modern by any standards and frankly a bad idea to build web-apps that locks the users this way.
Please take your marketing bs somewhere else.
henning|4 years ago
karmakaze|4 years ago
invalidname|4 years ago
azth|4 years ago
pixel_tracing|4 years ago