Re: [OT] Observer pattern?

2012-06-13 Thread mailingl...@j-b-s.de
JMS (like ActiceMQ) Terracotta DSO? Jens Sent from my iPhone On 13.06.2012, at 06:12, Albert Kam moonblade.w...@gmail.com wrote: If you are talking about how to notify other webapps, i think you're actually talking about integration between existing applications here, which can be done

[OT] Observer pattern?

2012-06-12 Thread Leo Donahue - PLANDEVX
Could someone point me in the right direction. If three different web applications all rely on knowing when a piece of data changes, how does webapp #1 who makes the update, notify webapp #2 and webapp #3 that they need to make a request to update their view? For example: User of webapp #1

Re: [OT] Observer pattern?

2012-06-12 Thread Albert Kam
If you are talking about how to notify other webapps, i think you're actually talking about integration between existing applications here, which can be done using RMI (java only and using a specific port), Hessian/Burlap (support several languages + http, but not java serialization) , or even