Hi folks,
I need to know open source auction app in java (or even based on ofbiz).
BTW, I find this ofbiz-based one (http://www.kenfuse.com/project/ofbizauction) but didn't know how to reach the source code!
I appreciate your help
Thanks.
Hi folks,
I need to know open source auction app in java (or even based on ofbiz).
BTW, I find this ofbiz-based one (http://www.kenfuse.com/project/ofbizauction) but didn't know how to reach the source code!
I appreciate your help
Thanks.
The source code for Apache Ofbiz is available here: http://svn.apache.org/repos/asf/ofbiz/
You can checkout the code by doing this:
cd ~/Desktop
svn checkout http://svn.apache.org/repos/asf/ofbiz/trunk/ ApacheOfbiz
Note: You need to have Subversion installed on your system for the svn
command to work.