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

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2011/8 »
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

 

'2011/08'에 해당되는 글 17

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

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

Apache HttpComponents HttpCore 4.1.3 (GA) 릴리즈

뉴스/소식 | 2011. 8. 4. 06:53 | Posted by 노안돼지
The Apache HttpComponents project is pleased to announce the release of
HttpComponents HttpCore 4.1.3 (GA).

This release fixes a critical regression introduced in version 4.1.2.
Under special circumstances non-blocking SSL sessions may fail to
terminate correctly if the opposite end shuts down connection without
sending a 'close notify' message causing an infinite loop in the I/O
dispatch thread.

All users of HttpCore NIO are strongly advised to upgrade.

Download -
<http://hc.apache.org/downloads.cgi>
Release notes -
<http://www.apache.org/dist/httpcomponents/httpcore/RELEASE_NOTES-4.1.x.txt>
HttpComponents site -
<http://hc.apache.org/>

About HttpComponents Core -
HttpCore is a set of low level HTTP transport components that can be
used to build custom client and server side HTTP services with a minimal
footprint. HttpCore supports two I/O models: a blocking I/O model based
on the classic Java I/O and a non-blocking, event driven I/O model based
on Java NIO.  The blocking I/O model may be more appropriate for data
intensive, low latency scenarios, whereas the non-blocking model may be
more appropriate for high latency scenarios where raw data throughput is
less important than the ability to handle thousands of simultaneous HTTP
connections in a resource efficient manner.
:

Apache Turbine 4.0-M1 릴리즈

뉴스/소식 | 2011. 8. 4. 06:52 | Posted by 노안돼지
The Apache Turbine team is pleased to announce the turbine-4.0-M1 release!

Apache Turbine is a servlet based framework that allows experienced Java
developers to quickly build secure web applications. Parts of Turbine
can also be used independently of the web portion of Turbine as
well. In other words, we strive to make portions of Turbine easily
available for use in other applications.

Apache Turbine is a long time citizen of the Apache Software Foundation,
the first commits date back to 2000 and 2001. The project has influenced
quite a number of other projects such as Apache DB Torque, Apache Maven
and a number of Apache Commons components.

This milestone release is made for verification of the newly integrated
Fulcrum services and to gather experience (and documentation) on how to
migrate a 2.3.3 installation to the new architecture. It is not meant
for production use. We hope to get lots of feedback from you to release
a stable version of Turbine later this year.

Note that this version requires JDK 1.6+ to run.

Changes in this version include:





Have fun!
-The Apache Turbine team
: