sbelt wrote:
> 
> Forgive me if I am "splitting hairs",  but will HypersonicSQL be implemented
> in the In-Memory mode? As I understand it, when run in In-Memory mode, you
> lose any updates when it is shutdown. In server-mode (client/server or
> stand-alone) it will save the updates as desired.

I am sorry.  I meant server-mode.  It can still be setup very easily
though.
 
> I have just begun to play with this hsql, and agree (for whatever thats
> worth) that this would be an excellent choice for the default database. I
> especially appreciate that it will eliminate a "first you must
> download/install...." step for setting up Jetspeed.

:)
 
> I have installed hsql on my desktop and created a single table. It seems
> that every database is stored in 3 files:
> databasename.properties
> databasename.scripts
> databasename.data
> 
> There is a server.properties file which will allow you to specify
> database-server setting such as database, port,....
> 
> So once someone has ported the databases to hsql (I saw there are already
> severla volunteers for this, right?), it seems you could simply update the
> above files in the hsql.jar file and put it in the /lib folder.

Yes.  Theoretically.
 
> Pardon (again) my naivete about Turbine, but is it possible to configure
> Turbine to automatically start the database server when Turbine starts-up?

I prototyped a TurbineIntializer mechanism that can init() external
code.  Right now Jetspeed will  just use a TurbineInitable to init
itself.  This is a requirement for 1.2 but probably won't make it into
1.2b1.

Cocoon is currently initialized in a similar manner.

Kevin

-- 
Kevin A Burton (e-mail: [EMAIL PROTECTED], UIN: 73488596, ZKey:
burtonator)
http://relativity.yi.org
Message to SUN:  "Please Open Source Java!"
To fight and conquer in all your battles is not supreme excellence;
supreme 
excellence consists in breaking the enemy's resistance without fighting.
    - Sun Tzu, 300 B.C.


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to