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
$300 Free Credits for Your Google Cloud Projects
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
db2db is a database client for transferring database objects (tables, their data, primary keys, foreign keys, indexes) among heterogeneous RDBMS. db2db is written in java and uses jdbc.
SQLProcessor is a facade for parts of the JDBC API. JDBC is used, but with an interface that hides the repetition and complexity.
We have found SQLProcessor code can be quicker to write, less error prone, and more amenable to reuse.
The DataBean package is a java library providing functionalities of mapping a database table to a Java class (databean). The instances of the databean classes can perform common database operations without using much of the ugly SQL.
Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Raptus AG/SA, a swiss company, has released their java / jsp based SiteEditor, CMS, list generator software as opensource. Including: Modules, XML config, Struts, own API, Components, WYSIWYG, multilanguage, multiuser, webbased manager
Picjurz is an picture/image management application. Among its planned features are: web-based interface, albums, offline storage manager, hardcopy manager and support for both picture-content and digital-camera metadata.
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.
jLifeLines is a genealogy program, based on the popular LifeLines project, to help with your family history research. Its primary strengths are its powerful scripting language and the ability to easily import and export information in the GEDCOM format.
The Java Library Management System is designed to help simplify the task of managing a physical library (as opposed to software libraries), consisting of individual inventory items such as books, tapes, optical media, etc.
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.
Adit is another database interface tool built with Java. Adit is a lightweight tool for querying any database with a JDBC driver. Features include saved connections, saved queries, export to delimited text, and database metadata.
Cigol (logic, spelled backwards) is a deductive logic solver. It can be embedded inside a parent program or used from the command line. It has absolutely no relationship to Tom Mitchell's book on Machine Learning.
MetaCoretex security scanner is an extreemely modular plugin based security scanner written entirely in JAVA to allow the use of JDBC Type IV drivers when scanning databases. Initially, most plugins will likely be for DBs.
ldapd is a pure Java embeddable LDAP v3 protocol daemon built on the Avalon framework. It has a Staged Event Driven Architecture (SEDA) with several hot pluggable components: backends, and replication modules.
A translator that converts information models written in ISO-10303-11 EXPRESS to DAML+OIL/OWL (e2ont). The software extends the OSEXPRESS parser. DAML+OIL or OWL code is obtained using the Jena2 Semantic Web framework.
DBPad is a GUI-based SQL client for relational databases. As long as you have a JDBC driver for your DB, you can use DBPad to view or manipulate your data and metadata of your tables.
This project contains an component to building JDO applications with Castor (http://castor.exolab.org/). It's allow easy using of mappings with building OQL queries.
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.