Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

java code QUESTION 2: 17.5 POINTS) Implement the following in java, write all classes need in the following application, in addition to demo class that

java code
image text in transcribed
QUESTION 2: 17.5 POINTS) Implement the following in java, write all classes need in the following application, in addition to demo class that contains main method to test your application A customer has already account with a particular Website (ASU). This account holds all data related to the user such as name, ssn, email. ASU site applies a new button to validate your name, but they need to not affect the existing application. Instead, they need to build adapter that can access validate name service and make it available for ASU customers. When a customer needs to perform a validate name, the account cannot access directly ASU account detail, but instead it can access adapter to complete the transaction. Validation name process includes the following 1. The first character is capital letter 2. Number of characters including not less than 15. a. if the customer's name is valid, the new service will return valid "name" and if not, the service will return "not valid" b. The application will print the returned message to the user

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions