Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is the first release of samples. Therefore, there are several issues/questions that must be addressed. What follows Below there is a list lsit of questions/issues and actions/statements regarding how we will proceed.

How often will samples be released?

We will release samples for each major Geronimo release. If possible, we will work to ensure that samples released for a major release (such as 2.1) will continue to work with subsequent minor releases (such as 2.1.1). However, if this cannot be achieved then we will release samples for each minor release as well.

How will samples be versioned?

The version of the released samples will match the intended major Geronimo release version.

Will all samples follow the archetype?

No. While the archetype is convenient to create new samples the structure of the samples that are created can be confusing at times if it is a web only application. This is because the archetype assumes it will create an enterprise application and always creates an ear structure. Where appropriate the archetype ear structure will be followed but for web only applications only a web structure will be released.

Should Jetty samples pre-req Jetty and Tomcat samples pre-req Tomcat?

This was initially the case. However, this was changed so that the plugins could be installed in a framework server without the jetty or tomcat prereq being present (the integration tests in trunk currently require this). There was opposition to restoring the defaults because it was thought a common mechnism to run the samples would be in the *-jetty/target directories.

Should we move the samples back into the server to ensure that they are released concurrently?

There was opposition to this suggestion. The primary argument seemed to be that the samples can be released independently and therefore should be released independently to demonstrate the plugin nature of Geronimo and avoid huge releases.

are proceeding and why.

General Sample work items:

...

Sample

Update Sample

Validated in Jetty

Validated in Tomcat

Updated Doc

issues/concerns

app-per-port - Running multiple web apps on different ports

 

n/a

JAB-init (tick)

 

 

bank - EJB sample application

 

JAB-init (tick)

JAB-init (tick)

 

 

calculator=stateless-pojo - Using EJB 3.0 functions

 

JAB-init (tick)

JAB-init (tick)

 

 

dbtester - DB Pool Testing Sample application

 

JAB-init (tick)

JAB-init (tick)

 

 

inventory - Simple Database Access Application

 

JAB-init (tick)

JAB-init (tick)

 

 

jaxws-calculator - Simple Web Service 2. JAX-WS

 

JAB-init (error)

JAB-init (tick)

 

errors on jetty deploy and run

jms-mdb-sample - JMS and MDB Sample Application

 

JAB-init (tick)

JAB-init (tick)

 

 

ldap-sample-app - LDAP Sample Application

 

JAB-init (error)

JAB-init (error)

 

 

myphonebook - Very Simple Entity EJB Example

 

JAB-init (tick)

JAB-init (tick)

 

 

mytime - Very Simple Session EJB Example

 

JAB-init (tick)

JAB-init (tick)

 

 

sendmail - Using Geronimo Default JavaMail Session

 

JAB-init (error)

JAB-init (error)

 

 

timereport - Web Application Security Sample

 

JAB-init (tick)

JAB-init (tick)

 

 

customer-service - JNDI example

 

 

 

 

currently moved under questionable

jsp-examples

 

JAB-init (error)

JAB-init (error)

n/a

view source has issues

servlet-examples

 

JAB-init (error)

JAB-init (error)

n/a

view source has issues

Misc questions/issues

How often will samples be released?

We will release samples for each major Geronimo release. If possible, we will work to ensure that samples released for a major release (such as 2.1) will continue to work with subsequent minor releases (such as 2.1.1). However, if this cannot be achieved then we will release samples for each minor release as well.

How will samples be versioned?

The version of the released samples will match the intended major Geronimo release version.

Will all samples follow the archetype?

No. While the archetype is convenient to create new samples the structure of the samples that are created can be confusing at times if it is a web only application. This is because the archetype assumes it will create an enterprise application and always creates an ear structure. Where appropriate the archetype ear structure will be followed but for web only applications only a web structure will be released.

Should Jetty samples pre-req Jetty and Tomcat samples pre-req Tomcat?

This was initially the case. However, this was changed so that the plugins could be installed in a framework server without the jetty or tomcat prereq being present (the integration tests in trunk currently require this). There was opposition to restoring the defaults because it was thought a common mechnism to run the samples would be in the *-jetty/target directories.

Should we move the samples back into the server to ensure that they are released concurrently?

There was opposition to this suggestion. The primary argument seemed to be that the samples can be released independently and therefore should be released independently to demonstrate the plugin nature of Geronimo and avoid huge releases.

Will there be a manual description of how to create the sample datasource rather than using the plugin?

We may attempt to provide some description for those interested. However, the creation of the datasource is generally not particularly relevant to the samples we currently have. Therefore, it is considered adequate to have a note about installing the datasource plugin prior to manually installing the samples.

Will we be providing a source zip for the samples?

The user can obtain the source for the samples using svn. This is the recommended approach. If necessary we can consider also delivering a zip of the source along with the distribution of the release (much as we currently do for the Geronimo server source).

What additional software is required to build the samples?

  • maven (version 2.0.7 for Geronimo 2.1 and 2.0.9 for later versions).
  • svn

Can a user build an individual sample or must all samples be built?

This is still an open question. While it should be possible to build just a particular sample it is recommended to build all samples from the root. In the future we may require that the samples be built collectively to make the process of managing dependencies manageable.

Must a user understand Geronimo plugins to gain value from the samples?

No. While it is true that plugins have been integrated with the samples and a user can gain an understanding of the plugin structure from most samples a detailed knowledge of plugins is not necessary to utilize and benefit from the samples. The fundamental ear/war structure is unchanged and the appropriate Geronimo deployment descriptors are generated and can be utilized without understanding Geronimo plugins.

So just how do the plugins influence the samples then?

  • The datasource is implemented as a plugin and must be installed for certain samples to function.
  • The Geronimo deployment plans are not included in the source and are generated as a result of building the plugins. We will direct the user to look at the build results to view the final deployment plan and include the content of the deployment plan in the wiki for each sample for cases where the user just wants to view and not build the samples.