BTM’s System Goals BOOK TRADE MARKET or BTM is a software application that will allow its users to exchange books within a book community library. BTM.

Slides:



Advertisements
Similar presentations
Lab 8 Wireless Application Development Gun Chan Wai Kai KC Chan kwok cheong – Manitou Ho ka ming – Becky Cheung yee man.
Advertisements

Navigating The Faculty of 1000 Biology Site The public site that displays all evaluations made by Faculty Members F1000 Toolbar.
Active Context Tracking™ technology enabling business transaction management in a distributed environment Rocky Mountain CMG Spring? ‘09 Forum.
Akram Agbaria Jean-David Gibrat. Introduction The number and success of Trade sites drastically increased during the last years. Websites like E-bay or.
Library Online Catalog Tutorial Pentagon Library Last Updated March 2008.
PERSONAL LIBRARIES WEEK 4 Customers & Users. Your Feedback Evaluate market size Talk to more customers Get beyond Stanford.
SAP America, 2002 USD/Chico Plug & Play Grant 1 The Basics of SAP’s Integrated Business Solution.
InterLibrary Loan Service at Jackson Community College Atkinson Library.
Regal Web Booking Engine Group Booking User Guide.
1 Web Developer & Design Foundations with XHTML Chapter 6 Key Concepts.
CSE301 Harry R. Erwin, PhD University of Sunderland
BTM 382 Database Management Chapter 14: XML and cloud databases Chapter 9: Database design Chapter 15: Database administration Chitu Okoli Associate Professor.
Joel Bapaga on Web Design Strategies Technologies Commercial Value.
ISO Tor Stålhane IDI / NTNU. What is ISO ISO 9001 was developed for the production industry but has a rather general structure ISO describes.
Web Application Development. Define ER model in QSEE Generate SQL Create Database mySQL Write Script to use TableEditor class Process to create A simple.
Web Application Development. Tools to create a simple web- editable database QSEE MySQL (or PHPMyAdmin) PHP TableEditor.
Online Music Store MSE Project Presentation I Presented by: Reshma Sawant Major Professor: Dr. Daniel Andresen.
Cherry Creek School District Introduction to Symphony Reports.
Linking the World Through Learning 1 GEM – GDLN Event Management system GDLN Asia Pacific General Meeting, June 2007.
1 CFUG Book Library Part 2 Troy Pullis 3/3/ Checkout Button Click to request the selected book for checkout. Book Info/Reviews Click to see more.
Current Practice for Network Analysis in CSTNet Chunjing Han CSTNET, CNIC
Here is another way to view items about this transaction.
Transparent to the User: User-Initiated and Mediated Resource Sharing Services Mary E. Jackson Product Manager, Resource Sharing Northwest ILL & Resource.
The Internet and World Wide Web
Online Friends’ Community Presented by: Stuart Monaghan HND in Computing th May 2002.
What’s new in Kentico CMS 5.0 Michal Neuwirth Product Manager Kentico Software.
Nell Dale & John Lewis (adaptation by Michael Goldwasser) The World Wide Web.
Technical Support Jim Everse Director, Technical Support April 17, 2007.
Researching the Internet and Plagiarism. When you are given a research project, where is the first place you look for your information?
Plan Design Analyze Develop Test Implement Maintain Systems Development Life Cycle eBookSharing.
Group 12 E-marketing. Safer and easier place for sellers to sell their products Transparency of deals (by keeping all the records about the purchases)
Freelib: A Self-sustainable Digital Library for Education Community Ashraf Amrou, Kurt Maly, Mohammad Zubair Computer Science Dept., Old Dominion University.
CTP210 TERM PROJECT
Connect Your Website Application Programming Interfaces.
Library Guide: Borrowing eBooks. Take some time to browse the Digital Catalogue:
Using XML Transactions Presented By Tony Alwardt The Boeing Company.
Connect Your Website Application Programming Interfaces.
PeopleSoft Enterprise Portal Solutions Chris Langdon Sales Manager October 11, 2001 Selim Burduroglu Sr. Technology Consultant.
I ServiceDesk Basics Tim Prado Dan Maddux TMA Systems.
© 1stworks Corp. The Connected Community 85% of US corporations have a PC 75% of these PCs have an Internet connection 50% of US households have a PC 80%
How to Use Your Committee Workspace. Click Here AFPMB Homepage.
Examples on UCD.
Adxstudio Portals Training
Self Service Student. Introduction The iON Self Service application provides the summarized account of all academic activities such as exams, sports,
Examining the ILL Wizard The growth of the open source movement offers the library community a unique opportunity to both benefit from and contribute to.
PVC Enablers Admin Specifications. Byte - Edit ActorPlatform Admin, Community Admin Module NamePVC-Community Sub-Module NameCollaboration HL FunctionalityByte.
Presentation on Online Shopping
Luz GUEVARA - Simon CHOLLET INGRID Database Proposal for Database.
International Planetary Data Alliance Registry Project Update September 16, 2011.
Open Courier Mobile App
Navigating The Faculty of 1000 Medicine Site F1000 Medicine Toolbar Rating badge & F1000 Factor Based on a consensus score.
E-Business Infrastructure PRESENTED BY IKA NOVITA DEWI, MCS.
Blood Bank Phạm Tiến Lập – SE02683 Nguyễn Sơn Hải – SE02879
STOCK TRADING SIMULATION SYSTEM
Learn How to Use the Menu Options
Funds in Resource Sharing
Supplier Registration
SECURE SAFE AND EASY WEBSITE GUIDE
Secure Source Code Analysis.
PHP Scripts Mall Online Payment Gateway Script - Payment Gateway Script - Payment Processor Script.
User Interface Agent Matias Kassala JYPE
Mercury Virtual Markets
Rocky Mountain CMG Spring? ‘09 Forum
LIBRARY SERVICES HCDSB EDUCATIONAL RESOURCE CENTRE
Smart Business for eGeneration Companies
Circulation Statistics
Approvals Mobile User Interface WORK BETTER.
PHANEUF FAMILY WEBPAGE
EMC DES-6121 Specialist - Implementation Engineer - Converged Infrastructure Exam.
SDMX IT Tools SDMX Registry
Presentation transcript:

