Thomas Mahler wrote:

> Hi Olaf,
>
> Did you have a look at our new Listener concept on the 
> PersistenceBroker  API?
> You don't have to implement callbacks on all entity classes, but can 
> write a single Listener component that is registered to a 
> PersistenceBroker. IMHO your Observer problem can solved much easier 
> with this new concept.
>
> have a look at PB.addListener(PersistenceBrokerListener listener)
>
> cheers,
> Thomas
>
I must admit that I downloaded OJB 0.9.6 before yesterday but I didn't 
notice the new listeners yet. I will take a look at it today. I hope I 
can use it also with the ODMG API. So far my remote observers are 
working, but for now they must be notified manually after each 
update/store/delete transaction. Probably the listeners will change this.

Is there any interrest in my OJB RMI framework? If yes I can publish it 
or I can also contribute it to the OJB project, well - when it's ready.

/olaf



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to