View Single Post
  #4 (permalink)  
Old 10-28-2007, 12:19 AM
HelloWorld's Avatar
HelloWorld HelloWorld is offline
PT Admin
Awards Showcase
Quality Tutorial 
Total Awards: 1
Join Date: Jun 2007
Location: In front of computer...
Posts: 1,122
iTrader: (0)
HelloWorld is a jewel in the roughHelloWorld is a jewel in the roughHelloWorld is a jewel in the rough
First of all, do you know any networking programming with Java? if not then you may want to take a look at this:

Introduction to Web Server Application

To just have some glance of what is networking like in Java. Once you're done, then here are the few steps that you'll need to do in order to do what you're trying to do:
1. Make a connection between your computer and server
2. Depending on how do you want to implement this, but I'd say if you want to have both copies on the local and server, then you can generates the image in the local computer, and then read it, then write it to the server by using the connection.

I personally haven't done the writing part, but on the web server example is basically writing the image FROM the server to the browser's client, you can do the reverse as well...

I hope that helps, you may also want to show us some code

__________________
PHP Code:
System.out.println("Hello World!"); 

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
Reply With Quote