排序
JNoSQL CriteriaQuery API preview
JNoSQL CriteriaQuery API preview,Have you ever heard of Jakarta NoSQL ? Since JavaEE adoption and rebranding by Eclipse Foundation, I consider it the most exciting feature for the ...
Introducing Aerospike JDBC Driver
Introducing Aerospike JDBC Driver,One of the most common ways to interact with databases on JVM is the JDBC API. JDBC stands for Java Database Connectivity, which is a standard Jav...
Announcing the Chronos Project v1.0.0 Open-Source Release
Announcing the Chronos Project v1.0.0 Open-Source Release,Today I'm pleased to announce that Chronos, my long-term data persistence and versioning project for the JDK, has finally ...
Simple caching service with Redis
Simple caching service with Redis,One of the most common use cases for Redis is to use it the database as a caching layer for your data, but Redis can do a lot more (I will publish...