StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Product

  • Stacks
  • Tools
  • Companies
  • Feed

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2025 StackShare. All rights reserved.

API StatusChangelog
  1. Home
  2. Companies
  3. Open Lowcode
Open Lowcode logo

Open Lowcode

Verified

Rapid application framework for enterprise

Aix en Provenceopenlowcode.com
3
Tools
3
Decisions
0
Followers

Tech Stack

Application & Data

3 tools

JavaFX logo
JavaFX
Java logo
Java
MariaDB logo
MariaDB

Team Members

Nicolas de Mauroy
Nicolas de MauroyFounder

Engineering Blog

Stack Decisions

Nicolas de Mauroy
Nicolas de Mauroy

Jul 22, 2019

We use MariaDB because it is a free open-source SQL database. I was looking for a low-cost technical stack, and SQL database made a huge sense as it is transactional, and offers all the confort of relational queries, which, for me, is better for general purpose database than noSQL alternatives.

MariaDB is the really free drop-in replacement for mysql, which makes it a good default choice. Note that at some point, I plan to support also Post/gre SQL, which is the other famous SQL open-source database in the enterprise world.

11.3k views11.3k
Comments
Nicolas de Mauroy
Nicolas de Mauroy

Jul 22, 2019

We use JavaFX because it is a powerful framework in java, allowing to develop client and server in the same language.

JavaFX is generally powerful, though there are some components that would require an overhaul to get fully "desktop-grade" experience with simple development (most of the pain is around management of tableview and similar components).

JavaFX is open-source and still supported, even if it could make with a more active improvement of the widgets. Still, the team maintaining it is doing a great job og steering it through the important changes ongoing on the java platform.

6.23k views6.23k
Comments
Nicolas de Mauroy
Nicolas de Mauroy

Jul 22, 2019

We use Java because it is object-oriented, functional, and strongly typed. The strongly-typed requirement is key for performance and also to ease debugging. If it compiles, it should run.

It has also a huge amount of libraries, and is stable (will still be there in 20 years). It is also easy to get java developers in an enterprise context.

The JVM allows to smoothly develop on Windows and run on Linux server. There are perfectly good JVMs that are completely free.

2.41k views2.41k
Comments