--- On Wed, 7/1/09, David E Jones <[email protected]> wrote:
> From: David E Jones <[email protected]>
> Subject: Re: webslinger quick start guide?
> To: [email protected]
> Date: Wednesday, July 1, 2009, 2:45 PM
>
> This is an interesting overview and while I'm not sure why
> I hadn't thought along these lines before, at least it's
> through my thick skull now...
>
> I asked Adam about how this would deploy on multiple
> servers with the stuff in the filesystem versus the
> database, and I think what you've written Ean is the
> answer.
>
> Why not treat a source repo (either plain SVN or something
> more exotic like GIT) like the database? Each app server
> would read from and write to the source repo just like it
> would a database record. If SVN or GIT support 2-phase
> commits we could probably even do write operations in the a
> transaction that includes connections to both data stores.
Why not have the repositories use the OFBiz database as their data store?
-Adrian