Hi there,
first of all: I am new to JPPF - maybe I did not find any necessary information or I simply understood something wrong. I use the current version of JPPF 5.0.3
What I like to achieve is, to send some custom notifications while executing tasks on some nodes (e.g. progress, ...) to my connected client.
I found, that there was a sample in an early version (
http://www.jppf.org/samples-pack/TaskNotifications/Readme.php), which is not available for 5.0.3 - is there a new version for this available?
Next I looked at in the documentation:
http://www.jppf.org/doc/v5/index.php?title=Receiving_notifications_from_the_tasks - thanks again for those detailed pages!

However I tried to build a working example, but I think, that I maybe missed something since I cannot see any kind of system out statements in my console windows.
If I understood it right, I only have to drop this .jar file in my drivers lib folder and it will automatically register the listener to the nodes. It is mainly based on the provided Template Application.
I attached the sources and the created .jar file.
Thanks in advance & Greetings
rzo
//EDIT: I finally solved my problem. It was just related to JMX Notifications and some kind of thinking error in my brain
