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.
-
What's this is the current page;
-
Show me contains the online sources;
-
And JEE? will contain comparaisons between AWS and JEE.
First version available!
To use it:
- download it here
- tar xf bookstore_v_1.tar.gz
- cd bookstore
- make build_all
- make exec
Notes:
- Besides an Ada compiler, you only need AWS to use it, I
didn't include the SQL part yet.
- The server uses the port 8070. To change it, edit
bookstore_2/aws.ini
In the next version:
- allowing to switch between different languages
(english, french, german)
- using real SQL (I have to find an error in the package
using soci-ada)
- dealing with exceptions
- respecting (and printing) books' quantities
- other things...
top