https://github.com/darinm223/ebay-clone-main-repo
Main repo for ebay clone with links to all of the separate repos that are used to make the ebay clone web application
https://github.com/darinm223/ebay-clone-main-repo
Last synced: 7 months ago
JSON representation
Main repo for ebay clone with links to all of the separate repos that are used to make the ebay clone web application
- Host: GitHub
- URL: https://github.com/darinm223/ebay-clone-main-repo
- Owner: DarinM223
- Created: 2015-03-10T09:09:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-17T11:02:41.000Z (over 11 years ago)
- Last Synced: 2025-06-11T03:35:37.453Z (about 1 year ago)
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eBay clone in Java EE
### Class Project for CS144 Web Applications
Main repo for ebay clone with links to all of the separate repos that are used to make the ebay clone web application.
https://github.com/DarinM223/ebay-clone-data-parser - Contains the relational schema and a Java XML Parser that parses xml files containing eBay data and writes all of the data to the MySQL database.
https://github.com/DarinM223/ebay-clone-indexer - Generates Lucene search indexes for the relational schema
https://github.com/DarinM223/ebay-clone-searcher - Apache Axis2 SOAP Web service that allows for basic keyword search, spatial search through a rectangular region, and xml data retrieval for an item given an item id.
https://github.com/DarinM223/ebay-clone-web-app - Servlet and JSP web application that has a search page with a custom dropdown control using Google Suggest API for autocomplete and pagination for the search results and an item description page with Google Maps integration for location. There are also pages that allow a user to securely enter their credit card and "checkout" an item (the actual paying mechanism or credit card validation is not implemented yet)






