블로그 이미지
News and Announcements (at) Apache Software Foundation. 노안돼지
Apache Software Foundation The Apache User Group KLDP From download

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2024/5 »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

아파치 소프트웨어 재단은 아파치 오픈 소스 소프트웨어 프로젝트 커뮤니티 지원을 제공합니다.
아파치 프로젝트는 협업과 개발 프로세스를 기반으로 하는 상호간의 공감대와 개방되어 있는 실용적인 소프트웨어 라이센스, 그 분야에서 선두를 달릴 수 있는 고품질 소프트웨어 개발을 추구하고 있습니다.

우리는 심플한 서버 공유 프로젝트의 모임이라고도 하지만 오히려 개발자와 사용자간의 커뮤니티라고 생각합니다.

Apache Jakarta BSF 3.0 릴리즈

뉴스/소식 | 2009. 10. 14. 11:15 | Posted by 노안돼지

The Apache Jakarta BSF team announces the release of BSF 3.0.

 Apache Jakarta BSF 3 is an open-source implementation of JSR-223, "Scripting for the Java Platform".

 [BSF3 was developed according to the JSR-223 specs, but has not yet been tested using the JSR-223 TCK.]

 See http://jakarta.apache.org/bsf/

 This is a bug-fix release to correct a problem that was  discovered with 3.0-beta3:
 * BSF-35 Wrong parameter type for [Simple]Bindings.put - key must be a String, not an Object

 The release also includes an updated test application.
 This version of BSF requires Java 1.4 or later.

 The release can be downloaded from:
 http://jakarta.apache.org/site/downloads/downloads_bsf.cgi

 When downloading, please verify signatures using the KEYS file.
 All users running earlier versions of 3.0 are recommended to upgrade.

 Note that BSF 3.0 is not compatible with BSF 2.4, which uses a different API.

 Enjoy!
 The BSF team

:

Apache Tuscany SCA Java 1.5.1 릴리즈

뉴스/소식 | 2009. 10. 9. 17:38 | Posted by 노안돼지
The Apache Tuscany team are pleased to announce the 1.5.1 release of the Java SCA project.

Apache Tuscany provides a runtime environment based on the Service Component Architecture (SCA). SCA is a set of specifications aimed at simplifying SOA application development. These specifications are being standardized by OASIS as part of the Open Composite Services Architecture (Open CSA).

This 1.5.1 release is a maintenance release over the previous releases and includes numerous bug fixes and enhancements, see the RELEASE_NOTES and CHANGES file for details, and to download the
distributions please go to:

http://tuscany.apache.org/sca-java-releases.html

To find out more about OASIS Open CSA go to:

http://www.oasis-opencsa.org

Apache Tuscany welcomes your help. Any contribution, including code, testing, contributions to the documentation, or bug reporting is always appreciated. For more information on how to get involved in
Apache Tuscany visit the website at:

http://tuscany.apache.org

Thank you for your interest in Apache Tuscany!

:

Maven Repository Plugin 2.3 릴리즈

뉴스/소식 | 2009. 10. 7. 08:25 | Posted by 노안돼지

The Maven team is pleased to announce the release of the Maven Repository Plugin, version 2.3

This plugin assists the user in creating archived bundles that are designed to meet all requirements for upload to the central Maven repository.

http://maven.apache.org/plugins/maven-repository-plugin/

You should specify the version in your project's plugin configuration:

<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-repository-plugin</artifactId>
 <version>2.3</version>
</plugin>


Release Notes - Maven 2.x Repository Plugin - Version 2.3


Enjoy,

-The Maven team

: