How to Build Your Own Online Store

Designed by Jerry Zhou for Java Students

Lake Arrowhead, California  

Today, almost everyone has the online shopping experience. However, are you curious about how the web sites for online stores work? Do you want to learn the technologies behind the web pages?

If your answer is yes, the course CIS 252 Java Web Applications is for you. Of course you have to know how to do basic Java Programming, as taught in CIS 226.

Let's try Jerry's Online Bookstore (if the link doesn't work, the server is under construction or maintenance, please try it later). This is the sample web application you will learn to build for the course. It demonstrates most of the technologies used by today's online stores.

Searching Database

Here is the first page once you enter Jerry's Online Bookstore:

Searching Database

Shopping Cart

Now you see your shopping cart:

Shopping Cart

Payment Service

Now you see the Check Out page:

Check Out

Other Technologies Behind the Scene

If you want to build your own online stores using the technologies briefed above, welcome to CIS 252!

Back to Home page