|
From: Leif M. <le...@ta...> - 2006-09-28 01:38:05
|
Eddie,
I have not wrapped the standalone HSQL db myself. But often use an
embedded
HSQL component in applications. Great little DB. There is no reason
why you
shouldn't be able to get up and running. The best place to start is
often at the
beginning. The steps are all clearly spelled out in the documentation.
Start by
trying out method #1. That works great for most apps.
http://wrapper.tanukisoftware.org/doc/english/integrate.html
Let me know if you run into any problems after reading over the
integration
section of the docs.
Cheers,
Leif
Eddie.Peterson wrote:
> Just started reading about the Java Service Wrapper and it seems very
> userful. I was looking for a way to encapsulate the HSQL database using this
> Wrapper. Is that possible? If so, what are the high level steps involved?
> Thanks in advance for any information you can provide.
>
> Best,
> --Eddie
>
|