How to Link between J2ME and rubyonrails

We have a J2ME application that should upload a file (image) to our
rubyonrails server,
where J2ME acts as client part and rubyonrails as server side.
I wanted to know how to LINK the J2ME client side having rubyonrails
as server part.

On Tue, Jul 6, 2010 at 10:03 PM, Raksha P. [email protected]
wrote:

We have a J2ME application that should upload a file (image) to our
rubyonrails server,
where J2ME acts as client part and rubyonrails as server side.
I wanted to know how to LINK the J2ME client side having rubyonrails
as server part.

What do you mean by “LINK”? If one is acting as client and the other
as server, it’s just standard HTTP …


Hassan S. ------------------------ [email protected]
twitter: @hassan

Do you know how to LINK any piece of software with your J2ME client?

On Wed, Jul 7, 2010 at 8:55 AM, Hassan S.