atom feed28 messages in org.apache.ofbiz.devRe: webslinger quick start guide?
FromSent OnAttachments
Hans BakkerJun 26, 2009 2:47 am 
Ean SchuesslerJun 26, 2009 9:07 am 
Adrian CrumJun 26, 2009 9:20 am 
Ean SchuesslerJun 26, 2009 1:42 pm 
Al ByersJun 26, 2009 2:18 pm 
Adam HeathJun 27, 2009 9:02 pm 
David E JonesJun 27, 2009 11:39 pm 
Adrian CrumJun 28, 2009 6:48 am 
Adam HeathJun 28, 2009 1:11 pm 
Ean SchuesslerJul 1, 2009 8:35 am 
Adrian CrumJul 1, 2009 8:54 am 
David E JonesJul 1, 2009 2:45 pm 
Adam HeathJul 1, 2009 4:08 pm 
Adrian CrumJul 1, 2009 5:11 pm 
Mike RoseJul 1, 2009 5:16 pm 
David E JonesJul 1, 2009 6:01 pm 
David E JonesJul 1, 2009 7:33 pm 
Ean SchuesslerJul 2, 2009 1:49 pm 
Ean SchuesslerJul 2, 2009 1:52 pm 
Adrian CrumJul 2, 2009 2:08 pm 
Ean SchuesslerJul 2, 2009 2:09 pm 
Ean SchuesslerJul 2, 2009 2:12 pm 
Andrew ZeneskiJul 2, 2009 9:08 pm 
Jacques Le RouxAug 17, 2009 2:44 am 
Tim RuppertAug 17, 2009 5:39 am 
Al ByersAug 17, 2009 5:49 am 
Jacques Le RouxAug 17, 2009 7:35 am 
Adam HeathAug 18, 2009 10:02 am 
Subject:Re: webslinger quick start guide?
From:Andrew Zeneski (and@andrewzeneski.com)
Date:Jul 2, 2009 9:08:25 pm
List:org.apache.ofbiz.dev

I actually wrote a little prototype app using JackRabbit late last year. Its a really nifty framework. Just a different way of thinking. I think this is a really good idea..

Andrew

On Wed, Jul 1, 2009 at 10:33 PM, David E Jones<de@me.com> wrote:

There has been a little bit of discussion about this, but not recently. Thanks for bringing it up as it certainly applies to this discussion.

I did a little reading on JackRabbit... it's great to see it is SO far along! In fact, it looks like it is far enough along that we should probably just go for it... IMO. It supports versioning, JTA transaction, WebDAV for editors that support/like that, and all sorts of other goodies.

On Jul 1, 2009, at 6:16 PM, Mike Rose wrote:

Have you folks looked into JSR-170, the Java Content Repository spec?  It covers these classes of use cases pretty thoroughly and there are some very compelling implementations out there.  Alfresco is probably the most notable and Apache JackRabbit is pretty impressive as well.

Mike

(new to the list, please forgive me if I've violated some protocol known to long-term list members...)

On Jul 1, 2009, at 8:12 PM, Adrian Crum wrote:

--- On Wed, 7/1/09, David E Jones <de@me.com> wrote:

From: David E Jones <de@me.com> Subject: Re: webslinger quick start guide? To: de@ofbiz.apache.org 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?