commons-collections VS ReactFX

Compare commons-collections vs ReactFX and see what are their differences.

ReactFX

Reactive event streams, observable values and more for JavaFX. (by TomasMikula)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
commons-collections ReactFX
2 3
656 370
0.8% -
9.4 10.0
4 days ago over 5 years ago
Java Java
Apache License 2.0 BSD 2-clause "Simplified" License
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.

commons-collections

Posts with mentions or reviews of commons-collections. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-29.
  • Hashmap return key if map.containsValue(value) in O(1)?
    1 project | /r/learnjava | 1 Feb 2023
    It should be noted that BidiMap is really just bundling two Maps (though there are multiple implementations).
  • What is this design pattern called is prevalent throughout guava and apache commons?
    2 projects | /r/learnprogramming | 29 Dec 2021
    I've noticed when you look into a lot of classes in some libraries like guava, apache commons, or ReactFX, you'll notice a sort of abstraction pattern. There'll be a class that houses a bunch of common methods. Inside of those methods, instead of putting the relevant logic inside of the method, they'll call an operation-specific class that executes the logic. An example would be PredicateUtils or EventStream. Is there name for this pattern? It doesn't quite seem like it fits the command or service layer patterns.

ReactFX

Posts with mentions or reviews of ReactFX. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-07.
  • React is a fractal of bad design
    12 projects | news.ycombinator.com | 7 Mar 2023
    You could also write that in many other languages like Clojure (with cljfx for FP fans), Python, Ruby, JavaScript, and of course Java. It would be less verbose if I used a library that better used Kotlin's features, but the goal here is that you can look up the JavaFX APIs from the link above (there are a couple of implied static imports).

    So not much different, but it demonstrates how the text property of the label is bound to a dynamically computed string which is in turn bound to an observable number. When the timer fires, the count increases and the label is recomputed. Everything is done that way so layout computations, for example, won't run unless the size of the label changes. And that's it - no need for VDOMs or prop drilling or state memoization or any of these other performance hacks.

    At some point you'll observe that this seems a like like "reactive programming" as used on the server side, and then might want to explore a library like ReactFX which connects these two worlds together.

    https://github.com/TomasMikula/ReactFX

    There are some other nice features in this type of toolkit that the web community seems to be heading towards. I'd be willing to bet a lot that at some point they'll even reinvent inheritance under a new name, because being able to write code that's generic over component trees is really pretty useful. The hooks/functions model totally wrecks that and has led to this explosion of "design systems" (otherwise known as themes), none of which interoperate properly or can be coded against in an abstracted manner.

    None of this is to say that FX is perfect or that React/SolidJS etc are the wrong tools to use. You can run FX apps in a browser using a form of server side rendering - check out https://www.jpro.one to see a fully crawlable website that's actually implemented using JavaFX on the server with no frontend/backend split existing at all. But it only works well if you don't have a fast and reliable server connection, plus a server with plenty of RAM and CPU. Alas browsers pull all sorts of mean tricks to keep people locked inside the HTML5 sandbox so JS frameworks aren't going anywhere, but it would be nice if that community spread its wings a bit and looked at prior art from outside their language. GUIs are old and the challenges involved in them aren't new, and from the outside it looks suspiciously like there is no real progress being made here, only wheel spinning.

  • RichTextFX: Open source libraries for making a text viewer / editor
    3 projects | /r/JavaFX | 25 Mar 2022
    ReactFX - For cleaner, easier-to-reason event handler composition. Nice!
  • What is this design pattern called is prevalent throughout guava and apache commons?
    2 projects | /r/learnprogramming | 29 Dec 2021
    I've noticed when you look into a lot of classes in some libraries like guava, apache commons, or ReactFX, you'll notice a sort of abstraction pattern. There'll be a class that houses a bunch of common methods. Inside of those methods, instead of putting the relevant logic inside of the method, they'll call an operation-specific class that executes the logic. An example would be PredicateUtils or EventStream. Is there name for this pattern? It doesn't quite seem like it fits the command or service layer patterns.

What are some alternatives?

When comparing commons-collections and ReactFX you can also consider the following projects:

commons-io - Apache Commons IO

RichTextFX - Rich-text area for JavaFX

Apache Commons CSV - Apache Commons CSV

Flowless - Efficient VirtualFlow for JavaFX

Spell4Wiki - Spell4Wiki is a mobile application to record and upload audio for Wiktionary words to Wikimedia Commons. Spell4Wiki also a multilingual Wiki-Dictionary.

commons-text - Apache Commons Text