Skip to content

Add RIFE2 to the Java server examples - #4063

Open
gbevin wants to merge 1 commit into
bigskysoftware:masterfrom
gbevin:rife2-server-examples
Open

gbevin wants to merge 1 commit into
bigskysoftware:masterfrom
gbevin:rife2-server-examples

Conversation

@gbevin

@gbevin gbevin commented Sep 10, 2026

Copy link
Copy Markdown

Adds RIFE2 to the Java section of the server examples page.

RIFE2 is a full-stack, no-declaration, framework for Java web applications. It has htmx support built into the engine: a single route can answer both a browser and htmx, with printHtmxFragment choosing whether to send the whole page or just a template block, and declaring the matching Vary headers so a cache never serves one to the other.

Three links, in increasing order of size:

  • https://rife2.com/demo/htmx is a live, interactive demo, no checkout needed.
  • HelloHtmx.java is a self-contained ~25 line example in the framework's own example set.
  • rife2-pokemon is a full search-as-you-type app using htmx and tailwind.

This only touches www/, so per CONTRIBUTING it is made against master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant