Results 1 to 3 of 3
- 07-24-2011, 06:25 AM #1
Member
- Join Date
- Jul 2011
- Posts
- 2
- Rep Power
- 0
Website to pull data from java sockets?
Hello everyone!
First off, I'm new to the forums. And I look forward to getting to know you all. I've tried searching for my answer but have thus far turned up nothing useful. Hopefully someone here can help me :)
Now, down to business...
I've been developing a java server application where I have an evolutionary simulator kernel that you can pass messages to and from (in the form of command strings). I've written a client application that can communicate with the server and I can pass commands to the server and read the kernel's response in the client window.
However, I would like to build a website where it can communicate with my simulator kernel in the server application. I'm not sure what to do, but I would ideally like to have some sort of data plotting options.
My idea is that I will write an interface in language X for my website and use some sort of socket implementation to pass pre-generated command strings (according to what the user may click) to my kernel, and the kernel will send back an appropriate command string where my interface will react accordingly... say, plotting financial security Y, or displaying the contents of their financial portfolio.
I've looked into applets, but quite frankly... they all look so ghetto, straight out of the year 1999. I want something a little more modern.
Thanks in advance!
- 07-24-2011, 06:26 AM #2
Member
- Join Date
- Jul 2011
- Posts
- 2
- Rep Power
- 0
Can I potentially write my website in whatever language supports communication with Java sockets?
For instance, php?
Again, thanks in advance!
- 07-24-2011, 07:24 AM #3
Member
- Join Date
- May 2011
- Posts
- 35
- Rep Power
- 0
Similar Threads
-
Data loss when using sockets
By Bear in forum NetworkingReplies: 11Last Post: 07-07-2011, 07:08 PM -
About to pull my hair out. :(
By cfox10 in forum New To JavaReplies: 8Last Post: 04-05-2011, 05:03 AM -
how to post data to a website using java
By mr_anderson in forum Advanced JavaReplies: 6Last Post: 11-12-2010, 11:46 AM -
Windows Service sending data to a java app through Sockets?
By JavaInLove in forum NetworkingReplies: 1Last Post: 01-09-2010, 02:16 PM -
How to download data from a website.
By bobrenjc93 in forum Java AppletsReplies: 2Last Post: 05-15-2009, 07:08 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks