[solved]-Tasked Create List Customers Cached Memory Object Maintain List Bean Customerid Lastname A Q39022487
I am tasked to create a List of all customers in acached memory object.
Maintain a List bean that has the customerId, lastName, and adrressfrom the database table MyCustomers.
Set up a scheduler singleton that executes every two hours torefresh the List data from the database. This scheduler also runsat startup.
Thank you for your help.
This is to be implemented using Java EE
Expert Answer
Answer to I am tasked to create a List of all customers in a cached memory object. Maintain a List bean that has the customerId, l… . . .
OR

