savant-core VS rife2

Compare savant-core vs rife2 and see what are their differences.

savant-core

This is the main project for the Savant build tool (by savant-build)

rife2

Full-stack, no-declaration, framework to quickly and effortlessly create web applications with modern Java. (by rife2)
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
savant-core rife2
3 14
8 211
- 2.4%
1.6 7.8
5 days ago 9 days ago
Java Java
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

savant-core

Posts with mentions or reviews of savant-core. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-12.
  • Show HN: Savant Build Tool
    1 project | news.ycombinator.com | 23 Sep 2023
  • Introducing Bld: A New Pure Java Build System
    14 projects | /r/java | 12 Apr 2023
    I recently came across another build system and similar to gbevin the authors (the fusion auth guys) make a lot of there own tools and libs: Savant. However it has its own language.
  • Removed Gem “Breaks” Rails ActiveStorage
    10 projects | news.ycombinator.com | 24 Mar 2021
    I give my boss a hard time about our dependency management system because it is relatively unknown[0], but licensing is built into it from the ground up. You can't import any dependency (no matter how buried) without assigning a license to it.

    This lets us confidently know, via software, the open and closed source licenses in our code base.

    Licensing is one of those out of band concerns that doesn't burn you until it does.

    0: https://github.com/savant-build/savant-core

rife2

Posts with mentions or reviews of rife2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-12.
  • Introducing Bld: A New Pure Java Build System
    14 projects | /r/java | 12 Apr 2023
    It is possible, and I realize we've not written docs about it yes, we'll fix that soon. We're using two modules in RIFE2 and bld itself, one for the main build and one for the framework examples https://github.com/rife2/rife2/tree/main/src/bld/java/rife
  • Rife Is a Framework Experiment
    2 projects | news.ycombinator.com | 19 Feb 2023
    There's more detail in the readme on GitHub:

    https://github.com/gbevin/rife2

    Including:

    > RIFE2 has features that after 20 years still can't be found elsewhere: web continuations, bidirectional template engine, bean-centric metadata system, full-stack without dependencies, metadata-driven SQL builders, content management framework, full localization support, resource abstraction, persisted cron-like scheduler, continuations-based workflow engine.

    Doesn't appear to have websocket support, though.

  • Effortlessly create web applications with modern Java
    1 project | news.ycombinator.com | 19 Feb 2023
  • RIFE2 v1.3.0 with GraalVM native-image AOT compilation support
    1 project | /r/java | 19 Feb 2023
  • Getting Started with RIFE2
    2 projects | dev.to | 29 Jan 2023
    I'm very excited to see what web projects, both big and small, can be accomplished with such a self-contained framework like RIFE2. And we've only scratched the surface! There's a built-in template system, Continuations, and much more. Definitely read the docs if you want to dig deeper into this framework. Also, be sure to thank the framework author, Geert Bevin, for the amount of effort he has put into this!
  • RIFE2 web framework v1.0.0 released!
    4 projects | /r/java | 21 Jan 2023
    The validation and meta-data however doesn't require the model to extend a class, there's the possibility to use meta-data merging to have a sibling class that implements the RIFE2 specific logic, which will be merged at runtime through bytecode instrumentation: https://github.com/gbevin/rife2/wiki/Metadata-Merging
    1 project | /r/java | 21 Jan 2023
  • We released a small no-dependencies UrlEncoder library for Kotlin and Java that actually encodes URL parameters and not HTML form parameters, as the JDK URLEncoder does.
    1 project | /r/java | 5 Jan 2023
    RIFE2 does support arbitrary parameters, in various ways. The manual way is when generating a URL with urlFor, you can add parameters to it c.urlFor(route).param(key, value).param(key, value). You can also annotated Element class fields with @Parameter which will have RIFE2 automatically inject the incoming value, there's an additional annotation attribute that can be set to specific the flow of the data: in, out or inout. When you generate a URL with c.urlFor(route), RIFE2 will look at the element currently in your context, the element targeted by your route and any out parameters that have corresponding in parameter names on the target, will be automatically added to the generated URL with the value they currently hold. Some of that is documented here, but it could definitely use some more love: https://github.com/gbevin/rife2/wiki/Field-Annotations
  • Excited for 2023!
    3 projects | dev.to | 1 Jan 2023
    Java seems to have gained a second wind in recent years, and the innovation in this ecosystem is speeding up. Java 20 and LTS release 21 are expected to happen this year. RIFE2, an actively-developed pure-Java web framework, has recently caught my attention. Like Javalin, it appears to be built on top of the successful Jetty server. I also started exploring FXGL for building games with Java. Lastly, as concerns over COVID-19 variants wane I expect an increase in Java developers participating in community events. For example, Chicago finally had its first in-person JConf event and the Chicago Java User Group (CJUG) is easing back into in-person events.
  • RIFE2 web framework under development
    4 projects | /r/java | 28 Dec 2022
    There's a step-by-step readme to get a quick glance at the feel and the approach: https://github.com/gbevin/rife2/blob/main/README.md, a series of concise examples https://github.com/gbevin/rife2/tree/main/app/src/main/java/rife and a growing full manual: https://github.com/gbevin/rife2/wiki

What are some alternatives?

When comparing savant-core and rife2 you can also consider the following projects:

jstachio - Java type safe statically compiled mustache

penna - Opinionated SLF4J backend that logs natively to json

mimemagic - Mime type detection in ruby via file extension or file content [Moved to: https://github.com/mimemagicrb/mimemagic]

FXGL - Java / JavaFX / Kotlin Game Library (Engine)

renovate - Universal dependency automation tool.

compliance-backend - :construction: Insights Compliance backend gets reports, and offers everything to know about them through an API

Gradle - Adaptable, fast automation for all

bld-antlr4 - bld extension for generating ANTLR4 grammars

OkHttp - Square’s meticulous HTTP client for the JVM, Android, and GraalVM.

dependabot-core - 🤖 Dependabot's core logic for creating update PR's.

maven-mvnd - Apache Maven Daemon