home theater outlet using amazon web services by: gerald mcgill date: december 3, 2007

11
Home Theater Outlet Using Amazon Web Services By: Gerald McGill Date: December 3, 2007

Upload: amie-hodges

Post on 17-Dec-2015

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Home Theater Outlet Using Amazon Web Services By: Gerald McGill Date: December 3, 2007

Home Theater Outlet

Using Amazon Web Services

By: Gerald McGillDate: December 3, 2007

Page 2: Home Theater Outlet Using Amazon Web Services By: Gerald McGill Date: December 3, 2007

Project Objectives

Create a single resource for home theater products.

Differentiation from existing sites with a “home theater wizard.”

Utilize Amazon services as primary resource for product information and sales.

Page 3: Home Theater Outlet Using Amazon Web Services By: Gerald McGill Date: December 3, 2007

Home Theater Outlet – Hot Buttered Popcorn / Beyond HD

Amazon E-Commerce Services (ECS) Project Design

Phased Implementation SOA Amazon Components Technologies Orchestration

Implementation Results Demo

Page 4: Home Theater Outlet Using Amazon Web Services By: Gerald McGill Date: December 3, 2007

Amazon ECS

Amazon exposes infrastructure using both REST and SOAP / HTTP.

Provide detailed technical documentation and implementation examples.

Provide code libraries for most popular IDE’s and programming languages. Includes C#, Visual Basic,

Java

BrowseNodeLookup CartAdd CartClear CartCreate CartGet CartModify CustomerContentLookup CustomerContentSearch Help ItemLookup ItemSearch ListLookup ListSearch SellerListingLookup SellerListingSearch SellerLookup SimilarityLookup TagLookup TransactionLookup

Page 5: Home Theater Outlet Using Amazon Web Services By: Gerald McGill Date: December 3, 2007

Project Design – Phased Implementation

I. Admin Tasks and Design (complete)

II. Initial Site Build (in-progress)

III. User Community / ForumsI. Looking into 3rd Party applications to

increase release time.

IV. Home Theater WizardI. Support from additional personnel.

Page 6: Home Theater Outlet Using Amazon Web Services By: Gerald McGill Date: December 3, 2007

How is it a SOA? Application is abstracted into service components

(front-end, business layer, and data services (local and remote)

Application utilizes a service bus.

Technology Development time binding:

Invoke operations on Amazon servers using REST. Invoke basic operations using web services (local to

this project). Track local schema versions using the date

(Amazon does the same).

Project Design - SOA

Page 7: Home Theater Outlet Using Amazon Web Services By: Gerald McGill Date: December 3, 2007

Project Design - Orchestration

Enterprise Layer Front end applications.

Business Layer Abstract several of the

intermediary services to simply front-end application and encapsulate business processes.

Intermediary Layer Combines some of the basic

services to create more robust operations.

Basic Layer Provides database services and

direct access to Amazon services.

Page 8: Home Theater Outlet Using Amazon Web Services By: Gerald McGill Date: December 3, 2007

Project Design – Orchestration (BPEL)

Cart.ItemAdd Get Customer Information If the customer has a cart

Add the item to it

Else Create a new cart Update the customer

information with any changes to the cart details.

Return the results from the cart operation.

Page 9: Home Theater Outlet Using Amazon Web Services By: Gerald McGill Date: December 3, 2007

Implementation Domain Registration by Google Hosting by HostMySite.com

Database: MySQLWeb Server: Microsoft IIS 6 on Windows

Server 2003 IDE: Visual Basic 2005

Amazon ECS Project LibraryMySQL Data LibraryHot Buttered Popcorn Web Site Project

Page 10: Home Theater Outlet Using Amazon Web Services By: Gerald McGill Date: December 3, 2007

Results

Amazon services are easy to use and provide a robust API for electronic commerce.

Intend to continue development and expand the project as mentioned earlier. Initial build approximately 70% completed

functionality. Expand on graphics / templates.

Make some money!

Page 11: Home Theater Outlet Using Amazon Web Services By: Gerald McGill Date: December 3, 2007

References

Amazon ECS documentation Hot Buttered Popcorn Project Documentation