Showing 218 open source projects for "nosql persistence java"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 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
  • 1
    The goal of the Crystalline project is to create a cache framework that can be used with maximum transparency in both persistence and business layers, even on pre-existing software components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Yop is an object oriented persistence API generator.It supports various programming languages such as PHP5 and Java.The goal of this project is to provide an easiest and fastest way to deal with persistence by using a simple XML object description format
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A lightweight XML binding/persistence framework for Java (JDK5.0 or later). Works whith annotations, does not require any configuration/mapping file, runs with standard W3C DOM and JAXP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The iBATIS Database Layer will help you design and implement better persistence layers for your Java applications using two main APIs: SQL Maps for reducing JDBC code and Data Access Objects for abstracting the persistence implementation details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • 5
    PAT: Persistent Applications Toolkit, AOP (JBossAOP) persistence library (aspect library). Provides persistence layer with underlying Prevayler (1.02). Allows users to write their code without worrying about persistence code (POJO). Uses annotations
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    ValueObjects Framework accelerates Service-Oriented Architecture development by providing an API and IDE plug-in for SOAP-compliant objects built on existing persistence engines. Supports Oracle Application Development Framework and JDeveloper 10g.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    A resource bundle implementation based on the Hibernate O/R persistence framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 10
    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
  • 11
    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
  • 12
    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
  • 13
    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
  • 14
    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
  • 15
    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
  • 16
    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
  • 17
    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
  • 18
    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
  • 19
    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
  • 20
    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
  • 21
    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
  • 22
    Framework for developing web applications: Java to PHP translator plus persistence layer
    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
    Analysys is a no-nonsense persistence layer generation tool for Java. Simple POJOs can be generated directly from your database schema, and you can be up and running in minutes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    XORM is an extensible object-relational mapping layer for Java applications. It provides interface-based persistence to RDBMSs using the Java Data Objects (JDO) API while allowing developers to focus on the object model, not the physical layer.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo