Showing 36 open source projects for "commons-beanutils-1.7.0.jar"

View related business solutions
  • Monitor the status and performance of any IT environment with NMIS Icon
    Monitor the status and performance of any IT environment with NMIS

    NMIS monitors an organization’s IT environment, helps identify and rectify faults, and provides valuable information for IT planning.

    Trusted by thousands of IT teams worldwide, The NMIS platform offers comprehensive network management, handling faults, performance, and configurations with ease.
    Get a Free Trial
  • 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.
  • 1
    DBCASE is a computer-aided software engineering tool to assist database designers for designing databases, covering the conceptual, logical and physical design stages. It is multiplatform, globalized and intended to work with SGBDs as MySQL and MS Access. This project requires Java 1.8. The main file is acide.jar at the root folder which can be executed with java -jar acide.jar. From version 4.0, the project can be started in Windows with the script start.bat, and includes the Java system, so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    VAERity

    VAERity

    Uncovering truth in data

    VAERity is a free, open source tool to graphically explore the VAERS data set. It aims to eventually expand in scope to allow fast querying of arbitrary large datasets. It utilizes vaex and pandas as required to provide a balance of speed and query flexibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Referee Manager

    Referee Manager

    Management of table tennis umpires, referees, and their assigments.

    Referee Manager is an offline, stand-alone program for managing table tennis umpires, referees, and their assigments. Development takes place in gitlab, releases are released as git tags in gitlab or files here in sourceforge. https://gitlab.com/open-tt/refereemanager/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Erlang Resource Pool

    Resource Pool manages reusable resources among multiple processes.

    Resource pool project is written in Erlang as a tiny library. The goal of the tool is reduce the overhead of creating new resources by reusing of the same resources among multiple processes. Achieving result is better performance and throughput. The resource pool was inspired by Java Apache's commons pool and adopts API and main principals from this project. Database connection is most popular example for pooling resource.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Power Up Your AI with Databricks – Free Trial Icon
    Power Up Your AI with Databricks – Free Trial

    Ready to revolutionize your data and AI game? Test Databricks free on your cloud of choice and see the difference.

    Take your data and AI to the next level with Databricks – free trial on AWS, Azure, or Google Cloud. Create production-ready Generative AI apps that are accurate, secure, and tailored to your business. Simplify data ingestion from hundreds of sources with effortless ETL automation. Plus, tap into instant, elastic serverless compute during your trial (available on AWS/Azure). Sign up with your work email now to unlock premium trial perks and transform how you work with data – don’t wait!
    Get Started
  • 5
    Moqui Ecosystem
    The Moqui Ecosystem is a series of open source components for enterprise applications all built on a common framework (Moqui Framework) written in Java and Groovy. The components include tools that plug in to the framework, business artifacts, and applications. Some of the popular tool plug ins include ElasticSearch, Apache FOP, Apache Camel, OrientDB, and Hazelcast. The business artifacts later includes a universal data model (mantle-udm), service library (mantle-usl), reusable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ixbar3000

    ixbar3000

    Multiplatform Multiemulator Frontend

    ixbar3000 is a frontend, it allows you to browse/launch games from a centralized place. While doing so it’ll keep statistics on your usage. You can also use it to store highscores on games that doesn’t have battery memory. Demo videos: http://www.youtube.com/playlist?list=PLsYn7B5Y4pDxKzEfZSIqlG62yswJXgBu2&feature=plcp
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    eurotrack

    SD-Trans client application

    SD-Trans client application is a client software built for SD-Trans company to make the possibility to connect to their system from desktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    SQLExecutor: A Simple JDBC framework

    Tiny and easy to use JDBC framework, simplifies usage of JDBC driver

    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 (originally published on Developer.com ) here: http://softtechdesign.com/products/SQLExecutor/SQLExecutor.htm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Growth In Action

    Growth In Action

    Full stack growth engineer in action

    What we introduce in Growth is just a series of practices, and the actual combat of Growth will lead readers to implement these practices. You will see how to develop a web application (blog). How to write tests - unit tests, functional tests, automated UI tests. Build and use continuous integration. Added SEO support - Sitemap, Webmaster Tools and Google Analytics. Create API, make AutoComplete. Develop the corresponding APP and its API - view articles, user login, publish articles. Make a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 10
    MDB Forge

    MDB Forge

    Microsoft Access MDB and ACCDB database files viewer and editor.

    Microsoft Access MDB and ACCDB database files viewer and editor. You can view, edit and export tables, views, stored procedures and execute SQL queries without Access licence.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    Easy HTTP: Easy Web Service Support

    Easy HTTP: Easy Web Service Support

    Classic Web Service Support

    With all of the hoopla over Web Services, you would think that servicing user requests over HTTP was something new. While we all may have lots of experience with REST, JSON, XML, SOAP, WSDLs, HTTPS, and even EDI ... but at the end of the day, it all comes down to legacies, security, and performance? So while big companies might have billions of dollars to spend re-writing their back end web legacies, those of us who want to seamlessly automate a simple set of CRUD operations to our...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DBvolution

    DBvolution

    Java library to remove Object/Relation Impedance

    Now stored at https://github.com/gregorydgraham/DBvolution Available from Maven Central: nz.co.gregs.dbvolution Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes. Simple declaration of a DB table: @DBTableName("mytable") public class MyTable extends DBRow { @DBColumn("numeric_code") @DBForeignKey(Code.class) private DBNumber numericCode = new DBNumber(); @DBColumn("uid_mytable") @DBPrimaryKey @DBAutoIncrement private...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SQL Data Workshop

    SQL Data Workshop

    SQL Data Workshop is a Rich SQL Front End System

    SQL Data Workshop is a free open source SQL front end that allows to you create and display complex sql queries easily. It supports most of commercial DBMS’s like Microsoft SQL Server, MySQL, Hyper SQL, Derby and Postgre SQL. Support for more DBMS’s will be incorporated in future versions and updates. SQL Data Workshop´s User Graphical Interface allows to you design complex queries involving multiple tables in an agile, single and friendly environment. Thanks to Anudeep and PAscal of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    DataPipe for Oracle

    Ad-hoc data replication for Oracle database.

    Pipe your scalar data between Oracle databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Partitioning Tool for Oracle

    Partitioning Tool for Oracle

    Tool for managing partitions in oracle database

    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    inventory management system

    inventory management system

    A simple inventory system for Library, Lab & any rent shop.

    This is the inventory management system of the research lab of INDEPENDENT UNIVERSITY, BANGLADESH. It also can be use for any Library or any kind of inventory system from where people can borrow products/parts/books/cd/dvd etc. I use MYSQL database and C# in this project. I also provide the source code of it. This is my first contribute to open source. So let me know your opinions.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    vivaRestoreSql

    vivaRestoreSql

    Tool for restore backups MS SQL Server 2005-2012

    Portable tool for restore backups MS SQL Server 2005-2012. Need Microsoft .NET Framework 4.5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    UV Visualizer

    UniVerse Database Visualizer

    This is read-only UniVerse database record visualizer. Tested on PICK flavor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Leeds Census Tool

    Using Excel 2010 and VBA to create a data reporting tool for Leeds

    Excel allows the simple creation of reports and tables, this project is to create an API for the manipulation of Census and other data in such a way that customizable reports and tables can easily be generated for any (and aggregated) geographies from Census and other available data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    POSSoft

    Point of Sales for all store, Restaurant and Bar

    POSSoft manage your Supermarket, Shops, Bar and Restaurant from your investment fund down to your outlet sales and profit performance day-in-day-out clockwise the year.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    analisi-mud

    analisi-mud

    mud l'ultima frontiera

    Front end per analisi dati MUD
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Objectwiz

    Objectwiz

    Administration tool for JEE applications

    Objectwiz is a an administration tools for JEE 6 applications. Once Objectwiz is installed (one jar and two xhtml files) in the application, administrator can perform the following operations: - display all objects of a particular entity bean, - create/edit entity beans objects, - call methods from the session beans, - launch EJBQL query
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Simple java based command line SQL editor. Will connect to any database that you can provide a JDBC Type 4 driver for (in the form of a jar).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    dbasero

    dBbase database editor.

    Dbasero is a dBase database editor, you can create, edit, modify dbase databases and it is possible too export the table to mysql. dbasero.jar is the standalone java executable, you can run it with: java -jar dbasero.jar dbasero.zip are the sources. The main class is Gui
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Sqlite Php Manager

    Sqlite Php Manager

    Single file manager for sqlite databases.

    Single PHP file manager for sqlite databases. - Requires PHP 5 or newer. - Uses PHP built in PDO DB driver. - Works on SQLite 2 & 3 files. - Built in one-click common SQL commands - Auto type SQL command buttons
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next