• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Modern frontends with htmx - framework stackups

 
Greenhorn
Posts: 17
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was wondering if the book also dives a bit into when it's a (not) so good fit.
When one might consider staying with a standalone UI/wicket/Vaadin Hilla.
 
Author
Posts: 12
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not really. You can read https://htmx.org/essays/when-to-use-hypermedia/#hypermedia-not-a-good-fit-if for some general guidelines.

Vaadin is a good alternative if your team is not interested in learning html and css and really wants to stay 100% in Java. But if you currently have frontend developers using html/css and JavaScript, then a templating engine that uses html and htmx for the interactivity is something they can learn. Doing everything in Java would probably scare them away too much
 
I can't beleive you just said that. Now I need to calm down with this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic