Search Results for "nosql persistence java" - Page 11

Showing 342 open source projects for "nosql persistence java"

View related business solutions
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    Java Uniform Data Access is a simple set of Java classes for persistence and query services. It can be used without boring configuration files and provides a simple solution for dinamically building query using only Java objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    KAON is an ontology management infrastructure targeted for business applications. It includes a comprehensive tool suite allowing easy ontology creation and management. Persistence mechanisms of KAON are based on relational databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A resource bundle implementation based on the Hibernate O/R persistence framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Java Persistence Aspect. An Aspect which automaticly maps java classes to predefined database tables and makes the updates of objects persistent. Written in AspectJ 1.2. Benefit: no JDBC programming. Minimal java code required for persistence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    Object Relational Persistence and Object-Based SQL Query API. Similar to that of Hibernate or JDO but much better structured design. This API has several layers of abstraction to be useful for nearly any situation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Athos Persistence is a open source object-relational persistence for java. Athos is a mapping tool that allows transparent persistence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MAOS (Meta-Attribute Object Store) is a light-weight Java library / framework implementing simple Object persistence using search-engine technology
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JPO (Jigs Persistent Objects) is the persistence layer for 'Jigs for Java' web applications, extracted here for use outside of 'Jigs'. JPO supports Domain-Driven Design while embracing the use of SQL snippets for object-based queries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A java based database abstraction/object persistence framework. Keywords for the Caleigo Core framework is simplicity, runtime traversable meta-data reflection, model based queries and code generation from existing databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 10
    jLips is a lightweight Java persistence container that implements database persistence through Java interfaces through a defined field naming scheme. Can be used with any JDBC database. jLips has a very small footprint and a simple interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    JBanana is a framework MVC - CONTROLLER like Struts but with an enhanced support to XML/XSL. It works with JSPs also. Jolt is a framework MODEL used as Persistence mechanism WEB - Relational DataBase. Venus is a PRESENTATION framework using DHTML/JS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Bigyo is a minimalistic, compact container framework written in Java,with main focus is on the runtime component (re)configuration, including JMX and transparent xml-based configuration persistence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CrossContext is an independent abstraction of request, session and application contexts. It removes compile-time dependency on particular context implementation (ex: Servlet API),simplifies your code, adds persistence and distributed locking possibilities
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Chameleon is a general use persistence engine capable of object-relational mapping as well as other, non-object persistence needs. Its flexibility allows it to fit the needs of a an enterprise without the contstraints that O/R mappers generally impose
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Jameica is a GUI-Framework written in Java containing a SWT-GUI. It provides different services (GUI, Logging, Persistence, object relational mapping) to the installed plugins. So, it's a kind of runtime environment to host other java applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    WebOnSwing
    Component based web application framework that renders web pages with Swing components.You can develope your web application without taking into account HTML and JS; map Swing applications to html, handling client events and each component persistence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A Java game engine for 3D multiplayer games. Includes graphics engine, map/world framework, networking, persistence, GUI, AI etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JDBCFacade is a library for making JDBC easier to use and less error prone while encouraging a clean separation between persistence and domain logic. Unlike many similar tools, JDBCFacade does not interfere with the normal usage of JDBC in any way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MINPO is a minimal java web-app, free to use as a starting point for a larger, stand-alone web-app, providing a basic framework (using Struts), persistence mechanism (using Hibernate), and portal GUI providing simple user authentication and management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Framework for developing web applications: Java to PHP translator plus persistence layer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Mnemosyne is an in-memory object database for Java. It uses AOP to achieve transparent persistence, and object level versioning and locking to provide ACID transaction support. Data is persisted through transaction logging and periodic system snapshots
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    EE MUD includes a large spherical world with dynamically created biomes, weather, and local areas. Need to replace serialization with more efficient caching with less object persistence, redo synchronization model, and use XML loaders over factory method
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Persistence Framework for J2ME; DAO layer for MIDP. It enables the developer to Query Value/Data Objects in a RecordStore. Contains methods like dao.save(vo), dao.update(vo), dao.delete(vo) and dao.findContaining(Class vo, String where).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Example java web application using layered architecture and Hibernate (persistence), Spring (integration, AOP) + Acegi security, Tapestry (GUI) and JUnit (testing) frameworks. It is a simple intranet with user details and possibility to publish news.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PAiN Mud codebase is a new MUD codebase written in Java. It provides general purpose persistence engine (PAiN DB) and ability of dynamic code reloading.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo