블로그 이미지
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 Wicket 1.4 릴리즈

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

The Apache Wicket project is proud to announce the release of Apache Wicket 1.4. Apache Wicket is an open source, component oriented Java web application framework. With overwhelming support from the user community, this release marks a departure from the past where we leave Java 1.4 behind and we require Java 5 as the minimum JDK version. By moving to Java 5 as the required minimum platform, we were able to utilize Java 5 idioms and increase the type safety of our APIs. Using Java generics you can now write typesafe web applications and create typesafe, self documenting, reusable custom components.

The full announcement for this release can be found here:
http://wicket.apache.org/apache-wicket-14-takes-type-safety-to-the-next-level.html

Download Apache Wicket 1.4

You can download the release here:
http://www.apache.org/dyn/closer.cgi/wicket/1.4.0

Or use this in your Maven pom’s to upgrade to the new version:

<dependency>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket</artifactId>
   <version>1.4.0</version>
</dependency>

You will need to upgrade all modules (i.e. wicket, wicket-extensions) to their 1.4 counterparts. It is not possible to mix Wicket 1.3 libraries with 1.4 libraries due to API changes.

Most notable changes

From all the changes that went into this release, the following are the most important ones:

  • Generified IModel interface and implementations increases type safety in your Wicket applications
  • Component#getModel() and Component#setModel() have been renamed to getDefaultModel() and setDefaultModel() to better support generified models
  • The Spring modules have been merged (wicket-spring-annot is now obsolete, all you need is wicket-spring)
  • Many API’s have been altered to better work with Java 5’s idioms
  • Wicket jars are now packaged with metadata that makes them OSGI bundles

Apart from these changes, the release is mostly compatible with Wicket 1.3 and upgrading shouldn’t take too long. Early adopters report about a days work to upgrade medium to large applications to Wicket 1.4.
Read the migration guide to learn more about the changes in our APIs. To learn more about all the improvements and new features that went into this release, check the solved issue list in our JIRA instance.

If you want to learn more about this release, please refer to the full release announcement:
http://wicket.apache.org/apache-wicket-14-takes-type-safety-to-the-next-level.html

:

The Apache Wicket team is proud to present the release of Apache Wicket 1.3.7.

This will be the last feature release for the 1.3.x branch. Going forward, only security fixes will be released in the 1.3.x branch - meaning that 1.3.7 may be the last release in this branch. All users are encouraged to upgrade to 1.4.0 as soon as possible. As work begins on 1.5 in the near future, we will be supporting 1.4.x and 1.5.x.

Eager people click here to download the distribution, others can read further:

* http://www.apache.org/dyn/closer.cgi/wicket/1.3.7

We thank you for your patience and support
 -= The Wicket Team =-

:

Apache Wicket 1.4-RC5 릴리즈

뉴스/소식 | 2009. 6. 19. 20:22 | Posted by 노안돼지
Apache Wicket팀에서 새로운 Wicket 1.4버전의 5번째 후보버전을 릴리즈하였습니다.
이 릴리즈에서는 많은 버그가  수정되었으며, 몇가지 개선이 있었습니다.
여러분이 이미 1.4의 이전버전을 사용하고 있으시면, Wicket 1.4-rc5버전으로 업데이트하시기 바랍니다.(권장)

이번 배포 버전을 다운로드하고 싶으신 분이나 좀 더 자세한 애용을 알고 싶으시면 아래 주소를 방문하세요.
http://www.apache.org/dyn/closer.cgi/wicket/1.4-rc5

우리 팀은 여러분의 노고와 지원에 항상 감사하게 생각합니다.

- The Wicket Team


:

Apache Wicket 1.4-rc4 released

뉴스/소식 | 2009. 5. 13. 08:21 | Posted by 노안돼지

Apache Wicket팀에서 Apache Wicket 1.4의 네번째 릴리즈 후보(candidate)버전을 발표했습니다.
많은 버그를 잡았으며, 여러 개선사항을 구현하였습니다.

이미 1.4 이전버전을 사용하는 경우, 빠른 시일내에 Wicket 1.4-rc4버전으로 업데이트 하시길 권장합니다.

다운로드는 희망하시는 분들은 아래 링크를 클릭하세요.
http://www.apache.org/dyn/closer.cgi/wicket/1.4-rc4

여러분들의 양해와 지원에 감사드립니다.
- The Wicket Team

Apache Wicket

Apache Wicket은 Java 웹 애플리케이션 프레임워크를 지향하는 컴포넌트입니다.

적절한 mark-up/logic의 분리, POJO 데이터 모델과 XML의 refreshing lack 등등의 특성을 통해 Apache Wicket은 웹 애플리케이션을 간단하고 쉽게 개발할 수 있도록 해주며,  낡고,  디버깅하기가  복잡하고, 관리하기 힘든 코드를 Java와 HTML로 작성된 재사용이 가능한 컴포넌트로 바꿀 수 있도록 해줍니다.


우리의 웹사이트에서 Apache Wicket에 대한 자세한 내역을 찾을 수 있습니다. :
http://wicket.apache.org

이번 릴리즈
이번 릴리즈는 Wicket 1.4의 네번째 릴리즈 후보(RC, Release Candidate)입니다. 이 릴리즈는 몇개의 버그 수정과 일부 사소한 개선 사항을 추가하였습니다. 자세한 내용은 아래 변경사항을 참조하십시오.

1.2로부터 마이그레이션
Wicket 1.3을 사용하고 있으시면, 위키에서 찾은 마이그레이션 가이드를 참조하십시오.
http://cwiki.apache.org/WICKET/migrate-14.html


이 릴리즈를 다운로드
여러분은 아래의 공식 아파치 미러사이트로부터 다운로드 하실 수 있습니다.
http://www.apache.org/dyn/closer.cgi/wicket/1.4-rc4/

Maven과 Ivy사용자들은 자동으로 다운로드될 것입니다.

<dependency>
 <groupId>org.apache.wicket</groupId>
 <artifactId>wicket</artifactId>
 <version>1.4-rc4</version>
</dependency>

Substitute the artifact ID with the projects of your liking to get the other projects.

Please note that we don't prescribe a Logging implementation for SLF4J. You need to specify yourself which one you prefer. Read more about SLF4J here:

http://slf4j.org


릴리즈 확인
The release has been signed by Jeremy Thomerson, your release manager for today. The public key can be found in the KEYS file in the download area.  Download the KEYS file only from the Apache website.
http://www.apache.org/dist/wicket/1.4-rc4/KEYS

릴리즈 확인에 대한 지침은 아래주소에서 확인할 수 있습니다.
http://www.apache.org/dev/release-signing.html#check-integrity


버그 리포트
In case you do encounter a bug, we would appreciate a report in our JIRA:

http://issues.apache.org/jira/browse/WICKET


배포
In the distribution you will find a README. The README contains instructions on how to build from source yourself.
You also find a CHANEGELOG-1.4 which contains a list of all things that have been
fixed, added and/or removed since the 1.4 branch was created.



 

: