Phase 5: Making the resources support notifications
We will now build on top of our simple stock quoting service from Phase 4 and add the ability for our resource to send notifications when something changes in the portfolio. This will enable a client to monitor changes to the resource without polling.
- Add the Notification resource framework option to the StockPortfolioManager service
- Edit the portfolio client to echo out the notifications when they are recieved
- Edit the client to demonstrate notification support
- Deploy the modified notification service
- Start the container for the notification service
- Invoke the Client (Phase 5)





