A static website is ideal for a project, a product or personal blog. It runs on every HTTP server (no server side code execution). It’s fast. It’s stable. Hosting is cheap. Or even free for projects using Github Pages. However, writing a website in pure HTML and JavaScript is tedious. Client-side JavaScript frameworks only go so far. […]
The post Generate Your Static Website With Java and JBake appeared first on JVM Advent.