Showing 2150 open source projects for "java class editor"

View related business solutions
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 1
    plsql2html is an HTML code browser for PL/SQL files. It converts sql and pl/sql files to colorized, browsable html files. plsql2html is coded in java and needs minimum jdk 1.4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    BioMa is a specimen based Biodiversity database Manager. It is designed to store, organize, and manipulate biodiversity-related scientific data, either for the purposes of museums, scientific collections, or research projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A general tabbing system for britsh parliamentary debating competitions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    BasicQuery

    BasicQuery

    BasicQuery's source has been moved to GitHub

    BasicQuery is a Java-based application used to access databases through JDBC. It features a Swing-based GUI and includes capabilities useful to developers. It also produces timing information, which is valuable during tuning exercises. More information is at BasicQuery's homepage: http://monead.com/basicquery/ As of May 23, 2014 the project's source code has been moved to GitHub. See: http://github.com/DaveRead/BasicQuery
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    UTL_FTP is a FTP client for PL/SQL. It is simple, clean and light. It allows multiple concurrent sessions. Uses stored Java for the library backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    EditDB is a database front-end wriiten in Java (JDBC used) for editing content of databases. Various details about database structure can be viewed. In edit mode, special help is provided to the user when s/he edits foreign or private keys.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    TreeDocs is content management system (requires J2EE application server, uses EJBs) with web-based user interface that allows user to easily store documents and notes in a tree. All records are written into database. Tested under JBoss.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DORM4J (Dynamic Object-Relational Mapping for Java) is an O/R Mapping library for java. It uses annotation in jdk1.5 and dynamic feature of java language to implement O/R mapping function without additional XML config files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A collection of various programming tools, written mainly for my own pleasure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    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
  • 10
    Seed is a ZendFramework-based comprehensive and mainly PHP-based API to assist developing web-based applications on a solid space of modern features such as DBMS abstraction, AJAX and XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    JDBMaker is a general purpose database manager written in Java. It creates the database structure starting from the java beans with a very rigid mapping from the bean to tables. JDBMaker replies the pointer logic into the database structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    OODB purpose is to read a database and convert it's structure into java classes and optionally other text formats. Java classes are able to perform select, insert and update operations, utilize memory caching of rows etc. Database schema (table1, table2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Platform independent variable data printing / publishing software. Combine text, images and database content with conditionals to output personalized, custom documents for direct mail and other one-to-one communications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MySQA is a useful program to analyze log files created by MySQL slow queries or queries that don't use indexes. Platform independent, written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A utility that helps developers to access SQL databses and convert them to Objects. Each table in the database becomes a RecordStore Object and each Record becomes a Record Object. Multiple queries on same data generates no duplicates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    hloader is a simple tool to aid population of hibernate objects from an xml file. Supports associated objects by arbitrary id and allows specific overriding of database generated ids for reference data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    jMovie is a movie collection manager that simplifies the maintenance of your collection. It obtains its data from internet movie data sources, downloading it to your machine so you will be able to do further queries offline.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MySQL Embedded Library for Java lets you integrate MySQL into Java applications and provides a standard JDBC interface
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    TransXTrail is the simplest database transaction controller API for Java. JTA, Springs and Tyrex has too many issues/problems. This API is intended to be used in small applications. It also helps you to build a distributed transaction system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A neuroscientific knowledge management system for the published literature
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Emeraldjb, is a Object / Relational DAO generator for Java Applications. It allows developers to map relational database tables to XML and have the DAO pattern based SQL and Java source generated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PONY - ORM & web publication framework

    PONY - ORM & web publication framework

    Pony is a fast and easy to use Python ORM

    Pony is an object-relational mapper. The most interesting feature of Pony is its ability to write queries to the database using generator expressions. Pony works with entities which are mapped to a SQL database. Using generator syntax for writing queries allows the user to formulate very eloquent queries. It increases the level of abstraction and allows a programmer to concentrate on the business logic of the application. Following is an example of a query in Pony: select(p for p in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Microarray Explorer (MAExplorer) is a Java microarray data-mining bioinformatics program. It includes data management, graphics, statistics, clustering, reports, gene data-filtering, user written MAEPlugins, documentation, tutorials, demo data.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 24
    smsnuke are PAY and SMS Modules for PHP Nuke and vkpMx CMS Systems. APS's for Java ( J2EE and Application-Server's) and PHP / HTML
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Easiest way to build data manipulation interfaces for data stored in relational databases. Just drop the component in you servlet container, provide a relationship mapping file and you have a working interface in no time. For details see our homepage.
    Downloads: 0 This Week
    Last Update:
    See Project