Discuss the below:
Create a Two to three page discussion on developing web applications with Java sever pages (JSP)
Show source code for creating the following
Using JSP codes create a form that validate the data before passing along to the server in order to make sure that the information it needs to process is correct and validated. This information includes name, address, zip code, social security number, DOB, and mother's maiden name.
Name
|
|
Address
|
|
Zip code
|
|
Social Sec. #
|
|
DOB
|
|
Mother's maiden name
|
|
Explain if replacing the fields, like social security number to credit card numbers will have any impact on the underlying codes? How this form may be protected from credit card frauds?