Hi,
I have some experience in openGL in C++ but naive in java. I have a basic question. My aim is to develop a web-based application that visualizes somewhat scientific data. For example, to generate star plots, parallel coordinates etc
(probably a lot more than that). The program is written in C++ to which I want to give web interface.
I may have to create a session for every user and generate the graphics depending on the data given by the user. So, each user has different data(probably on the server). Actual idea is to allow people to use the web interface to analyze and visualize the data.
So, can the webstart application get data from the server for each user separately if needed? Also, I am in great dilemma whether to use applets or use webstart? I couldn’t find any links specifying the differences between these two? How would that affect my application.
Any help is greatly appreciated as I have to make a decision as early as possible.