Simple Project List Software Map

447 projects in result set
最后更新: 2010-08-23 17:41

mvnForum

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

最后更新: 2021-06-03 07:41

Pentaho Business Analytics

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

最后更新: 2021-09-20 22:01

Talend Open Studio for Data Integration

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

最后更新: 2016-05-26 02:56

BenchmarkSQL

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

(Machine Translation)
最后更新: 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.

(Machine Translation)
Database Environment: JDBC, SQL-based
编程语言: Java
最后更新: 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.

(Machine Translation)
Database Environment: JDBC, SQL-based
自然语言: English
作业系统: OS Independent
编程语言: Java, Java
专题: Freecode.com
最后更新: 2023-05-03 14:29

JPiere

JPiere is “Japan + iDempiere”. JPiere is Plugins of iDempiere for Japan and JPiere is iDempiere Distribution(Distro) for Japan. JPiere provides not only Japanese business practice, but also various functions. So, Everyone in the world can use JPiere. JPiere can update latest iDempiere. So, JPiere don’t need fork from iDempiere. To fork from JPiere is Good idea! But not need fork from iDempiere!
Database Environment: JDBC, PostgreSQL (pgsql)
发展现状: 5 - Production/Stable
自然语言: English, Japanese
作业系统: Linux, Windows
编程语言: Java
专题: CRM, ERP
用户界面: Web Environment
Register Date: 2015-08-07 23:46
最后更新: 2021-01-12 05:44

uniCenta POS

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

(Machine Translation)
最后更新: 2010-12-13 21:49

SpiderDB

SpiderDB 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.

(Machine Translation)
最后更新: 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.

(Machine Translation)
最后更新: 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.

(Machine Translation)
Database Environment: JDBC, SQL-based
作业系统: MacOSX, Linux, Windows
编程语言: Java, Java
最后更新: 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.

(Machine Translation)
最后更新: 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.

(Machine Translation)
Database Environment: JDBC
作业系统: OS Independent
编程语言: Java
最后更新: 2012-11-22 03:15

DB Sanity

DB Sanity performs checks on a database for verifying data consistency and correctness of aplication deployments. It is invoked by the command line and creates an HTML report with a summary and listings of faulty database entries.

最后更新: 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.