Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Try It Free
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.
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.
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.
JATOMIX-DEPOT is a persistence layer for Java, working on relational databases, that carries out the whole communication with the database through a simple API-interface and generates automatically the data model for any unmanipulated java class.
JETHRO (Java Engine for Translating and Hiding Relational to Object) is a "bottom-up" persistence framework, designed in an "API+Provider" fashion. Based on the Data Transfer Object (DTO) concept, it offers a Transparent Query engine.
MindGate is a virtual reality multiuser client - server system written in Java. The purpose of the system is to provide communication, persistence, 3d streaming support for users which are imersed into virtual reality worlds - stored anywhere on the Web.
JGrinder is largely an Object to Relational mapping solution for providing Javapersistence. It has been used for high volume, high availability solutions. Be sure to check | Docs | to get started!
The ObjectBase Project could have been called Object Oriented DataseBase but we found at least two contradictions in that. This is not object oriented, it is just objects. This is not a database because we do not persist data, we persist objects.
Java-Framework for fast and easy creation of applications including swing-gui-interface and relational database persistence. Especially suited to be used in cooperation with a code generator.
RDBS2J is a GUI based mapping tool from relational database schema to persistent java classes which use JDO as persistence mechanism. The mapping can be modified by the GUI. The current version is designed to create code for Apache-OJB.
A simple object persistence mechanism for Java that can be added to an application in minutes. All data is kept in memory and stored as property files in a Maildir, allowing external viewing and modification of data.
JDBNuke is a Java package for jdbc based applications. It simplifies a lot the work of writing classes to save objects and information on databases. It is a very very easy to use package and provides a very usefull way to develop applications persistence.
Qiki is a lean and slim WikiWikiClone written in java. It uses Prevayler for persistence, Radeox for wiki rendering, Jakarta Lucene for full text searching and Maverick for web usage.
The OJB Console is an extensible struts web application featuring transparent browse, search, create, update and delete functionality for the objects configured within the Object Relational Bridge (OJB) persistence framework.
JSO (Java Storable Objects) is an object-relational mapping tool based on runtime class reflection (no XML mapping definitions). It acts as a persistence layer, storing Java objects in a relational database, and supports many features.
File based blogger. Java API. Uses sitemesh and struts. No EJBs. NO JDBC or XML persistence engines. Does RSS feeds with a small footprint (under 32 mb).
A robust, easy to use Object-Relational Persistence Layer Framework for java projects. The purpose of which is to remove as much hand coded JDBC SQL for all the basic CRUD functions. This includes automatic handling of polymorphic objects, associations, t
Given a set of classes, Struts-Genie generate a complete Object Oriented dynamic web application built with Java Struts, Tiles, JSP ... and Java Data Object (JDO) for object persistence management. Easy to use, to extend and to customize
A unique persistence layer for Java. CODO (Cursor Oriented Data Objects) maps generated Entity interfaces (suitable for DTOs) to a relational database via rendered SQL, reflection and JDBC Cursors where possible - avoiding associations.
"Versionable Store - OX" is a single-user Object Database written in Java. The basic API is simple and elegant to use on new projects or incorporate in existing projects for persistence support.
The JDO Learning Tools demonstrate the behavior of Sun's Java Data Objects (JDO). Explore the query language and the persistence manager. Contains prototypes for client/server, web, and EJB architectures. Works with several JDO implementations.
PerPojo combines Pojos (Plain old java objects) and persistence without the need of a database or something like this. It caches all objects in memory and save them to a file using serialization.