RECENT POSTS
- Introduction to FreeBSD Security Best Practices
- Working with Package Management in FreeBSD
- Understanding FreeBSD Security Advisories and Updates
- Troubleshooting Common System Administration Issues in FreeBSD
- Tips for Hardening FreeBSD to achieve System Protection
- Setting Up DHCP Server in FreeBSD
- Secure User and Group Management in FreeBSD Systems
- Secure Remote Access with SSH in FreeBSD
- Optimizing System Performance in FreeBSD
- Network Packet Capture with tcpdump in FreeBSD
- All posts ...
Do you have GDPR compliance issues ?
Check out Legiscope a GDPR compliance software, that will save you weeks of work, automating your documentation, the training of your teams and all processes you need to keep your organisation compliant with privacy regulations
Berkeley-db
Jul 20, 2023
Berkeley DB Java Edition
This is a pure-Java implementation of Berkeley DB by SleepyCat now Oracle. Java-1.7 is required for building. From the
“Berkeley DB JE was designed from the ground up in Java. It takes full advantage of the Java environment. The Berkeley DB JE API provides a Java Collections-style interface, as well as a programmatic interface similar to the Berkeley DB API.
Berkeley DB JE is different from all other Java databases available today. Berkeley DB JE is not a relational engine built in Java. It is a Berkeley DB-style embedded store, with an interface designed for programmers, not DBAs. Berkeley DB JE’s architecture employs a log-based, no-overwrite storage system, enabling high concurrency and speed while providing ACID transactions and record-level locking. Berkeley DB JE efficiently caches most commonly used data in memory, without exceeding application-specified limits. In this way Berkeley DB JE works with an application to use available JVM resources while providing access to very large data sets.
The Berkeley DB JE architecture provides an underlying storage layer for any Java application requiring high performance, transactional integrity and recoverability.”
- Older
- Newer
Checkout these related ports:
- Xdoclet - Java attribute-oriented code generation engine
- Wildfly90 - Replacement for JBoss Application Server
- Wildfly26 - Java Jakarta EE8 application server developed by Red Hat
- Wildfly25 - Java Jakarta EE8 application server developed by Red Hat
- Wildfly24 - Java Jakarta EE8 application server developed by Red Hat
- Wildfly18 - Java Jakarta EE8 application server developed by Red Hat
- Wildfly17 - Java Jakarta EE8 application server developed by Red Hat
- Wildfly16 - Replacement for JBoss Application Server
- Wildfly15 - Replacement for JBoss Application Server
- Wildfly14 - Replacement for JBoss Application Server
- Wildfly13 - Replacement for JBoss Application Server
- Wildfly12 - Replacement for JBoss Application Server
- Wildfly11 - Replacement for JBoss Application Server
- Wildfly10 - Replacement for JBoss Application Server
- Visualvm - GUI tool combining CLI JDK tools and profiling capabilities