Showing 473 open source projects for "java mysql"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it 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

    Restaurant Management System ( RMS )

    RMS is created in Java and still not completed, still working on it.

    RMS is full Java Swing based application but its still in development phase. Still lot have to done, It will basically manages three main parts about Restaurant, which includes Management Part, Kitchen Part, Floor Area Part.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This tool conects to a catalog of a given database and extract some metadata that can be handy for revision. The metadata are extracted to a xml file, useful for comparison (see also my project comparator), Metadata are extracted using JDBC. Supported DBMS: MySQL and PosgreSQL. The metadata extracted from the catalog are: Catalog -> name Tables -> name and if its a view. Column-> name, type, precision, length, is null Index -> name, is primary key, is unique, and a list of its...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Onco-STS

    Onco-STS

    A web-based Laboratory Information Management System

    Onco-STS is a web-based Laboratory Information Management System for sample and analysis tracking in oncogenomic experiments. The systematic sequencing and analysis of tumour samples, as well other oncogenomic experiments, necessitates the tracking of relevant sample information throughout the investigative process. These meta-data of the sequencing and analysis procedures include information about the samples and projects as well as the sequencing centers, platforms, data locations,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    TriggerMan

    TriggerMan

    An Audit Table and Trigger Management Tool for MySQL

    TriggerMan is intended to simplify the task of creating basic audit tables and triggers in MySQL. TriggerMan can: • Read table and trigger definitions from the Information_Schema database. The user never has to enter table/column definition data when creating audit tables or triggers, or create scripts. • List existing tables and TriggerMan objects in a schema, and allow the user to choose which ones to operate on. • Given a table, it can dynamically generate a corresponding audit table...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5

    OpenFencing

    management of fencing tournaments

    OpenFencing's goal is to provide fencing clubs with a cross-platform application that allows them to manage tournaments. Pools and direct elimination panels are easily created. All data is stored in a hsql or mysql database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This project deals with developing a distributed infrastructure to handle and process sensor data including their provenance data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SingletDAO
    SingletDAO is a simple java data access frame work to access data in database. A Single Data Access Object to access data in database and eliminates writing custom DAOs. Easy to plug-in. Easy to manage SQL queries. Supports JSON.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Data Entry Form

    Data Entry Form

    A program for data collection of pen and pencil forms.

    Data Entry Form is a program for data collection of pen and pencil forms. It's mainly intended for market research.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Toolsverse ETL Framework

    Toolsverse ETL Framework

    Open source Extract Transform Load engine written in Java

    ETL Framework is a standalone Extract Transform Load engine written in Java. It includes executables for all major platforms and can be easily integrated into other applications. Key Features: * embeddable, open source and free * fast and scalable * uses target database features to do transformations and loads * manual and automatic data mapping * data streaming * bulk data loads * data quality features using SQL, JavaScript? and regex * data transformations Requirements * Java...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 10

    PubSearch

    Combined search engine for publication databases.

    With PubSearch you can search for publications of an author in more publication databases at one time. PubSearch can crawl also "cited by" publications transitively for you! You can export publications to citation formats. You can add your own format templates and publication database definitions. See the link below for more details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    JClient MySQL Companion

    JClient MySQL Companion

    JClient MySQL Companion is a light-weight GUI tool for MySQL users.

    JClient MySQL Companion is a light-weight GUI tool for MySQL users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MySQLJavaBackup

    MySQLJavaBackup

    Java Library for backing up MySQL Databases.

    Use this library to backup your MySQL Database from your Java code. This library only backs up the data, not the database structure(Future Releases). So when restoring the backup file, you must ensure that the database is created and fully functional.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Black Box Database(BBD) design constrains schema references to the database. The BBD exposes an Application Programming Interface (API) generated by the developer, housed in the database. This API makes the database unit testable as a stand alone module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    HareDB Data Model Management

    HareDB Data Model Management

    A GUI tool for converting schema and migrating data from RDB to HBase

    Denormalization is an important step while converting RDB data to HBase. HareDB Data Model Management is a GUI tool for it as above. This tool provides an merge table function, it can help you merge tables which have relationships in RDB. It provides not only an schama redesigner but also an data loader from RDB to HBase. This tool can reduce time cost of migration project which is from RDB to HBase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    MySQL Connect!

    A Desktop GUI for MySQL

    MySQL Connect! is a Java Swing based GUI tool to perform all the operations related to MySQL. It uses below library stacks - 1) MySQL Connector J 2) Oracle Type4 JDBC Driver 3) Birosoft Liquid Look & Feel
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    A simple JDBC framework (JAR) by Jeff Smith. Employs database independent, unchecked exception code. Supports Oracle, mySQL, HSQL, and PostgreSQL--can be easily extended to new databases. See article (origninally published on Developer.com) here: http://softtechdesign.com/products/SQLExecutor/SQLExecutor.htm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    it is an emulator for making sql like behave like an odbms with an rdbms, it supports oracle, mysql, firebird and any other database, it is written in java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    DougDocX is a system which allows users to generate documents from web forms based on OpenOffice templates. The users create the templates, upload them, describe the fields they contain, validates, and adds them to DougDocX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    DAL4j

    Data Access Layer 4 Java

    Welcome to Data Access Layer for Java (DAL4j) a set of command line tools and framework used to reverse engineer a MySQL or SQLServer database schema into a set of JPA Entity Beans. DAL4j can be useful for scenarios where there is an existing database schema but a technology other that JPA is used to interact with the database. DAL4j can provide an easy way to migrate your code base from other technologies such as JDBC or Hibernate to JPA. The beans generated can be 1 or two types: Simple...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Hibernate Pojo Generator generates all the Java code necessary to access a database via Hibernate Annotations (+ Spring) including JUnit tests (1 per table) that are able to run immediately without further customizations. Mostly tested with MySQL. Moved to GitHub: https://github.com/wwadge/hbnpojogen
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Développement de MaNGOS en Français avec site internet et support technique.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Seven-Labs

    Seven-Labs

    Application Development

    This repository serves as our entire project space which contains all of the open-source projects we've worked on. - C/C++ - C#/.NET - PHP - HTML5/CSS3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    FullFiller

    Data Base Benchmarking tool

    A very simple tool to automate benchmarking tests on MySQL DBs. It fills MySQL tables columns; perform customized tests; and outputs the results on CSV format. It uses Xeger, a java package for generating random text from regular expressions (http://code.google.com/p/xeger/). Xeger uses dk.brics.automaton java package developed by Anders Møller (http://cs.au.dk/~amoeller/automaton/index.html).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Creative ORM

    A small and easy ORM solution in Java, using annotations.

    Creative ORM is a small Annotation based framework for DAO / ORM mapping in Java. Used reflection to create / map entities
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    DBEdit 2
    A database editor, suitable as front-end for all your relational databases. Connects to Oracle, DB2, MySQL and many other databases. Used to easily query, update and administer your database, create reports and synchronize data.
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.