TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hilla: Modern web framework for Java

27 pointsby silentprogabout 3 years ago

5 comments

fmakunboundabout 3 years ago
So many projects seem to explain themselves by throwing “modern” in there somewhere.
foobar4uabout 3 years ago
Hahaha... I guess Vaadin&#x27;s marketing team is at it again.<p>This is just re-branded Vaadin all over again trying to sell a product nobody wants and it is not even their own.<p>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.<p>Please take your marketing bs somewhere else.
henningabout 3 years ago
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 &quot;modern Java&quot;.
karmakazeabout 3 years ago
I don&#x27;t consider Spring Boot to be modern Java. At least not if it uses JPA&#x2F;Hibernate which is solving the 1990s problems of enterprise Java apps.
评论 #30622713 未加载
评论 #30622553 未加载
pixel_tracingabout 3 years ago
Any kotlin support?