You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Lin Sun <li...@gmail.com> on 2008/08/14 22:31:15 UTC

daytrader

Hi,

I saw Donald started a geronimo release for the rest of this year
thread and it mentioned daytrader, so I thought I should update
everyone on daytrader, before I forget them.

Build - you should be able to build daytrader trunk without any error.
 It may require you to build 2.2 server first.

The improvement of daytrader from the previous release is that now all
the artifacts are also delivered in plugin format.   Instead of
deploying the ear file, you can install the daytrader plugins (there
are five of them: db, jms, daytrader, ws-appclient and
streamer-appclient).     Because our c-m-p doesn't support appclient
yet (GERONIMO-4221), the app client plugins are created slightly
differently than the other plugins and a user has to update the plugin
catalog file manually for app clients.   Deploy install-plugin doesn't
work for the app clients with 2.1.2 server but should be okay with 2.2
or 2.1.3 server.

Lin

Re: daytrader

Posted by Lin Sun <li...@gmail.com>.
Thanks for the reminder of the other databases - I've only used derby
so far.   Will look into building plugins for db2 and oracle, as you
suggested below.

Lin

On Thu, Aug 14, 2008 at 5:27 PM, David Jencks <da...@yahoo.com> wrote:

> It might be nice to extract the db2 and oracle plan info from the
> appropriate plans and create alternate db plugins for them with
> artifact-aliases so that switching back ends is as simple as installing one
> of these plugins.
>
> thanks
> david jencks

Re: daytrader

Posted by David Jencks <da...@yahoo.com>.
On Aug 14, 2008, at 1:31 PM, Lin Sun wrote:

> Hi,
>
> I saw Donald started a geronimo release for the rest of this year
> thread and it mentioned daytrader, so I thought I should update
> everyone on daytrader, before I forget them.
>
> Build - you should be able to build daytrader trunk without any error.
> It may require you to build 2.2 server first.
>
> The improvement of daytrader from the previous release is that now all
> the artifacts are also delivered in plugin format.   Instead of
> deploying the ear file, you can install the daytrader plugins (there
> are five of them: db, jms, daytrader, ws-appclient and
> streamer-appclient).     Because our c-m-p doesn't support appclient
> yet (GERONIMO-4221), the app client plugins are created slightly
> differently than the other plugins and a user has to update the plugin
> catalog file manually for app clients.   Deploy install-plugin doesn't
> work for the app clients with 2.1.2 server but should be okay with 2.2
> or 2.1.3 server.

It might be nice to extract the db2 and oracle plan info from the  
appropriate plans and create alternate db plugins for them with  
artifact-aliases so that switching back ends is as simple as  
installing one of these plugins.

thanks
david jencks

>
>
> Lin