아파치 소프트웨어 재단은 아파치 오픈 소스 소프트웨어 프로젝트 커뮤니티 지원을 제공합니다.
아파치 프로젝트는 협업과 개발 프로세스를 기반으로 하는 상호간의 공감대와 개방되어 있는 실용적인 소프트웨어 라이센스, 그 분야에서 선두를 달릴 수 있는 고품질 소프트웨어 개발을 추구하고 있습니다.
우리는 심플한 서버 공유 프로젝트의 모임이라고도 하지만 오히려 개발자와 사용자간의 커뮤니티라고 생각합니다.
Apache JempBox는 Apache PDFBox로서, XMP metadata와의 공동 작업을 위한 오픈 소스 Java 라이브러리입니다.
이 릴리즈에 대한 자세한 내용은 아래 내역을 참조하세요.
Release Notes -- Apache JempBox -- Version 1.0.0
Introduction
------------
Apache JempBox is an open source Java library for working with XMP metadata.
This 1.0.0 release is the first JempBox release made after the graduation from incubating at the Apache Software Foundation. The most notable changes since the previous release (0.8.0-incubating) are the upgrade to Java 5 and the switch from ant to maven as build tool.
This release consists of a source archive (jempbox-1.0.0-src.jar).
You can build the release with Apache Maven like this:
jar xf jempbox-1.0.0-src.jar
cd jempbox-1.0.0
maven clean install
The source archive is accompanied by SHA1 and MD5 checksums and a PGP
signature that you can use to verify the authenticity of your download.
The public key used for the PGP signature can be found at https://svn.apache.org/repos/asf/pdfbox/KEYS.
About The Apache Software Foundation
------------------------------------
Established in 1999, The Apache Software Foundation provides organizational,
legal, and financial support for more than 100 freely-available,
collaboratively-developed Open Source projects. The pragmatic Apache License
enables individual and commercial users to easily deploy Apache software;
the Foundation's intellectual property framework limits the legal exposure
of its 2,500+ contributors.
변경내역 * Fixed test suite to work with build system.
* Fixed a problem with statistics timers and system sleep.
* Fixed an edge case for HTTP redirects during replication.
* Fixed HTTP timeout handling for replication.
* Fixed query parameter handling in OAuth’d replication.
* Fixed a bug preventing mixing languages with lists and views.
* Avoid OS process leaks in lists.
CouchDB is a document-oriented database that can be queried and indexed in a MapReduce fashion using JavaScript. CouchDB also offers incremental replication with bi-directional conflict detection and resolution.
CouchDB provides a RESTful JSON API than can be accessed from any environment that allows HTTP requests. There are myriad third-party client libraries that make this even easier from your programming language of choice. CouchDB's built in Web administration console speaks directly to the database using HTTP requests issued from your browser.
CouchDB is written in Erlang, a robust functional programming language ideal for building concurrent distributed systems. Erlang allows for a flexible design that is easily scalable and readily extensible.
* Remove branch callbacks to allow building couchjs against newer versions of Spidermonkey.
* Fix replication with 0.10 servers initiated by an 0.9 server.
CouchDB is a document-oriented database that can be queried and indexed in a MapReduce fashion using JavaScript. CouchDB also offers incremental replication with bi-directional conflict detection and resolution.
CouchDB provides a RESTful JSON API than can be accessed from any environment that allows HTTP requests. There are myriad third-party client libraries that make this even easier from your programming language of choice. CouchDB's built in Web administration console speaks directly to the database using HTTP requests issued from your browser.
CouchDB is written in Erlang, a robust functional programming language ideal for building concurrent distributed systems. Erlang allows for a flexible design that is easily scalable and readily extensible.