Architect multitier ee application
843833Sep 28 2008 — edited Sep 29 2008Hi!
I wish modeling some part of World around me. For example - aquarium.
I have several objects: fishes, aquarium, air pipe etc
Suppose every object is application (this is too complex for "aquarium" task, but present in more complex tasks)
Does any java ee technologies can help me to solve this problems:
1. I have 3 fishes. Suppose type of them equivalent. I need start 3 instances of some application with different parameters (names of wishes, start coordinates, ...) running.
2. My friend have aquarium too & I wish to model it behavior. What I can do ?
3. Fishes can talk, but only with fishes that support their language. How can i lookup that fishes (Lookup for instances that support some interface) & send some command them ? If there any method to send message from fish in one aquarium to another fish in another aquarium ?
Thanks!