Before you consider a non-rdbms solution you should really think about
who might be interested in your data.  If anyone in the organization
is going to want to report on, or do analysis of the data then it
should be in a relational db.

How many X per hour, and how does that compare with the same value at
this time last week?
What is the ratio between the cost of A and the number of B per day?
etc.

So yes, a blog is perfect for a cms.  Most of the work that is central
to a given organization is not.

Cheers,
Scott


On Thu, Nov 12, 2009 at 6:25 AM, Jeffrey Schneller
<[email protected]> wrote:
> I would be interested in learning what everyone thinks about this.  I am
> planning on using a relational db as described below for things like
> users, roles, and other relational type things.  I am planning on using
> a JCR for content based things like comments, descriptions, etc...  The
> problem is I need to find a JCR administration tool that just will
> manage the data and not force me to run the server through the CMS
> system like Brix, and a bunch of others do.
>
>
>
> -----Original Message-----
> From: danisevsky [mailto:[email protected]]
> Sent: Thursday, November 12, 2009 3:31 AM
> To: [email protected]
> Subject: Re: OT: Relational database + Hibenate vs Content Repository
> (Jackrabbit)
>
> I think the best solution is combine JCR and relation database. Some
> data
> store to JCR (on filesystem) a some to database. But question is for
> which
> kind of data si better JCR. My opinion is that data like photos, blogs,
> comments is better store in JCR and data like users, roles, classifiers
> is
> better store in databaze.
> What do you think, is it right?
>
> 2009/11/12 Jeremy Thomerson <[email protected]>
>
>> Anybody have thoughts on this?  I am curious also.
>>
>> --
>> Jeremy Thomerson
>> http://www.wickettraining.com
>>
>>
>>
>> On Wed, Nov 4, 2009 at 10:27 AM, danisevsky <[email protected]>
> wrote:
>>
>> > Hallo, I am thinking about learning and using Jackrabbit instead of
>> > relational database (+ Hibernate) in my new wicket application
> (which
>> will
>> > be build on Brix CMS).
>> > Is it very wrong idea?
>> > Thanks
>> >
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to