Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Third, given the complexity of J2EE a single benchmark typically doesn't cover all the various elements that can be used. DayTrader provides a configuration section that allows various run modes to be selected. One can be specified.choose EJBs or JDBC mode, Messaging in Syncronous, Asynchronous and Asynchronus 2-phase commit mode as well as whether WebServices should be used for remote operations. All of this flexibility allows for a tremendous amount of flexibility for testing and performance analysis.

Deploying DayTrader

In order to deploy DayTrader on Geronimo there are a few simple steps that are needed. Quite simply one has to acquire the application, select its deployment mode (choice of database, etc.) and finally deploy it to a running Geronimo Server.

Acquiring DayTrader

Today the way to get DayTrader is to download it from the Subversion repository at Apache. Here is the command that will checkout the DayTrader application:

Code Block

svn co http://svn.apache.org/repos/asf/geronimo/daytrader/trunk daytrader

will check out the latest trunk version to the daytrader directory.

Back Button Sample applicationsBack Button Samples for Apache Geronimo