AWS Bookstore
an AWS example of
web application, based on
Java EE 5 Tutorial
's
Duke's Bookstore
What's this?
Show me
and JEE?
(under construction)
AWS Bookstore
Some figures to present
AWS Bookstore
Project Overview
Navigation Overview
package Bookstore
Bookstore
(spec)
Books
(spec)
Books
(body)
Cart_Items
(spec)
Cart_Items
(body)
Cart_Items-Hashed_Maps
(spec)
Cart_Items-Lists
(spec)
Carts
(spec)
Carts
(body)
Exceptions
(spec)
Messages
(spec)
Messages
(body)
Messages.Localize
(spec)
Messages.Localize
(body)
Messages.English
(spec)
Messages.English
(body)
package Bookstore_2
Bookstore
defines the data used by the application (book, shopping cart, cart item) as well as exceptions and allows localization.