Presentation

I have learned to use JEE (EJB, servlet, jsp) to develop web applications at university. Then I discoverd AWS, and since then I have been wondering what are the differences between the use of these 2 libraries. So I finally decided to try it on a small project.

As an example, I chose Duke's Bookstore, one of the applications used for Java EE tutorial. The application represents a bookstore: the client can select one or more books, using a simple cart, and pay (or cancel) his command.

To browse this website, choose a rubric at the top.

First version available!


To use it:
  1. download it here
  2. tar xf bookstore_v_1.tar.gz
  3. cd bookstore
  4. make build_all
  5. make exec
Notes: In the next version:


top