Tip of The Week: PeopleTools 8.54 - Push Notification Framework
The Push Notification Framework updates the user interface with real time changes that have occurred on the server tier. The framework enables the PeopleSoft Internet Architecture to push data directly to the end user’s display.
The key elements in this framework are:
• Event: A state change in the system, causing the notification publication.
• Publisher: Publisher raises the event during the state change on the application server.
• Subscriber: Interested in events occurring on the server or browser.
• Websockets: Provides full duplex communication channels (simultaneous in both directions) between browsers and web servers.
• Tuxedo Event Broker: The Oracle Tuxedo Event Broker is provides asynchronous routing of application events among the processes running in a Oracle Tuxedo application. It also distributes system events to the application processes configured to receive them.