Why is Java templating/server rendering losing ground?

This page summarizes the projects mentioned and recommended in the original post on /r/java

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

    There are a few others like Phoenix emerging nowadays: https://github.com/readme/featured/server-side-languages-for-front-end

  • htmx

    </> htmx - high power tools for HTML

  • For Java and Springboot, Thymeleaf seems to be the most popular choice - but given how unpopular all available choices are (JSP, Freemarker, Pebble) that is not saying much. Their integration into popular frameworks like Spring Boot has not improved either. I was considering using htmx for a new project - which is an extension for regular html and requires the server to return html - but having to use one of the Java templating frameworks is rather painful.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • static-mustache

    Template engine for java with statically checked and compiled templates. Compilation is performed alone with java sources.

  • FWIW we use Handlebars.java or JMustache depending on context. I really wanted to use something like https://github.com/sviperll/static-mustache but its not really ready. I was working on my own Mustache compiler to straight Java but I lost steam on that.

  • spring-jsview

    Spring-jsview is a flexible Spring WebMVC frontend view implementation with data injection.

  • I implemented a React view system for Spring Boot. The logical view name on the Server side is resolved into a webpack entry point and the server just fills a rudimentary HTML template that basically just references the corresponding webpack assets and static styles/graphics if applicable.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Reusable Input Datalist

    1 project | dev.to | 6 Apr 2024
  • HTMZ inspired form subission

    2 projects | dev.to | 31 Mar 2024
  • Show HN: Alpine Ajax – If Htmx and Alpine.js Had a Baby

    1 project | news.ycombinator.com | 4 Mar 2024
  • Exploring Secutio Task by Task. Setting "Events" Like Stylesheets!

    3 projects | dev.to | 2 Feb 2024
  • React Throws a Curveball

    1 project | dev.to | 20 Jan 2024