From the course: Java EE: Concurrency and Multithreading

Unlock the full course today

Join today to access over 24,500 courses taught by industry experts.

Run and test the ManagedExecutorService application

Run and test the ManagedExecutorService application

From the course: Java EE: Concurrency and Multithreading

Run and test the ManagedExecutorService application

- Now let us test this application. So what we're going to do is, we are going to make sure that the server is started. Yes, the server is started already and the thing is that as and when you make changes to all the files, it will do the hot deployment so it will deploy the changes as well on to the server. So if you want to just verify that, check it out. So if I let's say, have a space here and I save my file, yeah, so that's what the server is doing. It has gone ahead and re-deployed all my changes. So the project is clean and well and it's deployed on the server. Now let's access the restful bean part for the report resource. So the url is reports here so lets go to the postman tool. So this initial base URI part will remain same. This part is going to change because we are accessing a different restful bean. So lets say, reports and see what happens. Okay, we get a message right, let's go ahead and check the server. Yes, the report is generated for all the bank accounts. Lets…

Contents