Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Architect multitier ee application

843833Sep 28 2008 — edited Sep 29 2008
Hi!

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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2008
Added on Sep 28 2008
2 comments
81 views