Hi,

Ben Short schrieb:
> Hi,
> 
> I'm wondering about the suitability of Sling and Jackrabbit for
> ecommerce applications. Typically the product catalog, stock control,
> orders etc are stored in a fixed structure in a database. Orders and
> stock control are updated in a transaction so that you can't order
> more than the number of products in stock.
> 
> How do people feel about Sling handling this kind of application?

If you do it right -- MVC style -- you can use the Sling/Jackrabbit
combo just as you would use a database with <name-a-fraemwork-here>.

For transactionality Jackrabbit supports regular JTA-transactions
(consider carefully, whether you really, really need real transactions).
Or you can use other JCR features to be able to control not selling more
than you have.

Regards
Felix

Reply via email to