Hello,
I want to do some fancy stuff and I need your help ! Please.
I have 2 different applications. One without Java3D and the other, the viewer, that shows the data from the first application ( with Java3D). The 2 application communicate together via RMI. We wanted to separate the 2 applications because we saw that the Java3D implementation is less stable then the pure Java one. The first application needs to be very stable, that is why we didn't want to have a Canvas3D within our main application.
The first application is able to launch the Viewer on it's own and start the communication between the itself and the Viewer.
The idea we wanted to implement is to launch the viewer, but to attach the output in an internal frame of the first appilcation.
Thank you very much,
- Is that possible ?
- What do you thing ?
Vincent St-Amour
