vote up 1 vote down star
1

Hi I'm looking for a Java open source shopping cart framework.

I have had a look at KonaKart and OfBiz but I'm looking for other examples for comparison.

I will need to have the search on the cart use Lucene to search through the PDFs so that keywords from the documents can return results.

So I will need to be able to 'hook" into the search of the framework to modify it.

Thanks

flag

67% accept rate

5 Answers

vote up 1 vote down

Plenty of good suggestions in this SO post.

E-Commerce solutions (perhaps too heavy for your purposes) include JadaSite and OpenEdit.

link|flag
That is where I had found out about KonaKart and OfBiz but I am interested in other options too and prefer to be in Java – Craig Angus Jul 22 at 13:42
There are some FOSS e-commerce suites in Java; see updated answer above. – pianoman Jul 22 at 14:18
vote up 1 vote down

Please check out SoftSlate Commerce. It uses Lucene, and is pretty easy to extend to suit whatever needs you have. Full source code comes with the $495 Standard Edition license.

link|flag
vote up 0 vote down

There is one CMS I know please if it can help you.

link|flag
vote up 0 vote down check

I decided on Konakart, as it contained most of the functionality required and also the company were open to developing the search functionality required!

link|flag
vote up 0 vote down

Nice discussion.

An example of custom made shopping cart can be found at

http://www.tech-freaks.in/Java-Programming/JSP-Servlets/shopping-cart.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.