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

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2025/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

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

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

ApacheCon Europe 2009 등록 시작!

컨퍼런스 소식 | 2009. 1. 27. 19:27 | Posted by 노안돼지

Registrations Open for ApacheCon Europe 2009

ApacheCon Europe 2009

3월 23일부터 27일까지 네덜란드 암스텔담 Mövenpick 호텔에서 열리는 ApacheCon Europe 2009를 등록하세요.

아파치 소프트웨어 재단의 공식 컨퍼런스로써, 업계 전문가들로 구성된 많은 트레이닝 워크샵과 1시간의 60이상의 섹션 및 올해부터 ApacheCon에 도입되는 BarCampApache, 오픈소스 매니아들을 위한 트랙(Geeks for Geeks Track)과 직접 실습해보는 실습세션(Hackathon)으로 구성되어 있습니다.

예매(Early Bird)는 할인가격으로 2월 6일까지 계속되며, 자세한 내용은  the ApacheCon Website를 참조하세요.

Registration for ApacheCon Europe 2009 is now open - act before early bird prices expire 6 February.  Remember to book a room at the Mövenpick and use the Registration Code: Special package attendees for the conference registration, and get 150 Euros off your full conference registration.

Lower Costs - Thanks to new VAT tax laws, our prices this year are 19% lower than last year in Europe!  We've also negotiated a Mövenpick rate  of a maximum of 155 Euros per night for attendees in our room block.

Quick Links:

  http://xrl.us/aceu09sc  See the schedule
  http://xrl.us/aceu09hc  Get your hotel room
  http://xrl.us/aceu09rc  Register for the conference

Other important notes:

- Geeks for Geeks is a new mini-track where we can feature advanced technical content from project committers.  And our Hackathon on Monday and Tuesday is open to all attendees - be sure to check it off in your registration.

- The Call for Papers for ApacheCon US 2009, held 2-6 November
2009 in Oakland, CA, is open through 28 February, so get your submissions in now.  This ApacheCon will feature special events with
some of the ASF's original founders in celebration of the 10th anniversary of The Apache Software Foundation.

  http://www.us.apachecon.com/c/acus2009/

- Interested in sponsoring the ApacheCon conferences?  There are plenty
of sponsor packages available - please contact Delia Frees at delia@apachecon.com for further information.

======================================================
ApacheCon EU 2008: A week of Open Source at it's best!

Hackathon - open to all! | Geeks for Geeks | Lunchtime Sessions
In-Depth Trainings | Multi-Track Sessions | BOFs | Business Panel
Lightning Talks | Receptions | Fast Feather Track | Expo... and more!

- Shane Curcuru, on behalf of
 Noirin Shirley, Conference Lead,
 and the whole ApacheCon Europe 2009 Team
 http://www.eu.apachecon.com/  23-27 March -- Amsterdam, Netherlands


[참고]

* BarCampApache is the first Apache-focused unconference. It will gather people interested in The Apache Software Foundation and it's various projects to share and learn in a completely open environment. BarCampApache will be intense with discussions, demos and interaction from participants packed into an ad-hoc, participant-driven event. BarCampApache is free, but due to a limit in size, pre-registration is required

* Apache Hackathon  is what you get when you mix an open space, reliable wifi, plenty of power, and a room full of Apache Committers together. Always informal and lots of fun, the Hackathon is an opportunity for Apache developers to meet in person, discuss project plans, squash bugs and hack code. Previously closed to the general public, this year the Apache community welcomes everyone to join in the codefest! Apache Hackathon is held over the two days prior to the main three-day conference. Also special this year, BarCampApache will be held during the second day of the Hackathon.




 

:

Apache Cocoon 3.0.0-alpha-1 Released

뉴스/소식 | 2009. 1. 25. 11:21 | Posted by 노안돼지

아파치 Cocoon 커뮤니티에서 Cocoon 3.0.0-alpha-1을 릴리즈했음을 발표했습니다.

Apache Cocoon 3은 Cocoon 2.2을 대폭으로 수정하여 재작성(major rewrite)하였습니다.
이는 Cocoon 2를 기반으로 하고 파이프라인 컨셉, 사이트맵과 Cocoon 2.2와 많은 점에서 매우 유사하며, 슬림화되었으며 어떠한 Java환경에서도 쉽게 사용할 수 있도록 디자인되었습니다.

여기에 SAX components를 사용하는 pipeline 예제가 있습니다.

   Pipeline pipeline = new NonCachingPipeline();
   pipeline.addComponent(new StringGenerator("<x></x>"));
   pipeline.addComponent(new XSLTTransformer(
       this.getClass().getResource("/test1.xslt")));
   pipeline.addComponent(new XSLTTransformer(
       this.getClass().getResource("/test2.xslt")));
   pipeline.addComponent(new XMLSerializer());

   pipeline.setup(System.out);
   pipeline.execute();


 On top of this, Cocoon 3 has the goal to become an integration
 platform for RESTful webservices and web applications.

 There are several Maven 2 archetypes available that help you to get
 started. Find a list and usage instructions at
 http://cocoon.apache.org/3.0/download.html

 The release artifacts are available from the central Maven repository
 (http://repo1.maven.org/maven2/) or you can download them from the
 distribution area (http://cocoon.apache.org/3.0/download.html).

 More information about Cocoon 3 is available at
 http://cocoon.apache.org/3.0/


아파치 Cocoon 프로젝트

--
Reinhard Pötz                           Managing Director, {Indoqa} GmbH
                        http://www.indoqa.com/en/people/reinhard.poetz/

Member of the Apache Software Foundation
Apache Cocoon Committer, PMC member                  reinhard@apache.org

:

Applications for ApacheCon EU 2009 - Now Open

컨퍼런스 소식 | 2009. 1. 24. 11:04 | Posted by 노안돼지

The Travel Assistance Committee is now accepting applications for those
wanting to attend ApacheCon EU 2009 between the 23rd and 27th March 2009
in Amsterdam.

The Travel Assistance Committee is looking for people who would like to
be able to attend ApacheCon EU 2009 who need some financial support in
order to get there. There are very few places available and the criteria
is high, that aside applications are open to all open source developers
who feel that their attendance would benefit themselves, their
project(s), the ASF or open source in general.

Financial assistance is available for travel, accommodation and entrance
fees either in full or in part, depending on circumstances. It is
intended that all our ApacheCon events are covered, so it may be prudent
for those in the United States or Asia to wait until an event closer to
them comes up - you are all welcome to apply for ApacheCon EU of course,
but there must be compelling reasons for you to attend an event further
away that your home location for your application to be considered above
those closer to the event location.

More information can be found on the main Apache website at
http://www.apache.org/travel/index.html - where you will also find a
link to the online application form.

Time is very tight for this event, so applications are open now and will
end on the 4th February 2009 - to give enough time for travel
arrangements to be made.

Good luck to all those that apply.


Regards,
The Travel Assistance Committee

: