Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#ActualZido_Z

Posted 30 July 2012 - 04:28 PM

Hey, guys. I'm going to be undertaking a job soon, hopefully, that is going to require the development of a 3D simulation for use on Windows, Linux, and maybe on the web. I have one key issue, however, that I need to tackle, mainly because I'm a C++ user, but decided Java will be a better language for this task for web integration if the client wishes.

The input file methods shall be written as a separate module to facilitate the replacement of the satellite type, satellite location, and thrust information files with socket communications

How exactly would I go about this? I understand the network syntax for this, but does this mean that i have to make a separate Java application alongside the main one that allows changing of these parameters? It's likely something I would do in C++, but considering I haven't done much network-related applications for a long time, I'm trying to gauge the difficulty of this task. Personally, I think it's as simple as sending a data file over the net for the application to read and update its own file, but I can use an expert opinion.

#1Zido_Z

Posted 30 July 2012 - 04:27 PM

Hey, guys. I'm going to be undertaking a job soon, hopefully, that is going to require the development of a 3D simulation for use on Windows, Linux, and maybe on the web. I have one key issue, however, that I need to tackle, mainly because I'm a C++ user, but decided Java will be a better language for this task for web integration if the client wishes.

The input file methods shall be written as a separate module to facilitate the replacement of the satellite type, satellite location, and thrust information files with socket communications

How exactly would I go about this? I understand the network syntax for this, but does this mean that i have to make a separate Java application alongside the main one that allows changing of these parameters? It's likely something I would do in C++, but considering I haven't done much network-related applications for a long time, I'm trying to gauge the difficulty of this task. Personally, I think it's as simple as sending a data file over the net for the application to read and update its own file, but I can use an expert advice.

PARTNERS