Download presentation
Presentation is loading. Please wait.
1
Product Management System Xiao Zhou
2
Introduction Why This project? It is an opportunity to learn new things and gain some experiences. My friend is a eBay seller spends ten thousands on eBay auction management solution.
3
Product Management System A system that manages eBay auctions Enabler for business efficiency on operational side. Keep Track of products More efficient on creating listings More efficient on collecting money More efficient on communicating with customers
4
Technologies and Tools Microsoft ASP.NET C# programming language Ajax.NET Microsoft SQL Server 2000 Microsoft IIS Microsoft windows operating system eBay SOAP API and SDK API HTMLArea 3.0 JavaScript
5
Ajax – not a new technology XHTML (or HTML) and CSS for marking up and stylin g information The Document Object Model manipulated through JavaScript to dynamically display and interact with the information presented The XMLHttpRequest object to exchange data asynchronously with the web server
6
System Architecture
7
System components Inventory System Enables users to add, delete, update products and search for products. Sale System Enables users to create, save, cancel and launch listings.
8
System components Order system Manages successful eBay listings. Get information about sucessful listins, inform buyer and collect money. Customer system Manages customer relationship. Feedback ma nagement and other marketing needs.
9
Summary of Implementation Inventory system A few of ASP.NET custom controls and 1 main ASP.NET serves as user interface. InventorySystem- C# class implements the business logics. Stored procedures serve as data layer logic
10
Summary of Implementation Sale System One main ASP.NET page as user interface pa ge, and all other interaction with the page through Ajax. SaleSystem – C# class implements the business logic. Stored procedures serve as data layer logic.
11
Demo Product Management System
12
End of presentation Thank you!
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.