rife2

Full-stack, no-declaration, framework to quickly and effortlessly create web applications with modern Java. (by rife2)

Rife2 Alternatives

Similar projects and alternatives to rife2

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better rife2 alternative or higher similarity.

rife2 reviews and mentions

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
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 28 Apr 2024
    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. Learn more →

Stats

Basic rife2 repo stats
14
209
7.8
about 1 month ago

rife2/rife2 is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of rife2 is Java.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com