You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Delos <da...@gmail.com> on 2010/01/29 10:43:34 UTC

Announcement of Geronimo Samples 2.2 Release

Hi All,

The Geronimo team is pleased to announce the release of Geronimo Samples
2.2. In this release, two new samples are added:

1. DataCDInfo -- demo a popular web application framework Struts1 in
geronimo. User can use it as a struts1 app template to start their own
development. In the same time, it also demos how to use JPA with a JTA
underlying. Compared with daytrader, this sample is simpler to understand;Of
cause, this sample also includes some code to demo security annotations
usage.

2. csa-activemq -- demo how to use car-maven-plugin to build a custom server
assembly. This sample assembles geronimo integrated ActiveMQ
modules(including the new geronimo plugin activemq-webconsole), so that user
can use it as standalone JMS server with user-friendly web interfaces to
manage JMS objects.

For most of samples, they can be installed on either Geronimo 2.2 or
Geronimo 2.1.4.

Most of the samples are also available for installation as plugins on
Geronimo 2.2:
http://geronimo.apache.org/plugins/samples-2.2/

You can get the source code by either checking out from subversion:
svn co
http://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-2.2/samples-parent-2.2

Or downloading the source tar ball directly:
For linux or unix:
https://repository.apache.org/content/repositories/releases/org/apache/geronimo/samples/samples-parent/2.2/samples-parent-2.2-source-release.tar.gz
For windows:
https://repository.apache.org/content/repositories/releases/org/apache/geronimo/samples/samples-parent/2.2/samples-parent-2.2-source-release.zip

We will update the Geronimo web site and samples documentation soon.

Anyway, enjoy the new samples release. If any problem, feel free to let us
know.

The Geronimo Team