Handlebars.java

Logic-less and semantic Mustache templates with Java (by jknack)

Handlebars.java Alternatives

Similar projects and alternatives to Handlebars.java

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Handlebars.java alternative or higher similarity.

Handlebars.java reviews and mentions

Posts with mentions or reviews of Handlebars.java. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-16.
  • Full Time
    5 projects | news.ycombinator.com | 16 Jun 2023
    The blog is just hugo so it's 100% static files over nginx.

    The search engine is serverside-rendered mustache templates via handlebars[1], via served via spark[2]. It's basically all vanilla Java. I do raw SQL queries instead of ORM, which makes it quite a bit snappier than most Java applications. The sheer size of the database also mandates that basically every query is a primary key lookup. The code is written around that constraint.

    Although the search engine is a bit on the slow side since it's routed through cloudflare and I think I'm relatively far away from the closest datacenter so it adds like 100ms to the load times.

    [1] https://github.com/jknack/handlebars.java

    [2] https://sparkjava.com/

  • Spring Boot & HTMX ?
    3 projects | /r/htmx | 30 Nov 2022
    tl;dr - if you are working with Spring Boot, the main way to build a web UI is either Thymeleaf or maybe https://github.com/jknack/handlebars.java with HTMX and _hyperscript and/or Alpine.js. If you aren't really into CSS if you couple those with something like https://picocss.com/ you can build pretty good looking stuff pretty fast. Honestly if you go through setting that stuff up you will be in a good spot to keep going with other stuff later.

Stats

Basic Handlebars.java repo stats
2
1,428
8.2
3 days ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com