Hello all
I done layer that getting calls from the web layer and send the request
to the server layer
Via corba , this is my first application dealing corba technology and
im facing some dilemmas
On how to keep design for it
The first one is ;
Say the user like will like to add new idl with the corresponding stub
classes
How can I make my application load the user's class dynamically?
The second one
Im using im my case jacorb as client and visibroker orb as server this
not have to be the matter but
Say Im want to deal with fall over isshous , that is if the master
server is falling how can I make the
Client to handle the in process request and connect to the second
server ( it has the 2 servers host/ip)
Thanks