Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Apache Derby

From Wikipedia, the free encyclopedia
(Redirected fromJavaDB)
Relational database management system
Apache Derby
Original author(s)Cloudscape Inc (LaterIBM)
Developer(s)Apache Software Foundation
Stable release
10.17.1.0 / November 14, 2023; 16 months ago (2023-11-14)
RepositoryDerby Repository
Written inJava
Operating systemCross-platform
TypeRelational Database Management System
LicenseApache License 2.0
Websitedb.apache.org/derby/

Apache Derby (previously distributed asIBM Cloudscape) is arelational database management system (RDBMS) developed by theApache Software Foundation that can be embedded inJava programs and used foronline transaction processing. It has a 3.5MB disk-space footprint.[1]

Apache Derby is developed as anopen source project under theApache 2.0 license. For a time,Oracle distributed the same binaries under the nameJava DB.[2] In June 2015 they announced that for JDK 9 they would no longer be doing so.[3]

History

[edit]

Apache Derby originated at Cloudscape Inc, anOakland,California, start-up founded in 1996 by Nat Wyatt and Howard Torf to develop Javadatabase technology. The first release of the database engine, then called JBMS, was in 1997. Subsequently, the product was renamed Cloudscape and releases were made about every six months.

In 1999,Informix Software, Inc., acquired Cloudscape, Inc.[4] In 2001IBM acquired the database assets of Informix Software, including Cloudscape. The database engine was re-branded to IBM Cloudscape and releases continued, mainly focusing on embedded use with IBM's Java products and middleware.

In August 2004, IBM contributed the code to the Apache Software Foundation as Derby, an incubator project sponsored by theApache DB project.[5] In July 2005 the Derby project graduated from the Apache incubator and is now being developed as a sub-project of theDB Top Level Project at Apache. Prior to Derby's graduation from incubation, Sun joined the Derby project with an intent to use Derby as a component in their own products,[6] and with the release of Java 6 in December 2006, Sun started packaging Derby in theJDK branded as Java DB.

In March 2007, IBM announced that they would withdraw marketing and support for the Cloudscape product, but would continue to contribute to the Apache Derby project.[7]

The Java DB database is Oracle's supported distribution of Apache Derby.[8]

Technologies

[edit]

Derby embedded database engine

[edit]

The core of the technology, Derby's database engine, is a full-functioned relational embedded database-engine, supportingJDBC andSQL as programming APIs. It usesIBM Db2SQL syntax.

Derby Network Server

[edit]

The Derby network server increases the reach of the Derby database engine by providing traditional client server functionality. The network server allows clients to connect over TCP/IP using the standardDRDA protocol. The network server allows the Derby engine to support networked JDBC,ODBC/CLI,Perl.

Embedded Network Server

[edit]

An embedded database can be configured to act as a hybrid server/embedded RDBMS; to also accept TCP/IP connections from other clients in addition to clients in the same JVM.[9]

Database utilities

[edit]
  • ij: a tool that allows SQL scripts to be executed against any JDBC database.
  • dblook: Schema extraction tool for a Derby database.
  • sysinfo: Utility to display version numbers and class path.

See also

[edit]

References

[edit]
  1. ^"Apache Derby". Apache.org.
  2. ^Java DB - FAQs: "Is Java DB a fork of Apache Derby?"
  3. ^Deferring to Derby in JDK 9
  4. ^"Informix Completes Acquisition of Cloudscape, Inc".Business Wire.Berkshire Hathaway. October 11, 1999. Archived fromthe original on March 9, 2000. RetrievedOctober 12, 2019 – viaYahoo.com.
  5. ^"Why IBM is open sourcing Cloudscape as Derby". IBM.
  6. ^"Apache Derby graduates with Sun onboard". CNET news.com.
  7. ^"Changes in Cloudscape Availability and Support". IBM. Archived fromthe original on July 17, 2012.
  8. ^"Relationship between Java DB and Apache Derby".docs.oracle.com. Retrieved2023-05-01.
  9. ^see Embedded Server Example inhttp://db.apache.org/derby/docs/10.4/adminguide/

Bibliography

[edit]

External links

[edit]
Top-level
projects
Commons
Incubator
Other projects
Attic
Licenses
Software
Programming languages
Frameworks and
development tools
Operating systems
Licenses
Related
Retrieved from "https://en.wikipedia.org/w/index.php?title=Apache_Derby&oldid=1270762150"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp