All responses must be original no word limit, use programming terminology and tags accordingly.

technical writing

Description

Answer the review questions found in your textbook Guide to web development with Java understanding web creation. All responses must be original, no word limit, use programming terminology and tags accordingly.

Assignment 2

Create a single page login with a username and password field. This will include a Java Bean and database. The database will consist of a primary key, username, and password. When the user successfully enters their username and password a cookie should be created to access the second page. Also, include a document on how you will use cookies in your final project.

Use the cookie class to set and delete cookies.

Submit:

HTML/JSP with a login form and cookie demonstration.

Document (.doc) "How I will incorporate accounts and cookies in my final project."

Assignment 3

Upload Assignment: Activity 7A: Modify and complete the shopping cart application found in chapter

Read and recreate the shopping cart application found in chapter 7 from Downey's Guide to Web Development with Java. Then complete the activity (task) #11 found on page 297.

For the shopping cart application pages named edit, confirm, and process in which the user's billing information is added. Save the billing address and the purchased items in a new table in the database.

Submit source files and database definition.


Related Questions in technical writing category