|
From: Thomas R. <tri...@tr...> - 2003-04-29 02:51:08
|
Luke Taylor wrote:
> I think someone mentioned that it was an old version
> of HSQL that is included but it is in fact an up to date one (1.7x).
>
Yes, you are right. The latest download includes HSQL 1.7.1.
> As someone has already pointed out, it is easier to
> supply an extra service configuration file along with your application
> and say "drop these into the deploy directory" than it is to ask users
> to edit particular sections of an existing configuration file. This
> approach can be used for adding datasources, JMS destinations or other
> services which are required for your application.
This is as I see it the biggest advantage of using JBoss for our demo
app. The following task is all you need in your Ant deployment target
<copy todir="${jboss.home}/server/${jboss.server}/deploy"
file="deploy/jboss/ticket-service.xml"/>
(I copied this from the build script that came with the Ticket sample
application from Rod's book.)
My vote is for JBoss/HSQL.
Thomas Risberg
|