Hello,<br><br>I am making a tool to monitor process activities of a host. So I want to publish a representation of each process on the blackboard and update them on a regular basis.<br><br>My problem is to choose the best kind of objet to represent each process on the blackboard.
<br><br>1. Can I use assets as they don&#39;t seem to be modifiable and I don&#39;t want to create new objects everytime (garbage collector)?<br><br>2. What exactly are Change Reports? Can I use them in this case?<br><br>
I have seen the method blackboard.publishChange(Object, Collection); but I don&#39;t know how to get back the change reports (when other plugins have suscribed to this object). <br><br>3. Are FrameSets a good way to deal with simple problems like that?
<br>Following a previous mail, I had a look at FrameSets. The mechanism seems very complex for such a simple problem.<br><br>4. Aren&#39;t POJOs a good solution for this simple problem? What are the drawbacks? <br><br>Thanks you very much for your advises.
<br><br>Best regards.<br><br>-- <br>Guillaume Liégard<br><br>