Showing 2470 open source projects for "java on 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
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    oradump is a cli table dumping and sql execution tool for oracle. in dump mode it will dump selected tables to stdout in various formats. in exec mode it will read sql from a file or stdin and execute it on the remote oracle db.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    JRower is a tool for loading database tables from flat files. You supply a XML file describing the fields in the file and their mapping to the database table columns. The data file can be a text file in CSV, delimited, fixed length, or Excel format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    JSP & Servlet Base Database Management Tools empower the advantages of JDBC drivers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SmartPool is a connection pooling Java component modeled on connection pooling features provided by an Application Server. SmartPool 1.5 focuses on Oracle RAC and global Transactions. It makes an attempt to solve critical issues like connection leaks, co
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    The XML:DB project (http://www.xmldb.org) defines an XML database interface called XML Database API. This project aims to create interfaces implementing the XML Database API which connect via SOAP to databases that implement the XML Database API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    NNR4ITG is a Java all-in-one tool for visualizing and manipulating the XML files generated by "In The Groove" arcade cabinets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Animelister is a PHP and MySQL -based database for keeping your anime fansub collection organized. It has customizable categories, request lists, fansubber database, searches and so on, while still remaining simple to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Middlegen is a free general-purpose database-driven code generation engine based on JDBC, Velocity, Ant and XDoclet. If you already have a database, you can use Middlegen to generate EJB (CMP 2.0), Hibernate, JDO and JSP/Struts source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PSIMAP is the Protein Structural Interactome MAP, a map of all the domain level protein-protein interactions in the Protein Data Bank (PDB). PSIsoft is an archive of the software used to generate and analyse PSIMAP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    DVDThek is an application that manages a DVD film library or other media libraries like videos, disks or songs. Coded in Java language exclusively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    command-line utility for issuing SQL to relational databases via the JDBC API
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Framework for providing comparitive benchmark tests for databases implementing the XML:DB Java API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Toplink in memory makes TDD possible in large database applications. Make your Java project tests run faster. Toplink in memory allows you to run your tests in memory, rather than against a database. In our current project, this gives a 100x speed up.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    JSpeed -- Java-based Open-Source Embedded Database Management System supporting network database model with limited relational access. JSpeed's goal is to provide a high-speed embedded database written in 100 percent Java. Key management uses EP-Tree.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A common problem with testing tools such as NUnit and JUnit is the need to have reliable, consistent data to test against. This tool provides a way to load and unload test data into a database for unit test purposes (as well as any other data loading nee
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MySQLProxy acts like a MySQL server. After authentication with the client it will try to connect with different auth credentials to a different server and forward all traffic between client and server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Butler framework is a table-oriented java object model on top of JDBC that makes database programming easier. It also has a set of database aware swing components and a JSP tag library.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    If you work with databases, then you know there are not always good tools for simply working with them... This tool should fill that gap...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    graphite: a portable graphics library, written in Java, JOGL and Postscript that allows rapid generation of high-quality graphs using an efficient, compact Java engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A web page parser for sql written in java. It breaks html into table rows. It can datamine dynamic tables and alert a user to trends. It interfaces with authenticated & search sites. It is very flexible, uses selfmoding code, and can do http push
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Java Database connexion and Statement Pool. This software is a dynamically sizeable Pool that can have multiple differents database link. Debbuging and error messages handle with log4j. Simple configration and use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CSBI is a component based framework that allows for inter-component data sharing and access. GINY is an Open Source Graph Library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    DDL and DML extraction tool based on SQL statements and plugins
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JDBM is a transactional persistence engine for Java. It aims to be for Java what GDBM is for Perl, Python, C, etcetera: a simple persistence engine that is lightweight and fast. Note that JDBM's development has moved on to github - https://github.com/jankotek/JDBM3 is now the new home.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JXmlSql is a Java database API ( MySql, Oracle, Access )that eliminates JDBC code. JXmlSql allows developers to define application and prepopulation SQL statements inside xml files. Options for query, insert, update, delete, report and prepopulation SQL.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB