Question: 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
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
Get step-by-step solutions from verified subject matter experts
