|
Anybody using or considered using Hippo CMS (onehippo.org) in conjunction with OFBiz?
- Apache Licensed - Uses Jackrabbit as its repository - Supports Versioning, Internationalization, Publishing Workflows and more We could start out by using Hippo's UI to manage content and retrieve it for display within OFBiz using the JCR API. As the various document types needed by the OFBiz base applications begin to take shape we could look at ways to allow the content to be modified directly from within OFBiz (once again using the JCR API). Any thoughts, alternatives, ideas or whatever would be appreciated. I'm considering working on a POC in my spare time, not sure how long that might take at this stage. I already have a copy of Hippo running inside OFBiz but that was just a matter of expanding their WAR distribution and wrapping it in a component, next step would be gaining access to the repo from OFBiz code. Thanks Scott HotWax Media http://www.hotwaxmedia.com |
|
I would be interested in helping out with integrating Jackrabbit with OFBiz.
-Adrian --- On Fri, 6/18/10, Scott Gray <[hidden email]> wrote: > From: Scott Gray <[hidden email]> > Subject: Hippo CMS > To: [hidden email] > Date: Friday, June 18, 2010, 6:57 PM > Anybody using or considered using > Hippo CMS (onehippo.org) in conjunction with OFBiz? > - Apache Licensed > - Uses Jackrabbit as its repository > - Supports Versioning, Internationalization, Publishing > Workflows and more > > We could start out by using Hippo's UI to manage content > and retrieve it for display within OFBiz using the JCR > API. As the various document types needed by the OFBiz > base applications begin to take shape we could look at ways > to allow the content to be modified directly from within > OFBiz (once again using the JCR API). > > Any thoughts, alternatives, ideas or whatever would be > appreciated. I'm considering working on a POC in my > spare time, not sure how long that might take at this > stage. I already have a copy of Hippo running inside > OFBiz but that was just a matter of expanding their WAR > distribution and wrapping it in a component, next step would > be gaining access to the repo from OFBiz code. > > Thanks > Scott > > HotWax Media > http://www.hotwaxmedia.com |
|
Administrator
|
If I had time, I'd be interested too...
Jacques From: "Adrian Crum" <[hidden email]> >I would be interested in helping out with integrating Jackrabbit with OFBiz. > > -Adrian > > --- On Fri, 6/18/10, Scott Gray <[hidden email]> wrote: > >> From: Scott Gray <[hidden email]> >> Subject: Hippo CMS >> To: [hidden email] >> Date: Friday, June 18, 2010, 6:57 PM >> Anybody using or considered using >> Hippo CMS (onehippo.org) in conjunction with OFBiz? >> - Apache Licensed >> - Uses Jackrabbit as its repository >> - Supports Versioning, Internationalization, Publishing >> Workflows and more >> >> We could start out by using Hippo's UI to manage content >> and retrieve it for display within OFBiz using the JCR >> API. As the various document types needed by the OFBiz >> base applications begin to take shape we could look at ways >> to allow the content to be modified directly from within >> OFBiz (once again using the JCR API). >> >> Any thoughts, alternatives, ideas or whatever would be >> appreciated. I'm considering working on a POC in my >> spare time, not sure how long that might take at this >> stage. I already have a copy of Hippo running inside >> OFBiz but that was just a matter of expanding their WAR >> distribution and wrapping it in a component, next step would >> be gaining access to the repo from OFBiz code. >> >> Thanks >> Scott >> >> HotWax Media >> http://www.hotwaxmedia.com > > > > |
|
In reply to this post by Scott Gray-2
As I get more familiar with ofbiz's Content and CMS I see three areas
that need to be developed. 1) a tree to show relationship of documents. 2) have a menu from that tree of functions 3) a wusiwyg component for editing. I did deploy Jackrabbit but have not really got into it yet. Scott Gray sent the following on 6/18/2010 6:57 PM: ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> > Anybody using or considered using Hippo CMS (onehippo.org) in conjunction with OFBiz? > - Apache Licensed > - Uses Jackrabbit as its repository > - Supports Versioning, Internationalization, Publishing Workflows and more > > We could start out by using Hippo's UI to manage content and retrieve it for display within OFBiz using the JCR API. As the various document types needed by the OFBiz base applications begin to take shape we could look at ways to allow the content to be modified directly from within OFBiz (once again using the JCR API). > > Any thoughts, alternatives, ideas or whatever would be appreciated. I'm considering working on a POC in my spare time, not sure how long that might take at this stage. I already have a copy of Hippo running inside OFBiz but that was just a matter of expanding their WAR distribution and wrapping it in a component, next step would be gaining access to the repo from OFBiz code. > > Thanks > Scott > > HotWax Media > http://www.hotwaxmedia.com |
|
In reply to this post by Adrian Crum-2
The thing to remember is that Jackrabbit is nothing more than a content repository, like a database for your content. If we go the route of using a raw repository then we have to build a CMS application to sit on top of it.
What I am proposing is to use the work of others rather than build something new from the ground up. I don't know about you but designing content management systems isn't exactly my area of expertise. Last time I checked you can't even buy a book about using the JCR. Regards Scott On 20/06/2010, at 1:42 AM, Adrian Crum wrote: > I would be interested in helping out with integrating Jackrabbit with OFBiz. > > -Adrian > > --- On Fri, 6/18/10, Scott Gray <[hidden email]> wrote: > >> From: Scott Gray <[hidden email]> >> Subject: Hippo CMS >> To: [hidden email] >> Date: Friday, June 18, 2010, 6:57 PM >> Anybody using or considered using >> Hippo CMS (onehippo.org) in conjunction with OFBiz? >> - Apache Licensed >> - Uses Jackrabbit as its repository >> - Supports Versioning, Internationalization, Publishing >> Workflows and more >> >> We could start out by using Hippo's UI to manage content >> and retrieve it for display within OFBiz using the JCR >> API. As the various document types needed by the OFBiz >> base applications begin to take shape we could look at ways >> to allow the content to be modified directly from within >> OFBiz (once again using the JCR API). >> >> Any thoughts, alternatives, ideas or whatever would be >> appreciated. I'm considering working on a POC in my >> spare time, not sure how long that might take at this >> stage. I already have a copy of Hippo running inside >> OFBiz but that was just a matter of expanding their WAR >> distribution and wrapping it in a component, next step would >> be gaining access to the repo from OFBiz code. >> >> Thanks >> Scott >> >> HotWax Media >> http://www.hotwaxmedia.com > > > |
|
Actually, no - we don't need to build a CMS application. We can use an existing one. A bare-bones content repository is what we want.
The concept proposed so far (as far as I can tell) is to find a way to integrate Jackrabbit into OFBiz, then a user can select any CMS they want to run on top of it. -Adrian --- On Sat, 6/19/10, Scott Gray <[hidden email]> wrote: > From: Scott Gray <[hidden email]> > Subject: Re: Hippo CMS > To: [hidden email] > Date: Saturday, June 19, 2010, 4:27 PM > The thing to remember is that > Jackrabbit is nothing more than a content repository, like a > database for your content. If we go the route of using > a raw repository then we have to build a CMS application to > sit on top of it. > > What I am proposing is to use the work of others rather > than build something new from the ground up. I don't > know about you but designing content management systems > isn't exactly my area of expertise. Last time I > checked you can't even buy a book about using the JCR. > > Regards > Scott > > On 20/06/2010, at 1:42 AM, Adrian Crum wrote: > > > I would be interested in helping out with integrating > Jackrabbit with OFBiz. > > > > -Adrian > > > > --- On Fri, 6/18/10, Scott Gray <[hidden email]> > wrote: > > > >> From: Scott Gray <[hidden email]> > >> Subject: Hippo CMS > >> To: [hidden email] > >> Date: Friday, June 18, 2010, 6:57 PM > >> Anybody using or considered using > >> Hippo CMS (onehippo.org) in conjunction with > OFBiz? > >> - Apache Licensed > >> - Uses Jackrabbit as its repository > >> - Supports Versioning, Internationalization, > Publishing > >> Workflows and more > >> > >> We could start out by using Hippo's UI to manage > content > >> and retrieve it for display within OFBiz using the > JCR > >> API. As the various document types needed by > the OFBiz > >> base applications begin to take shape we could > look at ways > >> to allow the content to be modified directly from > within > >> OFBiz (once again using the JCR API). > >> > >> Any thoughts, alternatives, ideas or whatever > would be > >> appreciated. I'm considering working on a > POC in my > >> spare time, not sure how long that might take at > this > >> stage. I already have a copy of Hippo > running inside > >> OFBiz but that was just a matter of expanding > their WAR > >> distribution and wrapping it in a component, next > step would > >> be gaining access to the repo from OFBiz code. > >> > >> Thanks > >> Scott > >> > >> HotWax Media > >> http://www.hotwaxmedia.com > > > > > > > > |
|
You're making a pretty big assumption that CMS apps are interchangeable so long as the repo is jackrabbit. Jackrabbit (or more specifically the JCR) provides nothing more than a standard interface for querying and interacting with content nodes, it does nothing to define or enforce a specific node/hierarchy structure. From what I've seen so far, the CMS defines the structure which would preclude OFBiz from being able to do so if we want to be able to use anything other than our own hand rolled CMS.
It's a bit like suggesting that because we have SQL and JDBC you can therefore sit any application on top of any database, which is really only true for the most generic of applications (i.e. a database browser). You could probably interchangeably use any number of generic repository browsers to access jackrabbit but as soon as you push to a much higher level than that you are going to run into problems. I guess it could be possible to have some sort of translation layer in which you map your CMS's content structure into something that OFBiz can understand. For example telling OFBiz that all product names can be accessed via "/content/products/${productId}/productName" but that assumes product name is a node rather than a node attribute like "/content/products/${product}['productName']" and I'm not sure what implications that might carry along with it because OFBiz might need to deal with an attribute differently than it might a node. In short, I really have very little idea of what I'm talking about. But if we all wait for someone else to figure this stuff out then I fear we may end up waiting quite a while. I guess ideally we would have a branch that contains a jackrabbit client component, a Hippo CMS component and another CMS app component. We could then use them to experiment with approaches for OFBiz to interact with each CMS's repository structure in a generic manner. Regards Scott On 21/06/2010, at 3:21 AM, Adrian Crum wrote: > Actually, no - we don't need to build a CMS application. We can use an existing one. A bare-bones content repository is what we want. > > The concept proposed so far (as far as I can tell) is to find a way to integrate Jackrabbit into OFBiz, then a user can select any CMS they want to run on top of it. > > -Adrian > > --- On Sat, 6/19/10, Scott Gray <[hidden email]> wrote: > >> From: Scott Gray <[hidden email]> >> Subject: Re: Hippo CMS >> To: [hidden email] >> Date: Saturday, June 19, 2010, 4:27 PM >> The thing to remember is that >> Jackrabbit is nothing more than a content repository, like a >> database for your content. If we go the route of using >> a raw repository then we have to build a CMS application to >> sit on top of it. >> >> What I am proposing is to use the work of others rather >> than build something new from the ground up. I don't >> know about you but designing content management systems >> isn't exactly my area of expertise. Last time I >> checked you can't even buy a book about using the JCR. >> >> Regards >> Scott >> >> On 20/06/2010, at 1:42 AM, Adrian Crum wrote: >> >>> I would be interested in helping out with integrating >> Jackrabbit with OFBiz. >>> >>> -Adrian >>> >>> --- On Fri, 6/18/10, Scott Gray <[hidden email]> >> wrote: >>> >>>> From: Scott Gray <[hidden email]> >>>> Subject: Hippo CMS >>>> To: [hidden email] >>>> Date: Friday, June 18, 2010, 6:57 PM >>>> Anybody using or considered using >>>> Hippo CMS (onehippo.org) in conjunction with >> OFBiz? >>>> - Apache Licensed >>>> - Uses Jackrabbit as its repository >>>> - Supports Versioning, Internationalization, >> Publishing >>>> Workflows and more >>>> >>>> We could start out by using Hippo's UI to manage >> content >>>> and retrieve it for display within OFBiz using the >> JCR >>>> API. As the various document types needed by >> the OFBiz >>>> base applications begin to take shape we could >> look at ways >>>> to allow the content to be modified directly from >> within >>>> OFBiz (once again using the JCR API). >>>> >>>> Any thoughts, alternatives, ideas or whatever >> would be >>>> appreciated. I'm considering working on a >> POC in my >>>> spare time, not sure how long that might take at >> this >>>> stage. I already have a copy of Hippo >> running inside >>>> OFBiz but that was just a matter of expanding >> their WAR >>>> distribution and wrapping it in a component, next >> step would >>>> be gaining access to the repo from OFBiz code. >>>> >>>> Thanks >>>> Scott >>>> >>>> HotWax Media >>>> http://www.hotwaxmedia.com >>> >>> >>> >> >> > > > |
|
+1 to Scott.
Would it be great for OFBiz not only support Java CMS, but also PHP, .NET and etc? BTW, the CMS mentioned here is only Web CMS. The whole CMS concept is very complicated, including pay TV, bank accounts, libraries and many other areas. 在 2010-06-21一的 11:22 +1200,Scott Gray写道: > You're making a pretty big assumption that CMS apps are interchangeable so long as the repo is jackrabbit. Jackrabbit (or more specifically the JCR) provides nothing more than a standard interface for querying and interacting with content nodes, it does nothing to define or enforce a specific node/hierarchy structure. From what I've seen so far, the CMS defines the structure which would preclude OFBiz from being able to do so if we want to be able to use anything other than our own hand rolled CMS. > > It's a bit like suggesting that because we have SQL and JDBC you can therefore sit any application on top of any database, which is really only true for the most generic of applications (i.e. a database browser). You could probably interchangeably use any number of generic repository browsers to access jackrabbit but as soon as you push to a much higher level than that you are going to run into problems. > > I guess it could be possible to have some sort of translation layer in which you map your CMS's content structure into something that OFBiz can understand. For example telling OFBiz that all product names can be accessed via "/content/products/${productId}/productName" but that assumes product name is a node rather than a node attribute like "/content/products/${product}['productName']" and I'm not sure what implications that might carry along with it because OFBiz might need to deal with an attribute differently than it might a node. > > In short, I really have very little idea of what I'm talking about. But if we all wait for someone else to figure this stuff out then I fear we may end up waiting quite a while. > > I guess ideally we would have a branch that contains a jackrabbit client component, a Hippo CMS component and another CMS app component. We could then use them to experiment with approaches for OFBiz to interact with each CMS's repository structure in a generic manner. > > Regards > Scott > > On 21/06/2010, at 3:21 AM, Adrian Crum wrote: > > > Actually, no - we don't need to build a CMS application. We can use an existing one. A bare-bones content repository is what we want. > > > > The concept proposed so far (as far as I can tell) is to find a way to integrate Jackrabbit into OFBiz, then a user can select any CMS they want to run on top of it. > > > > -Adrian > > > > --- On Sat, 6/19/10, Scott Gray <[hidden email]> wrote: > > > >> From: Scott Gray <[hidden email]> > >> Subject: Re: Hippo CMS > >> To: [hidden email] > >> Date: Saturday, June 19, 2010, 4:27 PM > >> The thing to remember is that > >> Jackrabbit is nothing more than a content repository, like a > >> database for your content. If we go the route of using > >> a raw repository then we have to build a CMS application to > >> sit on top of it. > >> > >> What I am proposing is to use the work of others rather > >> than build something new from the ground up. I don't > >> know about you but designing content management systems > >> isn't exactly my area of expertise. Last time I > >> checked you can't even buy a book about using the JCR. > >> > >> Regards > >> Scott > >> > >> On 20/06/2010, at 1:42 AM, Adrian Crum wrote: > >> > >>> I would be interested in helping out with integrating > >> Jackrabbit with OFBiz. > >>> > >>> -Adrian > >>> > >>> --- On Fri, 6/18/10, Scott Gray <[hidden email]> > >> wrote: > >>> > >>>> From: Scott Gray <[hidden email]> > >>>> Subject: Hippo CMS > >>>> To: [hidden email] > >>>> Date: Friday, June 18, 2010, 6:57 PM > >>>> Anybody using or considered using > >>>> Hippo CMS (onehippo.org) in conjunction with > >> OFBiz? > >>>> - Apache Licensed > >>>> - Uses Jackrabbit as its repository > >>>> - Supports Versioning, Internationalization, > >> Publishing > >>>> Workflows and more > >>>> > >>>> We could start out by using Hippo's UI to manage > >> content > >>>> and retrieve it for display within OFBiz using the > >> JCR > >>>> API. As the various document types needed by > >> the OFBiz > >>>> base applications begin to take shape we could > >> look at ways > >>>> to allow the content to be modified directly from > >> within > >>>> OFBiz (once again using the JCR API). > >>>> > >>>> Any thoughts, alternatives, ideas or whatever > >> would be > >>>> appreciated. I'm considering working on a > >> POC in my > >>>> spare time, not sure how long that might take at > >> this > >>>> stage. I already have a copy of Hippo > >> running inside > >>>> OFBiz but that was just a matter of expanding > >> their WAR > >>>> distribution and wrapping it in a component, next > >> step would > >>>> be gaining access to the repo from OFBiz code. > >>>> > >>>> Thanks > >>>> Scott > >>>> > >>>> HotWax Media > >>>> http://www.hotwaxmedia.com > >>> > >>> > >>> > >> > >> > > > > > > > |
|
Administrator
|
In reply to this post by Scott Gray-2
Hi Scott,
Interesting, BTW why did you pick Hippo, did you compare with open competitors (using JackRabbit underneath of course) ? Thanks Jacques Scott Gray wrote: > You're making a pretty big assumption that CMS apps are interchangeable so long as the repo is jackrabbit. Jackrabbit (or more > specifically the JCR) provides nothing more than a standard interface for querying and interacting with content nodes, it does > nothing to define or enforce a specific node/hierarchy structure. From what I've seen so far, the CMS defines the structure > which would preclude OFBiz from being able to do so if we want to be able to use anything other than our own hand rolled CMS. > > It's a bit like suggesting that because we have SQL and JDBC you can therefore sit any application on top of any database, which > is really only true for the most generic of applications (i.e. a database browser). You could probably interchangeably use any > number of generic repository browsers to access jackrabbit but as soon as you push to a much higher level than that you are going > to run into problems. > > I guess it could be possible to have some sort of translation layer in which you map your CMS's content structure into something > that OFBiz can understand. For example telling OFBiz that all product names can be accessed via > "/content/products/${productId}/productName" but that assumes product name is a node rather than a node attribute like > "/content/products/${product}['productName']" and I'm not sure what implications that might carry along with it because OFBiz > might need to deal with an attribute differently than it might a node. > > In short, I really have very little idea of what I'm talking about. But if we all wait for someone else to figure this stuff out > then I fear we may end up waiting quite a while. > > I guess ideally we would have a branch that contains a jackrabbit client component, a Hippo CMS component and another CMS app > component. We could then use them to experiment with approaches for OFBiz to interact with each CMS's repository structure in a > generic manner. > > Regards > Scott > > On 21/06/2010, at 3:21 AM, Adrian Crum wrote: > >> Actually, no - we don't need to build a CMS application. We can use an existing one. A bare-bones content repository is what we >> want. >> >> The concept proposed so far (as far as I can tell) is to find a way to integrate Jackrabbit into OFBiz, then a user can select >> any CMS they want to run on top of it. >> >> -Adrian >> >> --- On Sat, 6/19/10, Scott Gray <[hidden email]> wrote: >> >>> From: Scott Gray <[hidden email]> >>> Subject: Re: Hippo CMS >>> To: [hidden email] >>> Date: Saturday, June 19, 2010, 4:27 PM >>> The thing to remember is that >>> Jackrabbit is nothing more than a content repository, like a >>> database for your content. If we go the route of using >>> a raw repository then we have to build a CMS application to >>> sit on top of it. >>> >>> What I am proposing is to use the work of others rather >>> than build something new from the ground up. I don't >>> know about you but designing content management systems >>> isn't exactly my area of expertise. Last time I >>> checked you can't even buy a book about using the JCR. >>> >>> Regards >>> Scott >>> >>> On 20/06/2010, at 1:42 AM, Adrian Crum wrote: >>> >>>> I would be interested in helping out with integrating >>> Jackrabbit with OFBiz. >>>> >>>> -Adrian >>>> >>>> --- On Fri, 6/18/10, Scott Gray <[hidden email]> >>> wrote: >>>> >>>>> From: Scott Gray <[hidden email]> >>>>> Subject: Hippo CMS >>>>> To: [hidden email] >>>>> Date: Friday, June 18, 2010, 6:57 PM >>>>> Anybody using or considered using >>>>> Hippo CMS (onehippo.org) in conjunction with >>> OFBiz? >>>>> - Apache Licensed >>>>> - Uses Jackrabbit as its repository >>>>> - Supports Versioning, Internationalization, >>> Publishing >>>>> Workflows and more >>>>> >>>>> We could start out by using Hippo's UI to manage >>> content >>>>> and retrieve it for display within OFBiz using the >>> JCR >>>>> API. As the various document types needed by >>> the OFBiz >>>>> base applications begin to take shape we could >>> look at ways >>>>> to allow the content to be modified directly from >>> within >>>>> OFBiz (once again using the JCR API). >>>>> >>>>> Any thoughts, alternatives, ideas or whatever >>> would be >>>>> appreciated. I'm considering working on a >>> POC in my >>>>> spare time, not sure how long that might take at >>> this >>>>> stage. I already have a copy of Hippo >>> running inside >>>>> OFBiz but that was just a matter of expanding >>> their WAR >>>>> distribution and wrapping it in a component, next >>> step would >>>>> be gaining access to the repo from OFBiz code. >>>>> >>>>> Thanks >>>>> Scott >>>>> >>>>> HotWax Media >>>>> http://www.hotwaxmedia.com |
|
On 21/06/2010, at 7:33 PM, Jacques Le Roux wrote:
> Hi Scott, > > Interesting, BTW why did you pick Hippo, did you compare with open competitors (using JackRabbit underneath of course) ? Jacques, that is a very good question :-) I never actually considered that there were others, it was the first I stumbled across. Oops, I should probably go and check. > Thanks > > Jacques > > Scott Gray wrote: >> You're making a pretty big assumption that CMS apps are interchangeable so long as the repo is jackrabbit. Jackrabbit (or more >> specifically the JCR) provides nothing more than a standard interface for querying and interacting with content nodes, it does >> nothing to define or enforce a specific node/hierarchy structure. From what I've seen so far, the CMS defines the structure >> which would preclude OFBiz from being able to do so if we want to be able to use anything other than our own hand rolled CMS. It's a bit like suggesting that because we have SQL and JDBC you can therefore sit any application on top of any database, which >> is really only true for the most generic of applications (i.e. a database browser). You could probably interchangeably use any >> number of generic repository browsers to access jackrabbit but as soon as you push to a much higher level than that you are going >> to run into problems. I guess it could be possible to have some sort of translation layer in which you map your CMS's content structure into something >> that OFBiz can understand. For example telling OFBiz that all product names can be accessed via >> "/content/products/${productId}/productName" but that assumes product name is a node rather than a node attribute like >> "/content/products/${product}['productName']" and I'm not sure what implications that might carry along with it because OFBiz >> might need to deal with an attribute differently than it might a node. In short, I really have very little idea of what I'm talking about. But if we all wait for someone else to figure this stuff out >> then I fear we may end up waiting quite a while. I guess ideally we would have a branch that contains a jackrabbit client component, a Hippo CMS component and another CMS app >> component. We could then use them to experiment with approaches for OFBiz to interact with each CMS's repository structure in a >> generic manner. Regards >> Scott >> On 21/06/2010, at 3:21 AM, Adrian Crum wrote: >>> Actually, no - we don't need to build a CMS application. We can use an existing one. A bare-bones content repository is what we >>> want. The concept proposed so far (as far as I can tell) is to find a way to integrate Jackrabbit into OFBiz, then a user can select >>> any CMS they want to run on top of it. -Adrian >>> --- On Sat, 6/19/10, Scott Gray <[hidden email]> wrote: >>>> From: Scott Gray <[hidden email]> >>>> Subject: Re: Hippo CMS >>>> To: [hidden email] >>>> Date: Saturday, June 19, 2010, 4:27 PM >>>> The thing to remember is that >>>> Jackrabbit is nothing more than a content repository, like a >>>> database for your content. If we go the route of using >>>> a raw repository then we have to build a CMS application to >>>> sit on top of it. >>>> What I am proposing is to use the work of others rather >>>> than build something new from the ground up. I don't >>>> know about you but designing content management systems >>>> isn't exactly my area of expertise. Last time I >>>> checked you can't even buy a book about using the JCR. >>>> Regards >>>> Scott >>>> On 20/06/2010, at 1:42 AM, Adrian Crum wrote: >>>>> I would be interested in helping out with integrating >>>> Jackrabbit with OFBiz. >>>>> -Adrian >>>>> --- On Fri, 6/18/10, Scott Gray <[hidden email]> >>>> wrote: >>>>>> From: Scott Gray <[hidden email]> >>>>>> Subject: Hippo CMS >>>>>> To: [hidden email] >>>>>> Date: Friday, June 18, 2010, 6:57 PM >>>>>> Anybody using or considered using >>>>>> Hippo CMS (onehippo.org) in conjunction with >>>> OFBiz? >>>>>> - Apache Licensed >>>>>> - Uses Jackrabbit as its repository >>>>>> - Supports Versioning, Internationalization, >>>> Publishing >>>>>> Workflows and more >>>>>> We could start out by using Hippo's UI to manage >>>> content >>>>>> and retrieve it for display within OFBiz using the >>>> JCR >>>>>> API. As the various document types needed by >>>> the OFBiz >>>>>> base applications begin to take shape we could >>>> look at ways >>>>>> to allow the content to be modified directly from >>>> within >>>>>> OFBiz (once again using the JCR API). >>>>>> Any thoughts, alternatives, ideas or whatever >>>> would be >>>>>> appreciated. I'm considering working on a >>>> POC in my >>>>>> spare time, not sure how long that might take at >>>> this >>>>>> stage. I already have a copy of Hippo >>>> running inside >>>>>> OFBiz but that was just a matter of expanding >>>> their WAR >>>>>> distribution and wrapping it in a component, next >>>> step would >>>>>> be gaining access to the repo from OFBiz code. >>>>>> Thanks >>>>>> Scott >>>>>> HotWax Media >>>>>> http://www.hotwaxmedia.com > |
|
Wikipedia to the rescue -
http://en.wikipedia.org/wiki/List_of_content_management_systems#Java_2 Cheers Sam On 21/06/2010 15:42, Scott Gray wrote: > On 21/06/2010, at 7:33 PM, Jacques Le Roux wrote: > >> Hi Scott, >> >> Interesting, BTW why did you pick Hippo, did you compare with open competitors (using JackRabbit underneath of course) ? > > Jacques, that is a very good question :-) > I never actually considered that there were others, it was the first I stumbled across. Oops, I should probably go and check. > >> Thanks >> >> Jacques >> >> Scott Gray wrote: >>> You're making a pretty big assumption that CMS apps are interchangeable so long as the repo is jackrabbit. Jackrabbit (or more >>> specifically the JCR) provides nothing more than a standard interface for querying and interacting with content nodes, it does >>> nothing to define or enforce a specific node/hierarchy structure. From what I've seen so far, the CMS defines the structure >>> which would preclude OFBiz from being able to do so if we want to be able to use anything other than our own hand rolled CMS. It's a bit like suggesting that because we have SQL and JDBC you can therefore sit any application on top of any database, which >>> is really only true for the most generic of applications (i.e. a database browser). You could probably interchangeably use any >>> number of generic repository browsers to access jackrabbit but as soon as you push to a much higher level than that you are going >>> to run into problems. I guess it could be possible to have some sort of translation layer in which you map your CMS's content structure into something >>> that OFBiz can understand. For example telling OFBiz that all product names can be accessed via >>> "/content/products/${productId}/productName" but that assumes product name is a node rather than a node attribute like >>> "/content/products/${product}['productName']" and I'm not sure what implications that might carry along with it because OFBiz >>> might need to deal with an attribute differently than it might a node. In short, I really have very little idea of what I'm talking about. But if we all wait for someone else to figure this stuff out >>> then I fear we may end up waiting quite a while. I guess ideally we would have a branch that contains a jackrabbit client component, a Hippo CMS component and another CMS app >>> component. We could then use them to experiment with approaches for OFBiz to interact with each CMS's repository structure in a >>> generic manner. Regards >>> Scott >>> On 21/06/2010, at 3:21 AM, Adrian Crum wrote: >>>> Actually, no - we don't need to build a CMS application. We can use an existing one. A bare-bones content repository is what we >>>> want. The concept proposed so far (as far as I can tell) is to find a way to integrate Jackrabbit into OFBiz, then a user can select >>>> any CMS they want to run on top of it. -Adrian >>>> --- On Sat, 6/19/10, Scott Gray <[hidden email]> wrote: >>>>> From: Scott Gray <[hidden email]> >>>>> Subject: Re: Hippo CMS >>>>> To: [hidden email] >>>>> Date: Saturday, June 19, 2010, 4:27 PM >>>>> The thing to remember is that >>>>> Jackrabbit is nothing more than a content repository, like a >>>>> database for your content. If we go the route of using >>>>> a raw repository then we have to build a CMS application to >>>>> sit on top of it. >>>>> What I am proposing is to use the work of others rather >>>>> than build something new from the ground up. I don't >>>>> know about you but designing content management systems >>>>> isn't exactly my area of expertise. Last time I >>>>> checked you can't even buy a book about using the JCR. >>>>> Regards >>>>> Scott >>>>> On 20/06/2010, at 1:42 AM, Adrian Crum wrote: >>>>>> I would be interested in helping out with integrating >>>>> Jackrabbit with OFBiz. >>>>>> -Adrian >>>>>> --- On Fri, 6/18/10, Scott Gray <[hidden email]> >>>>> wrote: >>>>>>> From: Scott Gray <[hidden email]> >>>>>>> Subject: Hippo CMS >>>>>>> To: [hidden email] >>>>>>> Date: Friday, June 18, 2010, 6:57 PM >>>>>>> Anybody using or considered using >>>>>>> Hippo CMS (onehippo.org) in conjunction with >>>>> OFBiz? >>>>>>> - Apache Licensed >>>>>>> - Uses Jackrabbit as its repository >>>>>>> - Supports Versioning, Internationalization, >>>>> Publishing >>>>>>> Workflows and more >>>>>>> We could start out by using Hippo's UI to manage >>>>> content >>>>>>> and retrieve it for display within OFBiz using the >>>>> JCR >>>>>>> API. As the various document types needed by >>>>> the OFBiz >>>>>>> base applications begin to take shape we could >>>>> look at ways >>>>>>> to allow the content to be modified directly from >>>>> within >>>>>>> OFBiz (once again using the JCR API). >>>>>>> Any thoughts, alternatives, ideas or whatever >>>>> would be >>>>>>> appreciated. I'm considering working on a >>>>> POC in my >>>>>>> spare time, not sure how long that might take at >>>>> this >>>>>>> stage. I already have a copy of Hippo >>>>> running inside >>>>>>> OFBiz but that was just a matter of expanding >>>>> their WAR >>>>>>> distribution and wrapping it in a component, next >>>>> step would >>>>>>> be gaining access to the repo from OFBiz code. >>>>>>> Thanks >>>>>>> Scott >>>>>>> HotWax Media >>>>>>> http://www.hotwaxmedia.com >> > |
|
Kind of, what I'm after specifically is either CMS' built on top of Jackrabbit or ones that provide a JCR version 2 interface (depending on what route we end up taking, OFBiz with embedded Jackrabbit or OFBiz using the JCR API to access any compliant repository).
http://en.wikipedia.org/wiki/Content_repository_API_for_Java (this page has a link to http://www.jcrdev.com/jcrdev.html which I didn't know existed but looks useful) http://en.wikipedia.org/wiki/Apache_Jackrabbit Regards Scott On 21/06/2010, at 8:19 PM, Sam Hamilton wrote: > Wikipedia to the rescue - > http://en.wikipedia.org/wiki/List_of_content_management_systems#Java_2 > > Cheers > Sam > > On 21/06/2010 15:42, Scott Gray wrote: >> On 21/06/2010, at 7:33 PM, Jacques Le Roux wrote: >> >>> Hi Scott, >>> >>> Interesting, BTW why did you pick Hippo, did you compare with open competitors (using JackRabbit underneath of course) ? >> >> Jacques, that is a very good question :-) >> I never actually considered that there were others, it was the first I stumbled across. Oops, I should probably go and check. >> >>> Thanks >>> >>> Jacques >>> >>> Scott Gray wrote: >>>> You're making a pretty big assumption that CMS apps are interchangeable so long as the repo is jackrabbit. Jackrabbit (or more >>>> specifically the JCR) provides nothing more than a standard interface for querying and interacting with content nodes, it does >>>> nothing to define or enforce a specific node/hierarchy structure. From what I've seen so far, the CMS defines the structure >>>> which would preclude OFBiz from being able to do so if we want to be able to use anything other than our own hand rolled CMS. It's a bit like suggesting that because we have SQL and JDBC you can therefore sit any application on top of any database, which >>>> is really only true for the most generic of applications (i.e. a database browser). You could probably interchangeably use any >>>> number of generic repository browsers to access jackrabbit but as soon as you push to a much higher level than that you are going >>>> to run into problems. I guess it could be possible to have some sort of translation layer in which you map your CMS's content structure into something >>>> that OFBiz can understand. For example telling OFBiz that all product names can be accessed via >>>> "/content/products/${productId}/productName" but that assumes product name is a node rather than a node attribute like >>>> "/content/products/${product}['productName']" and I'm not sure what implications that might carry along with it because OFBiz >>>> might need to deal with an attribute differently than it might a node. In short, I really have very little idea of what I'm talking about. But if we all wait for someone else to figure this stuff out >>>> then I fear we may end up waiting quite a while. I guess ideally we would have a branch that contains a jackrabbit client component, a Hippo CMS component and another CMS app >>>> component. We could then use them to experiment with approaches for OFBiz to interact with each CMS's repository structure in a >>>> generic manner. Regards >>>> Scott >>>> On 21/06/2010, at 3:21 AM, Adrian Crum wrote: >>>>> Actually, no - we don't need to build a CMS application. We can use an existing one. A bare-bones content repository is what we >>>>> want. The concept proposed so far (as far as I can tell) is to find a way to integrate Jackrabbit into OFBiz, then a user can select >>>>> any CMS they want to run on top of it. -Adrian >>>>> --- On Sat, 6/19/10, Scott Gray <[hidden email]> wrote: >>>>>> From: Scott Gray <[hidden email]> >>>>>> Subject: Re: Hippo CMS >>>>>> To: [hidden email] >>>>>> Date: Saturday, June 19, 2010, 4:27 PM >>>>>> The thing to remember is that >>>>>> Jackrabbit is nothing more than a content repository, like a >>>>>> database for your content. If we go the route of using >>>>>> a raw repository then we have to build a CMS application to >>>>>> sit on top of it. >>>>>> What I am proposing is to use the work of others rather >>>>>> than build something new from the ground up. I don't >>>>>> know about you but designing content management systems >>>>>> isn't exactly my area of expertise. Last time I >>>>>> checked you can't even buy a book about using the JCR. >>>>>> Regards >>>>>> Scott >>>>>> On 20/06/2010, at 1:42 AM, Adrian Crum wrote: >>>>>>> I would be interested in helping out with integrating >>>>>> Jackrabbit with OFBiz. >>>>>>> -Adrian >>>>>>> --- On Fri, 6/18/10, Scott Gray <[hidden email]> >>>>>> wrote: >>>>>>>> From: Scott Gray <[hidden email]> >>>>>>>> Subject: Hippo CMS >>>>>>>> To: [hidden email] >>>>>>>> Date: Friday, June 18, 2010, 6:57 PM >>>>>>>> Anybody using or considered using >>>>>>>> Hippo CMS (onehippo.org) in conjunction with >>>>>> OFBiz? >>>>>>>> - Apache Licensed >>>>>>>> - Uses Jackrabbit as its repository >>>>>>>> - Supports Versioning, Internationalization, >>>>>> Publishing >>>>>>>> Workflows and more >>>>>>>> We could start out by using Hippo's UI to manage >>>>>> content >>>>>>>> and retrieve it for display within OFBiz using the >>>>>> JCR >>>>>>>> API. As the various document types needed by >>>>>> the OFBiz >>>>>>>> base applications begin to take shape we could >>>>>> look at ways >>>>>>>> to allow the content to be modified directly from >>>>>> within >>>>>>>> OFBiz (once again using the JCR API). >>>>>>>> Any thoughts, alternatives, ideas or whatever >>>>>> would be >>>>>>>> appreciated. I'm considering working on a >>>>>> POC in my >>>>>>>> spare time, not sure how long that might take at >>>>>> this >>>>>>>> stage. I already have a copy of Hippo >>>>>> running inside >>>>>>>> OFBiz but that was just a matter of expanding >>>>>> their WAR >>>>>>>> distribution and wrapping it in a component, next >>>>>> step would >>>>>>>> be gaining access to the repo from OFBiz code. >>>>>>>> Thanks >>>>>>>> Scott >>>>>>>> HotWax Media >>>>>>>> http://www.hotwaxmedia.com >>> >> > |
|
Administrator
|
BTW I like very much Jahia, but I only used it cursorily once, you may find interesting reference in this ML (BTW here it is
http://markmail.org/message/w2b2fryxrfgstu77, this thread has surely interesting things to say also...) Jacques Scott Gray wrote: > Kind of, what I'm after specifically is either CMS' built on top of Jackrabbit or ones that provide a JCR version 2 interface > (depending on what route we end up taking, OFBiz with embedded Jackrabbit or OFBiz using the JCR API to access any compliant > repository). > > http://en.wikipedia.org/wiki/Content_repository_API_for_Java (this page has a link to http://www.jcrdev.com/jcrdev.html which I > didn't know existed but looks useful) > http://en.wikipedia.org/wiki/Apache_Jackrabbit > > Regards > Scott > > On 21/06/2010, at 8:19 PM, Sam Hamilton wrote: > >> Wikipedia to the rescue - >> http://en.wikipedia.org/wiki/List_of_content_management_systems#Java_2 >> >> Cheers >> Sam >> >> On 21/06/2010 15:42, Scott Gray wrote: >>> On 21/06/2010, at 7:33 PM, Jacques Le Roux wrote: >>> >>>> Hi Scott, >>>> >>>> Interesting, BTW why did you pick Hippo, did you compare with open competitors (using JackRabbit underneath of course) ? >>> >>> Jacques, that is a very good question :-) >>> I never actually considered that there were others, it was the first I stumbled across. Oops, I should probably go and check. >>> >>>> Thanks >>>> >>>> Jacques >>>> >>>> Scott Gray wrote: >>>>> You're making a pretty big assumption that CMS apps are interchangeable so long as the repo is jackrabbit. Jackrabbit (or >>>>> more >>>>> specifically the JCR) provides nothing more than a standard interface for querying and interacting with content nodes, it does >>>>> nothing to define or enforce a specific node/hierarchy structure. From what I've seen so far, the CMS defines the structure >>>>> which would preclude OFBiz from being able to do so if we want to be able to use anything other than our own hand rolled CMS. >>>>> It's a bit like suggesting that because we have SQL and JDBC you can therefore sit any application on top of any database, >>>>> which is really only true for the most generic of applications (i.e. a database browser). You could probably interchangeably >>>>> use any >>>>> number of generic repository browsers to access jackrabbit but as soon as you push to a much higher level than that you are >>>>> going >>>>> to run into problems. I guess it could be possible to have some sort of translation layer in which you map your CMS's >>>>> content structure into something >>>>> that OFBiz can understand. For example telling OFBiz that all product names can be accessed via >>>>> "/content/products/${productId}/productName" but that assumes product name is a node rather than a node attribute like >>>>> "/content/products/${product}['productName']" and I'm not sure what implications that might carry along with it because OFBiz >>>>> might need to deal with an attribute differently than it might a node. In short, I really have very little idea of what >>>>> I'm talking about. But if we all wait for someone else to figure this stuff out >>>>> then I fear we may end up waiting quite a while. I guess ideally we would have a branch that contains a jackrabbit client >>>>> component, a Hippo CMS component and another CMS app >>>>> component. We could then use them to experiment with approaches for OFBiz to interact with each CMS's repository structure >>>>> in a >>>>> generic manner. Regards >>>>> Scott >>>>> On 21/06/2010, at 3:21 AM, Adrian Crum wrote: >>>>>> Actually, no - we don't need to build a CMS application. We can use an existing one. A bare-bones content repository is what >>>>>> we want. The concept proposed so far (as far as I can tell) is to find a way to integrate Jackrabbit into OFBiz, then a user >>>>>> can select any CMS they want to run on top of it. -Adrian >>>>>> --- On Sat, 6/19/10, Scott Gray <[hidden email]> wrote: >>>>>>> From: Scott Gray <[hidden email]> >>>>>>> Subject: Re: Hippo CMS >>>>>>> To: [hidden email] >>>>>>> Date: Saturday, June 19, 2010, 4:27 PM >>>>>>> The thing to remember is that >>>>>>> Jackrabbit is nothing more than a content repository, like a >>>>>>> database for your content. If we go the route of using >>>>>>> a raw repository then we have to build a CMS application to >>>>>>> sit on top of it. >>>>>>> What I am proposing is to use the work of others rather >>>>>>> than build something new from the ground up. I don't >>>>>>> know about you but designing content management systems >>>>>>> isn't exactly my area of expertise. Last time I >>>>>>> checked you can't even buy a book about using the JCR. >>>>>>> Regards >>>>>>> Scott >>>>>>> On 20/06/2010, at 1:42 AM, Adrian Crum wrote: >>>>>>>> I would be interested in helping out with integrating >>>>>>> Jackrabbit with OFBiz. >>>>>>>> -Adrian >>>>>>>> --- On Fri, 6/18/10, Scott Gray <[hidden email]> >>>>>>> wrote: >>>>>>>>> From: Scott Gray <[hidden email]> >>>>>>>>> Subject: Hippo CMS >>>>>>>>> To: [hidden email] >>>>>>>>> Date: Friday, June 18, 2010, 6:57 PM >>>>>>>>> Anybody using or considered using >>>>>>>>> Hippo CMS (onehippo.org) in conjunction with >>>>>>> OFBiz? >>>>>>>>> - Apache Licensed >>>>>>>>> - Uses Jackrabbit as its repository >>>>>>>>> - Supports Versioning, Internationalization, >>>>>>> Publishing >>>>>>>>> Workflows and more >>>>>>>>> We could start out by using Hippo's UI to manage >>>>>>> content >>>>>>>>> and retrieve it for display within OFBiz using the >>>>>>> JCR >>>>>>>>> API. As the various document types needed by >>>>>>> the OFBiz >>>>>>>>> base applications begin to take shape we could >>>>>>> look at ways >>>>>>>>> to allow the content to be modified directly from >>>>>>> within >>>>>>>>> OFBiz (once again using the JCR API). >>>>>>>>> Any thoughts, alternatives, ideas or whatever >>>>>>> would be >>>>>>>>> appreciated. I'm considering working on a >>>>>>> POC in my >>>>>>>>> spare time, not sure how long that might take at >>>>>>> this >>>>>>>>> stage. I already have a copy of Hippo >>>>>>> running inside >>>>>>>>> OFBiz but that was just a matter of expanding >>>>>>> their WAR >>>>>>>>> distribution and wrapping it in a component, next >>>>>>> step would >>>>>>>>> be gaining access to the repo from OFBiz code. >>>>>>>>> Thanks >>>>>>>>> Scott >>>>>>>>> HotWax Media >>>>>>>>> http://www.hotwaxmedia.com |
|
Administrator
|
In reply to this post by Scott Gray-2
Forget it: GPL (not surprised it's French :/)
Jacques Jacques Le Roux wrote: > BTW I like very much Jahia, but I only used it cursorily once, you may find interesting reference in this ML (BTW here it is > http://markmail.org/message/w2b2fryxrfgstu77, this thread has surely interesting things to say also...) > > Jacques > > Scott Gray wrote: >> Kind of, what I'm after specifically is either CMS' built on top of Jackrabbit or ones that provide a JCR version 2 interface >> (depending on what route we end up taking, OFBiz with embedded Jackrabbit or OFBiz using the JCR API to access any compliant >> repository). >> >> http://en.wikipedia.org/wiki/Content_repository_API_for_Java (this page has a link to http://www.jcrdev.com/jcrdev.html which I >> didn't know existed but looks useful) >> http://en.wikipedia.org/wiki/Apache_Jackrabbit >> >> Regards >> Scott >> >> On 21/06/2010, at 8:19 PM, Sam Hamilton wrote: >> >>> Wikipedia to the rescue - >>> http://en.wikipedia.org/wiki/List_of_content_management_systems#Java_2 >>> >>> Cheers >>> Sam >>> >>> On 21/06/2010 15:42, Scott Gray wrote: >>>> On 21/06/2010, at 7:33 PM, Jacques Le Roux wrote: >>>> >>>>> Hi Scott, >>>>> >>>>> Interesting, BTW why did you pick Hippo, did you compare with open competitors (using JackRabbit underneath of course) ? >>>> >>>> Jacques, that is a very good question :-) >>>> I never actually considered that there were others, it was the first I stumbled across. Oops, I should probably go and check. >>>> >>>>> Thanks >>>>> >>>>> Jacques >>>>> >>>>> Scott Gray wrote: >>>>>> You're making a pretty big assumption that CMS apps are interchangeable so long as the repo is jackrabbit. Jackrabbit (or >>>>>> more >>>>>> specifically the JCR) provides nothing more than a standard interface for querying and interacting with content nodes, it >>>>>> does nothing to define or enforce a specific node/hierarchy structure. From what I've seen so far, the CMS defines the >>>>>> structure which would preclude OFBiz from being able to do so if we want to be able to use anything other than our own hand >>>>>> rolled CMS. It's a bit like suggesting that because we have SQL and JDBC you can therefore sit any application on top of any >>>>>> database, which is really only true for the most generic of applications (i.e. a database browser). You could probably >>>>>> interchangeably use any >>>>>> number of generic repository browsers to access jackrabbit but as soon as you push to a much higher level than that you are >>>>>> going >>>>>> to run into problems. I guess it could be possible to have some sort of translation layer in which you map your CMS's >>>>>> content structure into something >>>>>> that OFBiz can understand. For example telling OFBiz that all product names can be accessed via >>>>>> "/content/products/${productId}/productName" but that assumes product name is a node rather than a node attribute like >>>>>> "/content/products/${product}['productName']" and I'm not sure what implications that might carry along with it because OFBiz >>>>>> might need to deal with an attribute differently than it might a node. In short, I really have very little idea of what >>>>>> I'm talking about. But if we all wait for someone else to figure this stuff out >>>>>> then I fear we may end up waiting quite a while. I guess ideally we would have a branch that contains a jackrabbit client >>>>>> component, a Hippo CMS component and another CMS app >>>>>> component. We could then use them to experiment with approaches for OFBiz to interact with each CMS's repository structure >>>>>> in a >>>>>> generic manner. Regards >>>>>> Scott >>>>>> On 21/06/2010, at 3:21 AM, Adrian Crum wrote: >>>>>>> Actually, no - we don't need to build a CMS application. We can use an existing one. A bare-bones content repository is what >>>>>>> we want. The concept proposed so far (as far as I can tell) is to find a way to integrate Jackrabbit into OFBiz, then a user >>>>>>> can select any CMS they want to run on top of it. -Adrian >>>>>>> --- On Sat, 6/19/10, Scott Gray <[hidden email]> wrote: >>>>>>>> From: Scott Gray <[hidden email]> >>>>>>>> Subject: Re: Hippo CMS >>>>>>>> To: [hidden email] >>>>>>>> Date: Saturday, June 19, 2010, 4:27 PM >>>>>>>> The thing to remember is that >>>>>>>> Jackrabbit is nothing more than a content repository, like a >>>>>>>> database for your content. If we go the route of using >>>>>>>> a raw repository then we have to build a CMS application to >>>>>>>> sit on top of it. >>>>>>>> What I am proposing is to use the work of others rather >>>>>>>> than build something new from the ground up. I don't >>>>>>>> know about you but designing content management systems >>>>>>>> isn't exactly my area of expertise. Last time I >>>>>>>> checked you can't even buy a book about using the JCR. >>>>>>>> Regards >>>>>>>> Scott >>>>>>>> On 20/06/2010, at 1:42 AM, Adrian Crum wrote: >>>>>>>>> I would be interested in helping out with integrating >>>>>>>> Jackrabbit with OFBiz. >>>>>>>>> -Adrian >>>>>>>>> --- On Fri, 6/18/10, Scott Gray <[hidden email]> >>>>>>>> wrote: >>>>>>>>>> From: Scott Gray <[hidden email]> >>>>>>>>>> Subject: Hippo CMS >>>>>>>>>> To: [hidden email] >>>>>>>>>> Date: Friday, June 18, 2010, 6:57 PM >>>>>>>>>> Anybody using or considered using >>>>>>>>>> Hippo CMS (onehippo.org) in conjunction with >>>>>>>> OFBiz? >>>>>>>>>> - Apache Licensed >>>>>>>>>> - Uses Jackrabbit as its repository >>>>>>>>>> - Supports Versioning, Internationalization, >>>>>>>> Publishing >>>>>>>>>> Workflows and more >>>>>>>>>> We could start out by using Hippo's UI to manage >>>>>>>> content >>>>>>>>>> and retrieve it for display within OFBiz using the >>>>>>>> JCR >>>>>>>>>> API. As the various document types needed by >>>>>>>> the OFBiz >>>>>>>>>> base applications begin to take shape we could >>>>>>>> look at ways >>>>>>>>>> to allow the content to be modified directly from >>>>>>>> within >>>>>>>>>> OFBiz (once again using the JCR API). >>>>>>>>>> Any thoughts, alternatives, ideas or whatever >>>>>>>> would be >>>>>>>>>> appreciated. I'm considering working on a >>>>>>>> POC in my >>>>>>>>>> spare time, not sure how long that might take at >>>>>>>> this >>>>>>>>>> stage. I already have a copy of Hippo >>>>>>>> running inside >>>>>>>>>> OFBiz but that was just a matter of expanding >>>>>>>> their WAR >>>>>>>>>> distribution and wrapping it in a component, next >>>>>>>> step would >>>>>>>>>> be gaining access to the repo from OFBiz code. >>>>>>>>>> Thanks >>>>>>>>>> Scott >>>>>>>>>> HotWax Media >>>>>>>>>> http://www.hotwaxmedia.com |
|
Administrator
|
In reply to this post by Scott Gray-2
Also I remember Paul Piper saying me he got problems working with OFBiz AND Magnolia
Jacques Jacques Le Roux wrote: > Forget it: GPL (not surprised it's French :/) > > Jacques > > Jacques Le Roux wrote: >> BTW I like very much Jahia, but I only used it cursorily once, you may find interesting reference in this ML (BTW here it is >> http://markmail.org/message/w2b2fryxrfgstu77, this thread has surely interesting things to say also...) >> >> Jacques >> >> Scott Gray wrote: >>> Kind of, what I'm after specifically is either CMS' built on top of Jackrabbit or ones that provide a JCR version 2 interface >>> (depending on what route we end up taking, OFBiz with embedded Jackrabbit or OFBiz using the JCR API to access any compliant >>> repository). >>> >>> http://en.wikipedia.org/wiki/Content_repository_API_for_Java (this page has a link to http://www.jcrdev.com/jcrdev.html which I >>> didn't know existed but looks useful) >>> http://en.wikipedia.org/wiki/Apache_Jackrabbit >>> >>> Regards >>> Scott >>> >>> On 21/06/2010, at 8:19 PM, Sam Hamilton wrote: >>> >>>> Wikipedia to the rescue - >>>> http://en.wikipedia.org/wiki/List_of_content_management_systems#Java_2 >>>> >>>> Cheers >>>> Sam >>>> >>>> On 21/06/2010 15:42, Scott Gray wrote: >>>>> On 21/06/2010, at 7:33 PM, Jacques Le Roux wrote: >>>>> >>>>>> Hi Scott, >>>>>> >>>>>> Interesting, BTW why did you pick Hippo, did you compare with open competitors (using JackRabbit underneath of course) ? >>>>> >>>>> Jacques, that is a very good question :-) >>>>> I never actually considered that there were others, it was the first I stumbled across. Oops, I should probably go and check. >>>>> >>>>>> Thanks >>>>>> >>>>>> Jacques >>>>>> >>>>>> Scott Gray wrote: >>>>>>> You're making a pretty big assumption that CMS apps are interchangeable so long as the repo is jackrabbit. Jackrabbit (or >>>>>>> more >>>>>>> specifically the JCR) provides nothing more than a standard interface for querying and interacting with content nodes, it >>>>>>> does nothing to define or enforce a specific node/hierarchy structure. From what I've seen so far, the CMS defines the >>>>>>> structure which would preclude OFBiz from being able to do so if we want to be able to use anything other than our own hand >>>>>>> rolled CMS. It's a bit like suggesting that because we have SQL and JDBC you can therefore sit any application on top of any >>>>>>> database, which is really only true for the most generic of applications (i.e. a database browser). You could probably >>>>>>> interchangeably use any >>>>>>> number of generic repository browsers to access jackrabbit but as soon as you push to a much higher level than that you are >>>>>>> going >>>>>>> to run into problems. I guess it could be possible to have some sort of translation layer in which you map your CMS's >>>>>>> content structure into something >>>>>>> that OFBiz can understand. For example telling OFBiz that all product names can be accessed via >>>>>>> "/content/products/${productId}/productName" but that assumes product name is a node rather than a node attribute like >>>>>>> "/content/products/${product}['productName']" and I'm not sure what implications that might carry along with it because >>>>>>> OFBiz might need to deal with an attribute differently than it might a node. In short, I really have very little idea of >>>>>>> what I'm talking about. But if we all wait for someone else to figure this stuff out >>>>>>> then I fear we may end up waiting quite a while. I guess ideally we would have a branch that contains a jackrabbit client >>>>>>> component, a Hippo CMS component and another CMS app >>>>>>> component. We could then use them to experiment with approaches for OFBiz to interact with each CMS's repository structure >>>>>>> in a >>>>>>> generic manner. Regards >>>>>>> Scott >>>>>>> On 21/06/2010, at 3:21 AM, Adrian Crum wrote: >>>>>>>> Actually, no - we don't need to build a CMS application. We can use an existing one. A bare-bones content repository is >>>>>>>> what we want. The concept proposed so far (as far as I can tell) is to find a way to integrate Jackrabbit into OFBiz, then >>>>>>>> a user can select any CMS they want to run on top of it. -Adrian >>>>>>>> --- On Sat, 6/19/10, Scott Gray <[hidden email]> wrote: >>>>>>>>> From: Scott Gray <[hidden email]> >>>>>>>>> Subject: Re: Hippo CMS >>>>>>>>> To: [hidden email] >>>>>>>>> Date: Saturday, June 19, 2010, 4:27 PM >>>>>>>>> The thing to remember is that >>>>>>>>> Jackrabbit is nothing more than a content repository, like a >>>>>>>>> database for your content. If we go the route of using >>>>>>>>> a raw repository then we have to build a CMS application to >>>>>>>>> sit on top of it. >>>>>>>>> What I am proposing is to use the work of others rather >>>>>>>>> than build something new from the ground up. I don't >>>>>>>>> know about you but designing content management systems >>>>>>>>> isn't exactly my area of expertise. Last time I >>>>>>>>> checked you can't even buy a book about using the JCR. >>>>>>>>> Regards >>>>>>>>> Scott >>>>>>>>> On 20/06/2010, at 1:42 AM, Adrian Crum wrote: >>>>>>>>>> I would be interested in helping out with integrating >>>>>>>>> Jackrabbit with OFBiz. >>>>>>>>>> -Adrian >>>>>>>>>> --- On Fri, 6/18/10, Scott Gray <[hidden email]> >>>>>>>>> wrote: >>>>>>>>>>> From: Scott Gray <[hidden email]> >>>>>>>>>>> Subject: Hippo CMS >>>>>>>>>>> To: [hidden email] >>>>>>>>>>> Date: Friday, June 18, 2010, 6:57 PM >>>>>>>>>>> Anybody using or considered using >>>>>>>>>>> Hippo CMS (onehippo.org) in conjunction with >>>>>>>>> OFBiz? >>>>>>>>>>> - Apache Licensed >>>>>>>>>>> - Uses Jackrabbit as its repository >>>>>>>>>>> - Supports Versioning, Internationalization, >>>>>>>>> Publishing >>>>>>>>>>> Workflows and more >>>>>>>>>>> We could start out by using Hippo's UI to manage >>>>>>>>> content >>>>>>>>>>> and retrieve it for display within OFBiz using the >>>>>>>>> JCR >>>>>>>>>>> API. As the various document types needed by >>>>>>>>> the OFBiz >>>>>>>>>>> base applications begin to take shape we could >>>>>>>>> look at ways >>>>>>>>>>> to allow the content to be modified directly from >>>>>>>>> within >>>>>>>>>>> OFBiz (once again using the JCR API). >>>>>>>>>>> Any thoughts, alternatives, ideas or whatever >>>>>>>>> would be >>>>>>>>>>> appreciated. I'm considering working on a >>>>>>>>> POC in my >>>>>>>>>>> spare time, not sure how long that might take at >>>>>>>>> this >>>>>>>>>>> stage. I already have a copy of Hippo >>>>>>>>> running inside >>>>>>>>>>> OFBiz but that was just a matter of expanding >>>>>>>>> their WAR >>>>>>>>>>> distribution and wrapping it in a component, next >>>>>>>>> step would >>>>>>>>>>> be gaining access to the repo from OFBiz code. >>>>>>>>>>> Thanks >>>>>>>>>>> Scott >>>>>>>>>>> HotWax Media >>>>>>>>>>> http://www.hotwaxmedia.com |
|
Administrator
|
In reply to this post by Scott Gray-2
So Indeed from http://en.wikipedia.org/wiki/Apache_Jackrabbit Hippo looks like the better solution at 1st glance
Jacques PS sorry for multi-posts Jacques Le Roux wrote: > Also I remember Paul Piper saying me he got problems working with OFBiz AND Magnolia > > Jacques > > Jacques Le Roux wrote: >> Forget it: GPL (not surprised it's French :/) >> >> Jacques >> >> Jacques Le Roux wrote: >>> BTW I like very much Jahia, but I only used it cursorily once, you may find interesting reference in this ML (BTW here it is >>> http://markmail.org/message/w2b2fryxrfgstu77, this thread has surely interesting things to say also...) >>> >>> Jacques >>> >>> Scott Gray wrote: >>>> Kind of, what I'm after specifically is either CMS' built on top of Jackrabbit or ones that provide a JCR version 2 interface >>>> (depending on what route we end up taking, OFBiz with embedded Jackrabbit or OFBiz using the JCR API to access any compliant >>>> repository). >>>> >>>> http://en.wikipedia.org/wiki/Content_repository_API_for_Java (this page has a link to http://www.jcrdev.com/jcrdev.html which >>>> I didn't know existed but looks useful) >>>> http://en.wikipedia.org/wiki/Apache_Jackrabbit >>>> >>>> Regards >>>> Scott >>>> >>>> On 21/06/2010, at 8:19 PM, Sam Hamilton wrote: >>>> >>>>> Wikipedia to the rescue - >>>>> http://en.wikipedia.org/wiki/List_of_content_management_systems#Java_2 >>>>> >>>>> Cheers >>>>> Sam >>>>> >>>>> On 21/06/2010 15:42, Scott Gray wrote: >>>>>> On 21/06/2010, at 7:33 PM, Jacques Le Roux wrote: >>>>>> >>>>>>> Hi Scott, >>>>>>> >>>>>>> Interesting, BTW why did you pick Hippo, did you compare with open competitors (using JackRabbit underneath of course) ? >>>>>> >>>>>> Jacques, that is a very good question :-) >>>>>> I never actually considered that there were others, it was the first I stumbled across. Oops, I should probably go and >>>>>> check. >>>>>>> Thanks >>>>>>> >>>>>>> Jacques >>>>>>> >>>>>>> Scott Gray wrote: >>>>>>>> You're making a pretty big assumption that CMS apps are interchangeable so long as the repo is jackrabbit. Jackrabbit (or >>>>>>>> more >>>>>>>> specifically the JCR) provides nothing more than a standard interface for querying and interacting with content nodes, it >>>>>>>> does nothing to define or enforce a specific node/hierarchy structure. From what I've seen so far, the CMS defines the >>>>>>>> structure which would preclude OFBiz from being able to do so if we want to be able to use anything other than our own hand >>>>>>>> rolled CMS. It's a bit like suggesting that because we have SQL and JDBC you can therefore sit any application on top of >>>>>>>> any database, which is really only true for the most generic of applications (i.e. a database browser). You could probably >>>>>>>> interchangeably use any >>>>>>>> number of generic repository browsers to access jackrabbit but as soon as you push to a much higher level than that you are >>>>>>>> going >>>>>>>> to run into problems. I guess it could be possible to have some sort of translation layer in which you map your CMS's >>>>>>>> content structure into something >>>>>>>> that OFBiz can understand. For example telling OFBiz that all product names can be accessed via >>>>>>>> "/content/products/${productId}/productName" but that assumes product name is a node rather than a node attribute like >>>>>>>> "/content/products/${product}['productName']" and I'm not sure what implications that might carry along with it because >>>>>>>> OFBiz might need to deal with an attribute differently than it might a node. In short, I really have very little idea of >>>>>>>> what I'm talking about. But if we all wait for someone else to figure this stuff out >>>>>>>> then I fear we may end up waiting quite a while. I guess ideally we would have a branch that contains a jackrabbit client >>>>>>>> component, a Hippo CMS component and another CMS app >>>>>>>> component. We could then use them to experiment with approaches for OFBiz to interact with each CMS's repository structure >>>>>>>> in a >>>>>>>> generic manner. Regards >>>>>>>> Scott >>>>>>>> On 21/06/2010, at 3:21 AM, Adrian Crum wrote: >>>>>>>>> Actually, no - we don't need to build a CMS application. We can use an existing one. A bare-bones content repository is >>>>>>>>> what we want. The concept proposed so far (as far as I can tell) is to find a way to integrate Jackrabbit into OFBiz, then >>>>>>>>> a user can select any CMS they want to run on top of it. -Adrian >>>>>>>>> --- On Sat, 6/19/10, Scott Gray <[hidden email]> wrote: >>>>>>>>>> From: Scott Gray <[hidden email]> >>>>>>>>>> Subject: Re: Hippo CMS >>>>>>>>>> To: [hidden email] >>>>>>>>>> Date: Saturday, June 19, 2010, 4:27 PM >>>>>>>>>> The thing to remember is that >>>>>>>>>> Jackrabbit is nothing more than a content repository, like a >>>>>>>>>> database for your content. If we go the route of using >>>>>>>>>> a raw repository then we have to build a CMS application to >>>>>>>>>> sit on top of it. >>>>>>>>>> What I am proposing is to use the work of others rather >>>>>>>>>> than build something new from the ground up. I don't >>>>>>>>>> know about you but designing content management systems >>>>>>>>>> isn't exactly my area of expertise. Last time I >>>>>>>>>> checked you can't even buy a book about using the JCR. >>>>>>>>>> Regards >>>>>>>>>> Scott >>>>>>>>>> On 20/06/2010, at 1:42 AM, Adrian Crum wrote: >>>>>>>>>>> I would be interested in helping out with integrating >>>>>>>>>> Jackrabbit with OFBiz. >>>>>>>>>>> -Adrian >>>>>>>>>>> --- On Fri, 6/18/10, Scott Gray <[hidden email]> >>>>>>>>>> wrote: >>>>>>>>>>>> From: Scott Gray <[hidden email]> >>>>>>>>>>>> Subject: Hippo CMS >>>>>>>>>>>> To: [hidden email] >>>>>>>>>>>> Date: Friday, June 18, 2010, 6:57 PM >>>>>>>>>>>> Anybody using or considered using >>>>>>>>>>>> Hippo CMS (onehippo.org) in conjunction with >>>>>>>>>> OFBiz? >>>>>>>>>>>> - Apache Licensed >>>>>>>>>>>> - Uses Jackrabbit as its repository >>>>>>>>>>>> - Supports Versioning, Internationalization, >>>>>>>>>> Publishing >>>>>>>>>>>> Workflows and more >>>>>>>>>>>> We could start out by using Hippo's UI to manage >>>>>>>>>> content >>>>>>>>>>>> and retrieve it for display within OFBiz using the >>>>>>>>>> JCR >>>>>>>>>>>> API. As the various document types needed by >>>>>>>>>> the OFBiz >>>>>>>>>>>> base applications begin to take shape we could >>>>>>>>>> look at ways >>>>>>>>>>>> to allow the content to be modified directly from >>>>>>>>>> within >>>>>>>>>>>> OFBiz (once again using the JCR API). >>>>>>>>>>>> Any thoughts, alternatives, ideas or whatever >>>>>>>>>> would be >>>>>>>>>>>> appreciated. I'm considering working on a >>>>>>>>>> POC in my >>>>>>>>>>>> spare time, not sure how long that might take at >>>>>>>>>> this >>>>>>>>>>>> stage. I already have a copy of Hippo >>>>>>>>>> running inside >>>>>>>>>>>> OFBiz but that was just a matter of expanding >>>>>>>>>> their WAR >>>>>>>>>>>> distribution and wrapping it in a component, next >>>>>>>>>> step would >>>>>>>>>>>> be gaining access to the repo from OFBiz code. >>>>>>>>>>>> Thanks >>>>>>>>>>>> Scott >>>>>>>>>>>> HotWax Media >>>>>>>>>>>> http://www.hotwaxmedia.com |
|
Well it all really comes down to the question of who gets to define the structure of the content, is it OFBiz or is it the CMS?
If it is OFBiz, then will other CMS' be able to consume that structure or will we be left trying to write our own? If it is the CMS, then in order to support more than one CMS, OFBiz would need some sort of mapping mechanism to provide OFBiz developers with a consistent structure to work with. But as I said earlier, I really don't have enough knowledge at the moment about any of this and will need to do more research before I can say anything that isn't based on guesses and hunches. It would be nice if others interested in this did some as well. Regards Scott On 21/06/2010, at 9:40 PM, Jacques Le Roux wrote: > So Indeed from http://en.wikipedia.org/wiki/Apache_Jackrabbit Hippo looks like the better solution at 1st glance > > Jacques > PS sorry for multi-posts > > Jacques Le Roux wrote: >> Also I remember Paul Piper saying me he got problems working with OFBiz AND Magnolia >> >> Jacques >> >> Jacques Le Roux wrote: >>> Forget it: GPL (not surprised it's French :/) >>> >>> Jacques >>> >>> Jacques Le Roux wrote: >>>> BTW I like very much Jahia, but I only used it cursorily once, you may find interesting reference in this ML (BTW here it is >>>> http://markmail.org/message/w2b2fryxrfgstu77, this thread has surely interesting things to say also...) >>>> >>>> Jacques >>>> >>>> Scott Gray wrote: >>>>> Kind of, what I'm after specifically is either CMS' built on top of Jackrabbit or ones that provide a JCR version 2 interface >>>>> (depending on what route we end up taking, OFBiz with embedded Jackrabbit or OFBiz using the JCR API to access any compliant >>>>> repository). >>>>> >>>>> http://en.wikipedia.org/wiki/Content_repository_API_for_Java (this page has a link to http://www.jcrdev.com/jcrdev.html which >>>>> I didn't know existed but looks useful) >>>>> http://en.wikipedia.org/wiki/Apache_Jackrabbit >>>>> >>>>> Regards >>>>> Scott >>>>> >>>>> On 21/06/2010, at 8:19 PM, Sam Hamilton wrote: >>>>> >>>>>> Wikipedia to the rescue - >>>>>> http://en.wikipedia.org/wiki/List_of_content_management_systems#Java_2 >>>>>> >>>>>> Cheers >>>>>> Sam >>>>>> >>>>>> On 21/06/2010 15:42, Scott Gray wrote: >>>>>>> On 21/06/2010, at 7:33 PM, Jacques Le Roux wrote: >>>>>>> >>>>>>>> Hi Scott, >>>>>>>> >>>>>>>> Interesting, BTW why did you pick Hippo, did you compare with open competitors (using JackRabbit underneath of course) ? >>>>>>> >>>>>>> Jacques, that is a very good question :-) >>>>>>> I never actually considered that there were others, it was the first I stumbled across. Oops, I should probably go and >>>>>>> check. >>>>>>>> Thanks >>>>>>>> >>>>>>>> Jacques >>>>>>>> >>>>>>>> Scott Gray wrote: >>>>>>>>> You're making a pretty big assumption that CMS apps are interchangeable so long as the repo is jackrabbit. Jackrabbit (or >>>>>>>>> more >>>>>>>>> specifically the JCR) provides nothing more than a standard interface for querying and interacting with content nodes, it >>>>>>>>> does nothing to define or enforce a specific node/hierarchy structure. From what I've seen so far, the CMS defines the >>>>>>>>> structure which would preclude OFBiz from being able to do so if we want to be able to use anything other than our own hand >>>>>>>>> rolled CMS. It's a bit like suggesting that because we have SQL and JDBC you can therefore sit any application on top of >>>>>>>>> any database, which is really only true for the most generic of applications (i.e. a database browser). You could probably >>>>>>>>> interchangeably use any >>>>>>>>> number of generic repository browsers to access jackrabbit but as soon as you push to a much higher level than that you are >>>>>>>>> going >>>>>>>>> to run into problems. I guess it could be possible to have some sort of translation layer in which you map your CMS's >>>>>>>>> content structure into something >>>>>>>>> that OFBiz can understand. For example telling OFBiz that all product names can be accessed via >>>>>>>>> "/content/products/${productId}/productName" but that assumes product name is a node rather than a node attribute like >>>>>>>>> "/content/products/${product}['productName']" and I'm not sure what implications that might carry along with it because >>>>>>>>> OFBiz might need to deal with an attribute differently than it might a node. In short, I really have very little idea of >>>>>>>>> what I'm talking about. But if we all wait for someone else to figure this stuff out >>>>>>>>> then I fear we may end up waiting quite a while. I guess ideally we would have a branch that contains a jackrabbit client >>>>>>>>> component, a Hippo CMS component and another CMS app >>>>>>>>> component. We could then use them to experiment with approaches for OFBiz to interact with each CMS's repository structure >>>>>>>>> in a >>>>>>>>> generic manner. Regards >>>>>>>>> Scott >>>>>>>>> On 21/06/2010, at 3:21 AM, Adrian Crum wrote: >>>>>>>>>> Actually, no - we don't need to build a CMS application. We can use an existing one. A bare-bones content repository is >>>>>>>>>> what we want. The concept proposed so far (as far as I can tell) is to find a way to integrate Jackrabbit into OFBiz, then >>>>>>>>>> a user can select any CMS they want to run on top of it. -Adrian >>>>>>>>>> --- On Sat, 6/19/10, Scott Gray <[hidden email]> wrote: >>>>>>>>>>> From: Scott Gray <[hidden email]> >>>>>>>>>>> Subject: Re: Hippo CMS >>>>>>>>>>> To: [hidden email] >>>>>>>>>>> Date: Saturday, June 19, 2010, 4:27 PM >>>>>>>>>>> The thing to remember is that >>>>>>>>>>> Jackrabbit is nothing more than a content repository, like a >>>>>>>>>>> database for your content. If we go the route of using >>>>>>>>>>> a raw repository then we have to build a CMS application to >>>>>>>>>>> sit on top of it. >>>>>>>>>>> What I am proposing is to use the work of others rather >>>>>>>>>>> than build something new from the ground up. I don't >>>>>>>>>>> know about you but designing content management systems >>>>>>>>>>> isn't exactly my area of expertise. Last time I >>>>>>>>>>> checked you can't even buy a book about using the JCR. >>>>>>>>>>> Regards >>>>>>>>>>> Scott >>>>>>>>>>> On 20/06/2010, at 1:42 AM, Adrian Crum wrote: >>>>>>>>>>>> I would be interested in helping out with integrating >>>>>>>>>>> Jackrabbit with OFBiz. >>>>>>>>>>>> -Adrian >>>>>>>>>>>> --- On Fri, 6/18/10, Scott Gray <[hidden email]> >>>>>>>>>>> wrote: >>>>>>>>>>>>> From: Scott Gray <[hidden email]> >>>>>>>>>>>>> Subject: Hippo CMS >>>>>>>>>>>>> To: [hidden email] >>>>>>>>>>>>> Date: Friday, June 18, 2010, 6:57 PM >>>>>>>>>>>>> Anybody using or considered using >>>>>>>>>>>>> Hippo CMS (onehippo.org) in conjunction with >>>>>>>>>>> OFBiz? >>>>>>>>>>>>> - Apache Licensed >>>>>>>>>>>>> - Uses Jackrabbit as its repository >>>>>>>>>>>>> - Supports Versioning, Internationalization, >>>>>>>>>>> Publishing >>>>>>>>>>>>> Workflows and more >>>>>>>>>>>>> We could start out by using Hippo's UI to manage >>>>>>>>>>> content >>>>>>>>>>>>> and retrieve it for display within OFBiz using the >>>>>>>>>>> JCR >>>>>>>>>>>>> API. As the various document types needed by >>>>>>>>>>> the OFBiz >>>>>>>>>>>>> base applications begin to take shape we could >>>>>>>>>>> look at ways >>>>>>>>>>>>> to allow the content to be modified directly from >>>>>>>>>>> within >>>>>>>>>>>>> OFBiz (once again using the JCR API). >>>>>>>>>>>>> Any thoughts, alternatives, ideas or whatever >>>>>>>>>>> would be >>>>>>>>>>>>> appreciated. I'm considering working on a >>>>>>>>>>> POC in my >>>>>>>>>>>>> spare time, not sure how long that might take at >>>>>>>>>>> this >>>>>>>>>>>>> stage. I already have a copy of Hippo >>>>>>>>>>> running inside >>>>>>>>>>>>> OFBiz but that was just a matter of expanding >>>>>>>>>>> their WAR >>>>>>>>>>>>> distribution and wrapping it in a component, next >>>>>>>>>>> step would >>>>>>>>>>>>> be gaining access to the repo from OFBiz code. >>>>>>>>>>>>> Thanks >>>>>>>>>>>>> Scott >>>>>>>>>>>>> HotWax Media >>>>>>>>>>>>> http://www.hotwaxmedia.com > > |
|
Scott Gray wrote:
> Well it all really comes down to the question of who gets to define the structure of the content, is it OFBiz or is it the CMS? > > If it is OFBiz, then will other CMS' be able to consume that structure or will we be left trying to write our own? > > If it is the CMS, then in order to support more than one CMS, OFBiz would need some sort of mapping mechanism to provide OFBiz developers with a consistent structure to work with. > > But as I said earlier, I really don't have enough knowledge at the moment about any of this and will need to do more research before I can say anything that isn't based on guesses and hunches. It would be nice if others interested in this did some as well. > Any CMS integrated with OFBiz will need to link content items to products, parties, workflows and so on that exist outside of the CMS model. In that sense, OFBiz must define the content model because the root of the content is the OFBiz datamodel and not the other way around. The question is whether the CMS model that is used to control content related to the OFBiz data model should be the same CMS that is used to manage blogs, forums, wikis and other useful goodies. To me, the prime mover in these categories quickly becomes the code controlling the content rather than the data structures because the data structures are fairly simple. Looking at JSR-283 based solutions, one does not see anything even close in terms of popularity to systems such as Wordpress, Drupal or even Roller. With regard to the JSR-286, I think its a maze of confusion and a dead technology. This article sort of sums it up http://today.java.net/article/2009/01/16/jsr-286-edge-irrelevance. Google Gadgets has as much or more these days and yet its adoption is by no means assured. If we really want to switch to JSR-283 as our content interface then I guess the first sensible step would be a JSR-283 adapter on top of the current CMS so that new and old content apps can exist side by side. Once all the existing code is migrated to use the JSR-283 interfaces we could switch out the underlying provider. This would have the added advantage of being able to publish OFBiz legacy content into a JSR-283 environment. Of course, we would still have to work out how to provide ECAs on this new technology and take care of all the other details that the current framework gives us. -- Ean Schuessler, CTO [hidden email] 214-720-0700 x 315 Brainfood, Inc. http://www.brainfood.com |
|
Administrator
|
From: "Ean Schuessler" <[hidden email]>
> Scott Gray wrote: >> Well it all really comes down to the question of who gets to define the structure of the content, is it OFBiz or is it the CMS? >> >> If it is OFBiz, then will other CMS' be able to consume that structure or will we be left trying to write our own? >> >> If it is the CMS, then in order to support more than one CMS, OFBiz would need some sort of mapping mechanism to provide OFBiz >> developers with a consistent structure to work with. >> >> But as I said earlier, I really don't have enough knowledge at the moment about any of this and will need to do more research >> before I can say anything that isn't based on guesses and hunches. It would be nice if others interested in this did some as >> well. >> > Any CMS integrated with OFBiz will need to link content items to > products, parties, workflows and so on that exist outside of the CMS > model. In that sense, OFBiz must define the content model because the > root of the content is the OFBiz datamodel and not the other way around. > > The question is whether the CMS model that is used to control content > related to the OFBiz data model should be the same CMS that is used to > manage blogs, forums, wikis and other useful goodies. To me, the prime > mover in these categories quickly becomes the code controlling the > content rather than the data structures because the data structures are > fairly simple. Looking at JSR-283 based solutions, one does not see > anything even close in terms of popularity to systems such as Wordpress, > Drupal or even Roller. > > With regard to the JSR-286, I think its a maze of confusion and a dead > technology. This article sort of sums it up > http://today.java.net/article/2009/01/16/jsr-286-edge-irrelevance. > Google Gadgets has as much or more these days and yet its adoption is by > no means assured. > > If we really want to switch to JSR-283 as our content interface then I > guess the first sensible step would be a JSR-283 adapter on top of the > current CMS so that new and old content apps can exist side by side. > Once all the existing code is migrated to use the JSR-283 interfaces we > could switch out the underlying provider. This would have the added > advantage of being able to publish OFBiz legacy content into a JSR-283 > environment. Of course, we would still have to work out how to provide > ECAs on this new technology and take care of all the other details that > the current framework gives us. I have not much time to comment, but +1 for me, now we need to have enough time and commitment... BTW, who is the CEO at Brainfood? :o) Jacques > -- > Ean Schuessler, CTO > [hidden email] > 214-720-0700 x 315 > Brainfood, Inc. > http://www.brainfood.com > > |
|
Jacques Le Roux wrote:
> I have not much time to comment, but +1 for me, now we need to have > enough time and commitment... > BTW, who is the CEO at Brainfood? :o) We use a roulette table to make any important decisions though occasionally we dabble in coin flips, the i-Ching and futures markets (the latter being the most error prone). -- Ean Schuessler, CTO [hidden email] 214-720-0700 x 315 Brainfood, Inc. http://www.brainfood.com |
| Free forum by Nabble | Edit this page |
