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. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Tue, Jul 6, 2010 at 10:03 PM, Raksha Prasad <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> 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 Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Do you know how to LINK any piece of software with your J2ME client? On Wed, Jul 7, 2010 at 8:55 AM, Hassan Schroeder <hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Tue, Jul 6, 2010 at 10:03 PM, Raksha Prasad <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> 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 Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > twitter: @hassan > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.