jatl
Scalatags
jatl | Scalatags | |
---|---|---|
5 | 4 | |
45 | 759 | |
- | -0.1% | |
0.0 | 4.8 | |
almost 3 years ago | 4 days ago | |
Java | Scala | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
jatl
-
Full stack web development in a single Java file: An intro to Javalin and htmx
As the author of a very similar ancient library (JATL) to j2html I strongly discourage this approach. I base this on decades of experience of generating HTML from Java.
- DSL for generating HTML in Java
- j2html is looking for a maintainer
- Revisiting Html in Java
-
Readable Regex v0.3.0 released! I would appreciate your feedback
For example: https://github.com/agentgt/jatl/blob/master/src/main/java/com/googlecode/jatl/MarkupBuilder.java
Scalatags
-
Dependency management fatigue, or why I forever ditched React for Go+Htmx+Templ
> JSX is a really elegant way to avoid templating, but we're back to templating with HTMX
Not necessarily. There are libraries in all mainstream languages that let you embed HTML generation directly in your backend server itself, without using a templating engine. Some examples:
Python: https://htpy.dev/
Scala: https://com-lihaoyi.github.io/scalatags/
OCaml: https://yawaramin.github.io/dream-html/ (that's mine)
> Routing, state management, auth, components, theming, API access, and more are all still problems that people add libraries for and those problems don't go away
Actually they kinda do go away. Have you ever tried Ruby on Rails? It does all this out of the box.
-
Second-Guessing the Modern Web
Nowadays I highly recommend HTML embedding libraries directly in the programming language. E.g. ScalaTags https://com-lihaoyi.github.io/scalatags/ or (my own) https://github.com/yawaramin/dream-html
Yes, you give up the ability of designers and frontend-only people to easily work with the HTML templates. But in exchange you get quite a lot.
- DSL for generating HTML in Java
What are some alternatives?
j2html - Java to HTML generator. Enjoy typesafe HTML generation.
Binding.scala - Reactive data-binding for Scala
JavaVerbalExpressions - Java regular expressions made easy.
monadic-html - Tiny DOM binding library for Scala.js
xyz-jphil-luvml - Luvml is a way to Love Html (and XML). It is a Html DSL compatible with normal Java and Javascript (using JSweet v3)
xs4s - XML Streaming for Scala including FS2/cats support
readable-regex - Regular expressions made readable in Java
scala-scraper - A Scala library for scraping content from HTML pages
rendersnake - Java library for creating components and pages that produce HTML using only Java
Hepek - Typesafe HTML templates and static site generator in pure Scala
typedef