Hi List,
Note : Please view the mail in Rich text Format as the diagram is formatted using the same.
I'm thinking of distributed architecutre for Accessibility technology, Typical architecture contains two m/c's.For more infor refer to the picture below.
MC-1 contains the gail and the atk-bridge and mc-2 contains the AT-SPID and AT-CLIENT such as screen magnifier. AT-SPID has to communicate with ATK-BRIDGE get/put request.Communication is based on Bonobo/Corba Objects.
I'm struck with two questions here...
1. Bonobo AF(Activation Framework) is responsible to activate AT-SPID, currently does the bonobo AF has the capability to Activate the AT-SPId on remote m/c.
if yes, can you suggest some sites where can i get this help ?
if not, are there any un-official hacks to do the same ??
2. if Activation succeeds is the bonobo capable of communicating with the Other m/cs Bonobo and how it can be done?
Below is the pictorial representation of the what I described above.
------------------------------------------------
| |
| ---------- ------------------- |
| | gail | ---------> | | |
| | | | ATK-BRIDGE |---- |-------->*********
| | | <--------- | |<--- |---------********* Communicating with AT_SPID
| ---------- -------------------- |
| M/c - 1 |
------------------------------------------------
--------------------------------------------------------------
| |
| -------------- ---------------------- |
COMM. WITH BRIDGE | | | --------->| | |
******** ---------------------- |->| AT-SPID | | AT-CLIENT | |
********<--------------------- |- | | <--------- |SCREEN-READER | |
| -------------- |-----------------------| |
| M/c - 2 |
|------------------------------------------------------------|
-Vamsi