BTM’s System Goals BOOK TRADE MARKET or BTM is a software application that will allow its users to exchange books within a book community library. BTM will act as a large-scale library without facing its practical limits. BTM grows according to the size of its community. BTM enables people to exchange items with each other (P2P) in a free and non-monetary way. BTM keeps an updated Data Base information on each user, on his or her items, on his or her present and past book transactions in order to guarantee an exchange security and reliability. As a result, BTM suppresses the need for any physical infrastructure, and thus creates an outstanding flexibility and growing potential in the system.

AB C Harry Potter Bible Lonely Planet BTM system C sends his Bible to BTM C borrows Lonely Planet from BTM B borrows the Bible from BTM B sends his Harry Potter to BTM A borrows Harry Potter from BTM A sends his Lonely Planet to BTM

signUp PersonalHomePage Logout request evaluation insertNewBook searchNewBook itemDetails homePage userDetails bookList in bookList out bookList in hand requests Future transactions my bookList Edit profile userInfo itemInfo bookInfo present Trans past Trans user

BTM Basic Coding Structure signUp GUI signUp_interface INTERFACE signUp_action GUI ACTION general_interface INTERFACE DB_interface Mysql_interface MYSQL CheckOut = false CheckOut = true user submit

3 - elements basic structure 2 - elements basic structure

Table’s Links userID Bigint (20) pastTransaction presentTransaction bookID Bigint (20) itemIDbookIDuserIDtransID Bigint (20) Bigint (20) Bigint (20) Bigint (20) transIDownerIDborrowerIDitemID Bigint (20) Bigint (20) Bigint (20) Bigint (20) pastTransIDownerIDborrowerIDitemIDtransValid Bigint (20) Bigint (20) Bigint (20) Bigint (20) Bigint (20) userInfo bookInfo itemInfo