Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best enterprise shopping cart available in Java? [closed]

I need something that is competitive to Volusion/Magento in terms of features. Cost is not an issue.

Thanks

like image 594
jini Avatar asked Oct 21 '10 21:10

jini


People also ask

What is a shopping cart tool?

Shopping cart software allows online customers to select items on an e-commerce site for eventual purchase, as well as input payment and delivery information to complete the purchase.

What is digital cart?

On an e-commerce website, customers need a way to mimic this experience. An online shopping cart allows them to select products on their computer or mobile device and store them in a virtual cart. From here, they can make their purchase.


2 Answers

I've been watching the situation around shopping carts for past 5 years very closely. Imho the only carts that are worth trying :

  • jadasite
  • konakart
  • shopizer
  • Broadleaf Commerce
  • ofbiz

I've used all of them now. The first 3 are sort of out-of-the-box. I prefer jadasite and shopizer, because they are opensource projects and you have all the Konakart's paid features for free in Jadasite. And from what I know they are even better. You can install these shopping carts and go.

If you are skilled developer and want to spend a month or two playing with a nice technology, or you need a solution for a middle - big businesses, try ofbiz, because ofbiz gives you a platform for building enterprise class e-commerce solution.

Finally, Broadleaf Commerce is somewhere in the middle. I blogged about it recently. Great technology stack, very experienced project lead. You have to have at least a year of java dev experience, because the way of integration and customization has "integration" nature, based on Spring beans/services/controllers or persistence entities overriding/merging/adding ... But it is very simple principle and I was able to work on a custom shopping cart even the same day when I checked out the code from svn.

like image 120
lisak Avatar answered Oct 01 '22 12:10

lisak


http://ofbiz.apache.org/

ofbiz includes; Open Source ERP, Open Source CRM, Open Source E-Business / E-Commerce, Open Source SCM, Open Source MRP, Open Source CMMS/EAM, and so on.

like image 28
Erhan Bagdemir Avatar answered Oct 01 '22 12:10

Erhan Bagdemir