Purchase Solution

Java server pages (JSP)

Not what you're looking for?

Ask Custom Question

Need assistance with the attached problem.

Two to three page discussion on developing web applications with Java server pages (JSP)

Show source code for creating the following:
Using JSP codes, create a form that validates 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?

Attachments
Purchase this Solution

Solution Summary

This solution provides source codes and discussions for developing web applications with a Java server page.

Solution Preview

Please see the attachment.
I attached the document 162348.doc for introduction of JSP, then I attached input.index and validate.js to build and validate the form in your problem.

If I replace the fields, like social security number to credit card numbers, we do the following change in the ...

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

C++ Operators

This quiz tests a student's knowledge about C++ operators.