[Go to site: main page, start]

Handlebars.java

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

Handlebars.java Alternatives

Similar projects and alternatives to Handlebars.java

  1. pico

    Minimal CSS Framework for semantic HTML

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. MarginaliaSearch

    Internet search engine for text-oriented websites. Indexing the small, old and weird web.

  4. website

    Javalin website source code (by javalin)

  5. frontend-maven-plugin

    "Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma.

  6. Jtwig Project

    Java modern template engine

  7. FreeMarker

    Apache Freemarker

  8. Thymeleaf

    Thymeleaf is a modern server-side Java template engine for both web and standalone environments.

  9. Mustache.java

    Implementation of mustache.js for Java

  10. Pebble

    Java Template Engine (by PebbleTemplates)

  11. Apache Velocity

    Mirror of Apache Velocity Engine

  12. JsonBatch

    An Engine to run batch request with JSON based REST APIs

  13. oh-my-email

    📪 可能是最小的 Java 邮件发送库了,支持抄送、附件、模板等功能。

  14. jamal

    Jamal is document maintenance automation

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 discussion

Log in or Post with

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,553
6.0
7 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Java is
the 10th most popular programming language
based on number of references?