Hm, couldn't resist to drop a few remarks on that (inline):
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Sam Gendler
> Sent: Wednesday, November 22, 2006 2:24 AM
> To: Tapestry users
> Subject: Re: Re: Tapernate A
The majority of applications use one database, so Tapernate (actually
hivemind-hibernate3, which Tapernate is built upon) doesn't officially
support multiple databases. Tapernate allows you to just drop jars
into your classpath, which makes it very simple to use. It wouldn't
be so simple to set
On 11/21/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
I guess that depends on what you consider having to "write code" . All
that xml is nice but seems to really have just moved the code to a new
format that doesn't require re-compilation. I can't argue that spring
isn't nice though, I just think
On 11/16/06, Henry Chen <[EMAIL PROTECTED]> wrote:
Thank you. Did you come up with any solution without Tapernate?
This is relatively simple if you aren't using a framework that
explicitly prevents it. I use swing + hibernate to provide all the
layers to my app underneath the web layer and it
I don't want to get into a whole "thing" about it because it doesn't
matter to me overly much in the long run but did want to make at least
a couple points. ;) (inlined of course)
On 11/21/06, Sam Gendler <[EMAIL PROTECTED]> wrote:
Actually, Spring does so many things that hivemind doesn't (a
ion without Tapernate?
-Original Message-
From: Chris Chiappone [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 16, 2006 10:57 AM
To: Tapestry users
Subject: Re: Tapernate Access multiple database
I has asked James about this a while back. Unfortunately i don't
believe there is any supp
Thank you. Did you come up with any solution without Tapernate?
-Original Message-
From: Chris Chiappone [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 16, 2006 10:57 AM
To: Tapestry users
Subject: Re: Tapernate Access multiple database
I has asked James about this a while back
I has asked James about this a while back. Unfortunately i don't
believe there is any support in Tapernate for this.
On 11/16/06, Henry Chen <[EMAIL PROTECTED]> wrote:
Hi,
Anybody use Tapernate to access multiple databases? How can I switch to
another database in runtime? Thank you very much.