I made a Server that creates an Array (the array is coded in a separate class). In the class List an Array is created and filled with Objects. These objects are empty and need to be filled by a Client.
The Client lives somewhere else and connects to the Server using an ORB (OpenORB from EXOLAB).
I do this all in JAVA.
The problem now is to fill in the data from the Client into the Objects in the Array. The Objects have other Objects in them too. For instance an Object "Car" with an Object "Seat" in it. Where I want to try and do a setSeatColor() in the Object "Seat".
So in the Client I want to put the color Blue in the SeatColor from the Car in the Array.
I hope I made myself clear if not I'm sorry for my crappy english
questions are always more than welcome.
Thank you.
The Client lives somewhere else and connects to the Server using an ORB (OpenORB from EXOLAB).
I do this all in JAVA.
The problem now is to fill in the data from the Client into the Objects in the Array. The Objects have other Objects in them too. For instance an Object "Car" with an Object "Seat" in it. Where I want to try and do a setSeatColor() in the Object "Seat".
So in the Client I want to put the color Blue in the SeatColor from the Car in the Array.
I hope I made myself clear if not I'm sorry for my crappy english
questions are always more than welcome.
Thank you.