Liste des projets simples Logiciel Télécharger Carte

447 projects in result set
Dernière Mise à Jour: 2010-08-23 17:41

mvnForum

mvnForumは強力なオープンソースの掲示板(フォーラム)で、J2EE技術(JSP /サーブレット)とJSP1.2およびServlet 2.3をサポートする任意のサーブレットコンテナ及び互換性の上に構築されています。 公式ホームページはwww.mvnForum.comです。

Dernière Mise à Jour: 2021-06-03 07:41

Pentaho Business Analytics

レポーティング、解析(OLAP)、ダッシュボード、データマイニング、データインテグレーション(ETL)などを含む完全なビジネスインテリジェンス(BI)プラットフォームです。 Webサービスを介してアクセスし、個々のコンポーネントまたはフルスイートとして使えます。

Dernière Mise à Jour: 2021-09-20 22:01

Talend Open Studio for Data Integration

Talendは、革新的で強力なオープンソースのデータ統合ソフトウェアであり、業務システムからETLまでのデータ統合、およびあらゆる規模の組織の移行において使用することができます。

Dernière Mise à Jour: 2014-12-11 18:24

open-hades

冥王ハーデスの開発、検証およびプルート (プロシージャ言語テストと操作のユーザーの) 手順を展開するための参照のオープン ソース環境を目指しています。

(Traduction automatique)
Environnement de base de données: JDBC, MySQL, Oracle
Statut de développement: Planification
Utilisateurs cibles: Aerospace
Système d'exploitation: Linux
Langage de programmation: Java, PL/SQL
Interface utilisateur: Java SWT, Eclipse
Dernière Mise à Jour: 2014-05-30 21:12

sql2o

sql2o is a Java library which allows you to run SQL queries and parse the result into your POJOs using only a few lines of code.

(Traduction automatique)
Environnement de base de données: JDBC, SQL-based
Langage naturel: English
Système d'exploitation: OS Independent
Langage de programmation: Java, Java
Sujet: Freecode.com
Dernière Mise à Jour: 2016-05-26 02:56

BenchmarkSQL

使用する JDBC のベンチマークが OLTP の TPC-C 標準を密接に似ています。DB でサポートされている/も無償 PostgreSQL、DB2、Oracle、SQLSvr、MySQL が含まれます。

(Traduction automatique)
Environnement de base de données: JDBC
Statut de développement: 5 - Production / écurie
Utilisateurs cibles: Développeurs, System Administrators
Langage naturel: English
Système d'exploitation: OS Independent
Langage de programmation: Java
Interface utilisateur: Java Swing
Dernière Mise à Jour: 2010-09-18 19:01

dbcrawler

dbcrawler is a lightweight database schema crawler library developed using Java. It is a simple library that can be used to Crawler the underlying schema of a database and return POJO objects, which makes it very easy to use. This library takes care of all the differences among the various database management systems, and makes application code free from the DBMS differences.You keep using same POJOs even if you change the underlying DBMS.

(Traduction automatique)
Environnement de base de données: JDBC, SQL-based
Langage de programmation: Java
Dernière Mise à Jour: 2009-09-21 13:50

Migrations

Migrations is a tool for managing changes to database schemas. It is an Enterprise tool based on ActiveRecord migrations from Rails. It features multiple schema interactions, runtime substitution of values, script generation, auditing, and much more.

(Traduction automatique)
Environnement de base de données: JDBC, SQL-based
Système d'exploitation: MacOSX, Linux, Windows
Langage de programmation: Java, Java
Dernière Mise à Jour: 2009-07-20 16:54

mysql-diff

mysql-diff is a commandline database structure comparator. It compares the structure of two databases. It currently works with MySQL. A database can be specified as an SQL script or as an URL to a running database. So the tool can compare two scripts, two live databases, or a database and a script. The tool outputs SQL DDL script that can be used to convert one schema to another.

Environnement de base de données: JDBC, SQL-based, MySQL
Langage de programmation: Java, Scala
Dernière Mise à Jour: 2014-03-01 14:24

Vibur DBCP

Vibur DBCP is a concurrent, fast, and fully-featured JDBC connection pool based on Java dynamic proxies. It supports a fairness parameter, statement caching, Hibernate integration, and SQL queries logging, among other features. Various configuration examples (with Spring, Hibernate, etc.) are provided.

(Traduction automatique)
Environnement de base de données: JDBC
Système d'exploitation: OS Independent
Langage de programmation: Java
Dernière Mise à Jour: 2011-11-11 14:35

e-pos

これは openbravopos に基づくキーボード pos です。特定のビジネスのためのさまざまな要素の構成をサポートします。中小企業のために特別です。シンプル、高速かつ基本的なビジネス アプリケーションを提供しています。これを参照する必要があります。

(Traduction automatique)
Environnement de base de données: JDBC
Statut de développement: 3 - Alpha
Langage naturel: Chinese (Simplified)
Système d'exploitation: Windows XP
Langage de programmation: Java
Interface utilisateur: Java Swing
Dernière Mise à Jour: 2021-01-12 05:44

uniCenta POS

uniCenta oPOS Openbravo の店頭の POS の支店であり、800 x 600 以上からディスプレイ上で実行することが可能です。最も Openbravo の POS のバグが修正されて知られていると、ハードウェア オプション、追加のレポート、およびローカリゼーションの機能強化。ソース コードは、実績のある商用データベース MySQL HSQL PostgreSQL、Oracle などの範囲で 1 つの端末または伸縮、多端子を実行することができます www.unicenta.com からダウンロードできます。

(Traduction automatique)
Dernière Mise à Jour: 2011-04-05 13:28

BoneCP

BoneCP is a Java JDBC connection pool implementation that is tuned for high performance by minimizing lock contention to give greater throughput for your applications. It currently beats all known connection pools, including C3P0 and DBCP, as shown on the benchmark section on the site.

(Traduction automatique)
Environnement de base de données: JDBC, MySQL, Oracle
Système d'exploitation: OS Independent
Langage de programmation: Java
Dernière Mise à Jour: 2011-01-03 09:32

persistence4j

persistence4j is a small and lightweight Java object persister that uses JDBC to persist data into a relational database. The library frees you from writing the Data transfer objects - just
create a POJO and simply save it. Transactional and non-transactional connections are supported and can be configured from the simple properties file.

(Traduction automatique)
Environnement de base de données: JDBC
Langage de programmation: Java
Dernière Mise à Jour: 2010-07-13 03:20

Plugin Framework for Java

Plugin Framework for Javaは、分散型プラグインフレームワークです。これにより、ユーザーは単純なプラグインを書くことによって、分散アプリケーションを作成できるようになります。これは、プラグインのクラスタリング、中央のプラグインレジストリ、および負荷分散が付属します。

Environnement de base de données: JDBC
Statut de développement: 5 - Production / écurie
Utilisateurs cibles: Développeurs
Système d'exploitation: OS Independent
Langage de programmation: Java