UMindMap is a lightweight static web application for capturing and organizing ideas without unnecessary complexity. It requires no installation or registration—just open it in any modern web browser. Mind maps are created intuitively using nested lists, while each node can optionally include notes written in Markdown. With a single click, the entire structure is rendered as a clear graphical mind map with all its details. Thanks to its simple text-based format, your data remains easy to read, portable, and fully under your control. Mind maps can also be shared easily without any server-side support—simply upload the application together with the data file to any static web server and append the data file name to the URL as a parameter.
Ujorm
The Ujorm (original name was UJO Framework) is an open source Java small library which provides non-traditional objects based on the key‑value architecture to open up new exciting opportunities for writing efficient code. The Ujorm have got special ORM module designed for rapid Java development with great performance and a small footprint. The key features are type safe queries, relation mapping by Java code, no entity states, and a memory overloading protection cache.
2026-07-24
2026-05-30
What's new in Ujorm 3.0.3?
A new version 3.0.3 is now available. The SelectQuery class fixes SQL INSERT statement generation when using a third chained relation combined with LEFT JOIN. The negation method for Criterion conditions has been fixed as well. The new version significantly speeds up INSERT operations in cases where retrieving the generated ID key is not required, which has a positive impact especially on PostgreSQL performance tests. The library now automatically loads the logging configuration from the ujorm-config.properties file, so SQL queries are printed to the terminal in JUnit tests without any additional setup.
The changelog is available here.
2026-05-15
Ujorm 3.0 is released
Ujorm3 requires Java 17 or higher.
<dependencies>
<dependency>
<groupId>org.ujorm</groupId>
<artifactId>ujo-core</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.ujorm</groupId>
<artifactId>ujo-orm</artifactId>
<version>3.0.0</version>
</dependency>
</dependencies>https://github.com/pponec/ujorm/#-ujorm3-library
2026-03-23
Ujorm3 RC1 Released
Links:
Simplified API schema:
2026-03-08
Ujorm3 (a new lightweight ORM framework for JavaBeans and Records)
I have prepared a completely new implementation of a lightweight ORM in pure Java that works with JavaBean and Record objects. More details will follow gradually. For now, I am just attaching a link to the project's homepage:
And also a link to the performance tests, which can be used as a reference for your own implementations:
Comments and feedback are welcome :-).
2024-11-06
Ujorm release 2.26
<dependency>
<groupId>org.ujorm</groupId>
<artifactId>ujo-web</artifactId>
<version>2.26</version>
</dependency>
2023-06-07
New ORM Framework for Kotlin
An article about a Kotlin API for ORMs was published on DZone.
See a sample of the SELECT statement:
Links:


